POST GetPolicyCertificatePdfUrl
Request Information
URI Parameters
None.
Body Parameters
GetPolicyPdfUrlRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| policyId | string |
None. |
|
| branchId | string |
None. |
|
| salesManId |
Satış Temsilcisi Uniq Numarası |
string |
None. |
| languageCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"policyId": "sample string 1",
"branchId": "sample string 2",
"salesManId": "sample string 3",
"languageCode": "sample string 4"
}
application/xml, text/xml
Sample:
<GetPolicyPdfUrlRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHServices.Models.Production"> <branchId>sample string 2</branchId> <languageCode>sample string 4</languageCode> <policyId>sample string 1</policyId> <salesManId>sample string 3</salesManId> </GetPolicyPdfUrlRequest>
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. |