POST api/Dados/pro_articlesCrud

Request Information

URI Parameters

None.

Body Parameters

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.

Request 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"
}

application/xml, text/xml

Sample:
<cTables.cEntity_pro_articles xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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"
}

application/xml, text/xml

Sample:
<cTables.cEntity_pro_articles xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
  <_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>