POST api/Dados/pro_complaint_peopleCrud
Request Information
URI Parameters
None.
Body Parameters
cEntity_pro_complaint_peopleName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
idexterno | integer |
None. |
|
user_id | integer |
None. |
|
_Action | string |
None. |
|
hasError | boolean |
None. |
|
hasErrorMessage | string |
None. |
|
_SendCredentials | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "idexterno": 2, "user_id": 3, "_Action": "sample string 4", "hasError": true, "hasErrorMessage": "sample string 6", "_SendCredentials": "sample string 7" }
application/xml, text/xml
Sample:
<cTables.cEntity_pro_complaint_people xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 4</_Action> <_SendCredentials>sample string 7</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 6</hasErrorMessage> <id>1</id> <idexterno>2</idexterno> <user_id>3</user_id> </cTables.cEntity_pro_complaint_people>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cEntity_pro_complaint_peopleName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
idexterno | integer |
None. |
|
user_id | integer |
None. |
|
_Action | string |
None. |
|
hasError | boolean |
None. |
|
hasErrorMessage | string |
None. |
|
_SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "idexterno": 2, "user_id": 3, "_Action": "sample string 4", "hasError": true, "hasErrorMessage": "sample string 6", "_SendCredentials": "sample string 7" }
application/xml, text/xml
Sample:
<cTables.cEntity_pro_complaint_people xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <_Action>sample string 4</_Action> <_SendCredentials>sample string 7</_SendCredentials> <hasError>true</hasError> <hasErrorMessage>sample string 6</hasErrorMessage> <id>1</id> <idexterno>2</idexterno> <user_id>3</user_id> </cTables.cEntity_pro_complaint_people>