POST api/Dados/pro_articles_movments_localsCrud
Request Information
URI Parameters
None.
Body Parameters
cEntity_pro_articles_movments_localsName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
movid | integer |
None. |
|
mov_date | string |
None. |
|
mov_office | integer |
None. |
|
mov_office_name | string |
None. |
|
mov_local | integer |
None. |
|
mov_local_name | string |
None. |
|
_Action | string |
None. |
|
hasError | boolean |
None. |
|
hasErrorMessage | string |
None. |
|
_SendCredentials | string |
None. |
|
mov_obs | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "movid": 2, "mov_date": "sample string 3", "mov_office": 4, "mov_office_name": "sample string 5", "mov_local": 6, "mov_local_name": "sample string 7", "_Action": "sample string 8", "hasError": true, "hasErrorMessage": "sample string 10", "_SendCredentials": "sample string 11", "mov_obs": "sample string 12" }
application/xml, text/xml
Sample:
<cTables.cEntity_pro_articles_movments_locals 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> <mov_date>sample string 3</mov_date> <mov_local>6</mov_local> <mov_local_name>sample string 7</mov_local_name> <mov_obs>sample string 12</mov_obs> <mov_office>4</mov_office> <mov_office_name>sample string 5</mov_office_name> <movid>2</movid> </cTables.cEntity_pro_articles_movments_locals>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cEntity_pro_articles_movments_localsName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
movid | integer |
None. |
|
mov_date | string |
None. |
|
mov_office | integer |
None. |
|
mov_office_name | string |
None. |
|
mov_local | integer |
None. |
|
mov_local_name | string |
None. |
|
_Action | string |
None. |
|
hasError | boolean |
None. |
|
hasErrorMessage | string |
None. |
|
_SendCredentials | string |
None. |
|
mov_obs | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "movid": 2, "mov_date": "sample string 3", "mov_office": 4, "mov_office_name": "sample string 5", "mov_local": 6, "mov_local_name": "sample string 7", "_Action": "sample string 8", "hasError": true, "hasErrorMessage": "sample string 10", "_SendCredentials": "sample string 11", "mov_obs": "sample string 12" }
application/xml, text/xml
Sample:
<cTables.cEntity_pro_articles_movments_locals 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> <mov_date>sample string 3</mov_date> <mov_local>6</mov_local> <mov_local_name>sample string 7</mov_local_name> <mov_obs>sample string 12</mov_obs> <mov_office>4</mov_office> <mov_office_name>sample string 5</mov_office_name> <movid>2</movid> </cTables.cEntity_pro_articles_movments_locals>