POST api/Documents/SendManualBPReport
Request Information
URI Parameters
None.
Body Parameters
ManualSendBpInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
None. |
|
| CardCode | string |
None. |
|
| User | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyId": 1,
"CardCode": "sample string 2",
"User": "sample string 3"
}
application/xml, text/xml
Sample:
<ManualSendBpInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSMISIntMorAPI.MODELS"> <CardCode>sample string 2</CardCode> <CompanyId>1</CompanyId> <User>sample string 3</User> </ManualSendBpInfo>
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. |