POST api/Documents/BPDocuments
Request Information
URI Parameters
None.
Body Parameters
DocumentSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CardCode | string |
None. |
|
| IniDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CardCode": "sample string 1",
"IniDate": "2025-12-05T22:17:23.7796167-06:00"
}
application/xml, text/xml
Sample:
<DocumentSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSZBADM.MODELS"> <CardCode>sample string 1</CardCode> <IniDate>2025-12-05T22:17:23.7796167-06:00</IniDate> </DocumentSearchModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |