POST GetCollectionReceiptPdf
Request Information
URI Parameters
None.
Body Parameters
GetCollectionReceiptRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| branchId | string |
None. |
|
| tahsilatNo | integer |
None. |
|
| policyId | string |
None. |
|
| agencyId | string |
None. |
|
| salesmanId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"branchId": "sample string 1",
"tahsilatNo": 2,
"policyId": "sample string 3",
"agencyId": "sample string 4",
"salesmanId": "sample string 5"
}
application/xml, text/xml
Sample:
<GetCollectionReceiptRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHServices.Models.Production"> <agencyId>sample string 4</agencyId> <branchId>sample string 1</branchId> <policyId>sample string 3</policyId> <salesmanId>sample string 5</salesmanId> <tahsilatNo>2</tahsilatNo> </GetCollectionReceiptRequest>
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. |