GET api/Dados/Getpro_article_type?_Credentials={_Credentials}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_Credentials

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of cEntity_pro_article_type
NameDescriptionTypeAdditional information
id

integer

None.

type_name

string

None.

type_family

integer

None.

type_description

string

None.

type_family_name

string

None.

type_average

integer

None.

type_anual_devaluation

integer

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "type_name": "sample string 2",
    "type_family": 3,
    "type_description": "sample string 4",
    "type_family_name": "sample string 5",
    "type_average": 6,
    "type_anual_devaluation": 7,
    "_Action": "sample string 8",
    "hasError": true,
    "hasErrorMessage": "sample string 10",
    "_SendCredentials": "sample string 11"
  },
  {
    "id": 1,
    "type_name": "sample string 2",
    "type_family": 3,
    "type_description": "sample string 4",
    "type_family_name": "sample string 5",
    "type_average": 6,
    "type_anual_devaluation": 7,
    "_Action": "sample string 8",
    "hasError": true,
    "hasErrorMessage": "sample string 10",
    "_SendCredentials": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfcTables.cEntity_pro_article_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <cTables.cEntity_pro_article_type>
    <_Action>sample string 8</_Action>
    <_SendCredentials>sample string 11</_SendCredentials>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 10</hasErrorMessage>
    <id>1</id>
    <type_anual_devaluation>7</type_anual_devaluation>
    <type_average>6</type_average>
    <type_description>sample string 4</type_description>
    <type_family>3</type_family>
    <type_family_name>sample string 5</type_family_name>
    <type_name>sample string 2</type_name>
  </cTables.cEntity_pro_article_type>
  <cTables.cEntity_pro_article_type>
    <_Action>sample string 8</_Action>
    <_SendCredentials>sample string 11</_SendCredentials>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 10</hasErrorMessage>
    <id>1</id>
    <type_anual_devaluation>7</type_anual_devaluation>
    <type_average>6</type_average>
    <type_description>sample string 4</type_description>
    <type_family>3</type_family>
    <type_family_name>sample string 5</type_family_name>
    <type_name>sample string 2</type_name>
  </cTables.cEntity_pro_article_type>
</ArrayOfcTables.cEntity_pro_article_type>