GET api/Dados/Getpro_complaint_documentsCrud?_Credentials={_Credentials}&_IdMaster={_IdMaster}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
_Credentials | string |
Required |
|
_IdMaster | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of cEntity_pro_complaint_documentsName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
complaint_id | integer |
None. |
|
complaint_document_type | integer |
None. |
|
complaint_path | string |
None. |
|
document_type_name | string |
None. |
|
_Action | string |
None. |
|
hasError | boolean |
None. |
|
hasErrorMessage | string |
None. |
|
_SendCredentials | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "complaint_id": 2, "complaint_document_type": 3, "complaint_path": "sample string 4", "document_type_name": "sample string 5", "_Action": "sample string 6", "hasError": true, "hasErrorMessage": "sample string 8", "_SendCredentials": "sample string 9" }, { "id": 1, "complaint_id": 2, "complaint_document_type": 3, "complaint_path": "sample string 4", "document_type_name": "sample string 5", "_Action": "sample string 6", "hasError": true, "hasErrorMessage": "sample string 8", "_SendCredentials": "sample string 9" } ]
application/xml, text/xml
Sample:
<ArrayOfcTables.cEntity_pro_complaint_documents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <cTables.cEntity_pro_complaint_documents> <_Action>sample string 6</_Action> <_SendCredentials>sample string 9</_SendCredentials> <complaint_document_type>3</complaint_document_type> <complaint_id>2</complaint_id> <complaint_path>sample string 4</complaint_path> <document_type_name>sample string 5</document_type_name> <hasError>true</hasError> <hasErrorMessage>sample string 8</hasErrorMessage> <id>1</id> </cTables.cEntity_pro_complaint_documents> <cTables.cEntity_pro_complaint_documents> <_Action>sample string 6</_Action> <_SendCredentials>sample string 9</_SendCredentials> <complaint_document_type>3</complaint_document_type> <complaint_id>2</complaint_id> <complaint_path>sample string 4</complaint_path> <document_type_name>sample string 5</document_type_name> <hasError>true</hasError> <hasErrorMessage>sample string 8</hasErrorMessage> <id>1</id> </cTables.cEntity_pro_complaint_documents> </ArrayOfcTables.cEntity_pro_complaint_documents>