POST Underwriters/{externalAccountId}/Markets/Reassign
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| externalAccountId | integer |
Required |
Body Parameters
Collection of UwReassignPost| Name | Description | Type | Additional information |
|---|---|---|---|
| SurvivorId | integer |
None. |
|
| MarketId | integer |
None. |
|
| id | integer |
None. |
|
| IsNewUnderwriter | boolean |
None. |
|
| GlobalBusinessLocalTypeId | integer |
None. |
|
| IEContactID | integer |
None. |
|
| PrimaryContactFlag | boolean |
None. |
|
| InsuranceEntityId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"SurvivorId": 1,
"MarketId": 2,
"id": 3,
"IsNewUnderwriter": true,
"GlobalBusinessLocalTypeId": 5,
"IEContactID": 6,
"PrimaryContactFlag": true,
"InsuranceEntityId": 8
},
{
"SurvivorId": 1,
"MarketId": 2,
"id": 3,
"IsNewUnderwriter": true,
"GlobalBusinessLocalTypeId": 5,
"IEContactID": 6,
"PrimaryContactFlag": true,
"InsuranceEntityId": 8
}
]
application/xml, text/xml
Sample:
<ArrayOfUwReassignPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Placements.WebAPI.Controllers.UwMgmt.Models">
<UwReassignPost>
<GlobalBusinessLocalTypeId>5</GlobalBusinessLocalTypeId>
<IEContactID>6</IEContactID>
<InsuranceEntityId>8</InsuranceEntityId>
<IsNewUnderwriter>true</IsNewUnderwriter>
<MarketId>2</MarketId>
<PrimaryContactFlag>true</PrimaryContactFlag>
<SurvivorId>1</SurvivorId>
<id>3</id>
</UwReassignPost>
<UwReassignPost>
<GlobalBusinessLocalTypeId>5</GlobalBusinessLocalTypeId>
<IEContactID>6</IEContactID>
<InsuranceEntityId>8</InsuranceEntityId>
<IsNewUnderwriter>true</IsNewUnderwriter>
<MarketId>2</MarketId>
<PrimaryContactFlag>true</PrimaryContactFlag>
<SurvivorId>1</SurvivorId>
<id>3</id>
</UwReassignPost>
</ArrayOfUwReassignPost>
application/x-www-form-urlencoded
Sample:
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. |