POST api/Dados/pro_article_typeCrud
Request Information
URI Parameters
None.
Body Parameters
cEntity_pro_article_type| Name | Description | Type | Additional 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. |
Request 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"
}
application/xml, text/xml
Sample:
<cTables.cEntity_pro_article_type 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> <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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cEntity_pro_article_type| Name | Description | Type | Additional 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"
}
application/xml, text/xml
Sample:
<cTables.cEntity_pro_article_type 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> <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>