POST api/Dados/pro_articles_movments_peopleCrud
Request Information
URI Parameters
None.
Body Parameters
cEntity_pro_articles_movments_people| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| main_id | integer |
None. |
|
| mov_date | string |
None. |
|
| mov_people | integer |
None. |
|
| mov_people_name | string |
None. |
|
| mov_obs | string |
None. |
|
| _Action | string |
None. |
|
| mov_type_name | string |
None. |
|
| mov_article_name | string |
None. |
|
| mov_serial_number | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"main_id": 2,
"mov_date": "sample string 3",
"mov_people": 4,
"mov_people_name": "sample string 5",
"mov_obs": "sample string 6",
"_Action": "sample string 7",
"mov_type_name": "sample string 8",
"mov_article_name": "sample string 9",
"mov_serial_number": "sample string 10",
"hasError": true,
"hasErrorMessage": "sample string 12",
"_SendCredentials": "sample string 13"
}
application/xml, text/xml
Sample:
<cTables.cEntity_pro_articles_movments_people xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 7</_Action> <_SendCredentials>sample string 13</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 12</hasErrorMessage> <id>1</id> <main_id>2</main_id> <mov_article_name>sample string 9</mov_article_name> <mov_date>sample string 3</mov_date> <mov_obs>sample string 6</mov_obs> <mov_people>4</mov_people> <mov_people_name>sample string 5</mov_people_name> <mov_serial_number>sample string 10</mov_serial_number> <mov_type_name>sample string 8</mov_type_name> </cTables.cEntity_pro_articles_movments_people>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cEntity_pro_articles_movments_people| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| main_id | integer |
None. |
|
| mov_date | string |
None. |
|
| mov_people | integer |
None. |
|
| mov_people_name | string |
None. |
|
| mov_obs | string |
None. |
|
| _Action | string |
None. |
|
| mov_type_name | string |
None. |
|
| mov_article_name | string |
None. |
|
| mov_serial_number | string |
None. |
|
| hasError | boolean |
None. |
|
| hasErrorMessage | string |
None. |
|
| _SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"main_id": 2,
"mov_date": "sample string 3",
"mov_people": 4,
"mov_people_name": "sample string 5",
"mov_obs": "sample string 6",
"_Action": "sample string 7",
"mov_type_name": "sample string 8",
"mov_article_name": "sample string 9",
"mov_serial_number": "sample string 10",
"hasError": true,
"hasErrorMessage": "sample string 12",
"_SendCredentials": "sample string 13"
}
application/xml, text/xml
Sample:
<cTables.cEntity_pro_articles_movments_people xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 7</_Action> <_SendCredentials>sample string 13</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 12</hasErrorMessage> <id>1</id> <main_id>2</main_id> <mov_article_name>sample string 9</mov_article_name> <mov_date>sample string 3</mov_date> <mov_obs>sample string 6</mov_obs> <mov_people>4</mov_people> <mov_people_name>sample string 5</mov_people_name> <mov_serial_number>sample string 10</mov_serial_number> <mov_type_name>sample string 8</mov_type_name> </cTables.cEntity_pro_articles_movments_people>