GET api/DocPrep/GetDocPrepDocuments
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DocPrepDocumentsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| DocPrepDocuments | Collection of DocPrepDocuments |
None. |
|
| IsSuccess | boolean |
None. |
|
| HasErrors | boolean |
None. |
|
| HasValidationErrors | boolean |
None. |
|
| Messages | Collection of ResponseMessage |
None. |
Response Formats
application/json, text/json
Sample:
{
"DocPrepDocuments": [
{
"DocumentId": 1,
"DocumentName": "sample string 2",
"IsInAffidivitGroup": true,
"IsInDeedGroup": true,
"IsInPayoffGroup": true,
"IsInMiscellaneousGroup": true,
"IsInReSaleGroup": true,
"IsInCashSaleGroup": true,
"IsActive": true
},
{
"DocumentId": 1,
"DocumentName": "sample string 2",
"IsInAffidivitGroup": true,
"IsInDeedGroup": true,
"IsInPayoffGroup": true,
"IsInMiscellaneousGroup": true,
"IsInReSaleGroup": true,
"IsInCashSaleGroup": true,
"IsActive": true
}
],
"IsSuccess": true,
"HasErrors": false,
"HasValidationErrors": false,
"Messages": []
}