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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_Credentials

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of cEntity_pro_articles
NameDescriptionTypeAdditional information
id

integer

None.

article_name

string

None.

article_type

integer

None.

article_brand

integer

None.

article_type_name

string

None.

article_brand_name

string

None.

article_description

string

None.

_Action

string

None.

hasError

boolean

None.

hasErrorMessage

string

None.

_SendCredentials

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "article_name": "sample string 2",
    "article_type": 3,
    "article_brand": 4,
    "article_type_name": "sample string 5",
    "article_brand_name": "sample string 6",
    "article_description": "sample string 7",
    "_Action": "sample string 8",
    "hasError": true,
    "hasErrorMessage": "sample string 10",
    "_SendCredentials": "sample string 11"
  },
  {
    "id": 1,
    "article_name": "sample string 2",
    "article_type": 3,
    "article_brand": 4,
    "article_type_name": "sample string 5",
    "article_brand_name": "sample string 6",
    "article_description": "sample string 7",
    "_Action": "sample string 8",
    "hasError": true,
    "hasErrorMessage": "sample string 10",
    "_SendCredentials": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfcTables.cEntity_pro_articles xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <cTables.cEntity_pro_articles>
    <_Action>sample string 8</_Action>
    <_SendCredentials>sample string 11</_SendCredentials>
    <article_brand>4</article_brand>
    <article_brand_name>sample string 6</article_brand_name>
    <article_description>sample string 7</article_description>
    <article_name>sample string 2</article_name>
    <article_type>3</article_type>
    <article_type_name>sample string 5</article_type_name>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 10</hasErrorMessage>
    <id>1</id>
  </cTables.cEntity_pro_articles>
  <cTables.cEntity_pro_articles>
    <_Action>sample string 8</_Action>
    <_SendCredentials>sample string 11</_SendCredentials>
    <article_brand>4</article_brand>
    <article_brand_name>sample string 6</article_brand_name>
    <article_description>sample string 7</article_description>
    <article_name>sample string 2</article_name>
    <article_type>3</article_type>
    <article_type_name>sample string 5</article_type_name>
    <hasError>true</hasError>
    <hasErrorMessage>sample string 10</hasErrorMessage>
    <id>1</id>
  </cTables.cEntity_pro_articles>
</ArrayOfcTables.cEntity_pro_articles>