GET api/AccountDetails/GetAccountDocumnets/{bSCustomerID}/{documentType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bSCustomerID | string |
Required |
|
documentType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AccountDocumentsDetailsName | Description | Type | Additional information |
---|---|---|---|
DocuemntName | string |
None. |
|
DocumentCreatedSavedLocation | string |
None. |
|
DocumentCreatedHTTPLocation | string |
None. |
|
bscutomerID | string |
None. |
|
DocumentType | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "DocuemntName": "sample string 1", "DocumentCreatedSavedLocation": "sample string 2", "DocumentCreatedHTTPLocation": "sample string 3", "bscutomerID": "sample string 4", "DocumentType": "sample string 5" }, { "DocuemntName": "sample string 1", "DocumentCreatedSavedLocation": "sample string 2", "DocumentCreatedHTTPLocation": "sample string 3", "bscutomerID": "sample string 4", "DocumentType": "sample string 5" } ]