POST GetPolicyPerson
Poliçe kişi bilgilerini getirir.
Request Information
URI Parameters
None.
Body Parameters
PolicyPersonRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InPolicyId | string |
None. |
|
| InBranchid | string |
None. |
|
| salesManId |
Satış Temsilcisi Uniq Numarası |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InPolicyId": "sample string 1",
"InBranchid": "sample string 2",
"salesManId": "sample string 3"
}
application/xml, text/xml
Sample:
<PolicyPersonRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHServices.Models.Production"> <InBranchid>sample string 2</InBranchid> <InPolicyId>sample string 1</InPolicyId> <salesManId>sample string 3</salesManId> </PolicyPersonRequest>
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. |