POST api/Customer/GetCustomerDocuments
Documentation for 'GetCustomerDocuments'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objuser | Documentation for 'objuser'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"DocumentId": 1,
"PersonalDocumentId": 2,
"DocType": "sample string 3",
"Token": "sample string 4",
"username": "sample string 5",
"password": "sample string 6",
"DeviceId": "sample string 7",
"FromDevice": 8,
"CustomerId": 9,
"Type": "sample string 10",
"Status": 11
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": 2,
"Message": "sample string 3",
"LstData": [
{
"$id": "2",
"DocumentId": 1,
"DocumentName": "sample string 2",
"PersonalDocumentId": 3,
"FileName": "sample string 4",
"FullFilePath": "sample string 5",
"Type": "sample string 6"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"Data": {
"$ref": "2"
}
}