POST Underwriters/{externalAccountId}/AssignedDelegates/{delegateId}/Markets/Permission/{isNew}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| externalAccountId | integer |
Required |
|
| delegateId | integer |
Required |
|
| isNew | boolean |
Required |
Body Parameters
Collection of PermissionDelegatePost| Name | Description | Type | Additional information |
|---|---|---|---|
| AppRoleId | integer |
None. |
|
| MarketId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"AppRoleId": 1,
"MarketId": 2
},
{
"AppRoleId": 1,
"MarketId": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfPermissionDelegatePost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Placements.WebAPI.Controllers.UwMgmt.Models">
<PermissionDelegatePost>
<AppRoleId>1</AppRoleId>
<MarketId>2</MarketId>
</PermissionDelegatePost>
<PermissionDelegatePost>
<AppRoleId>1</AppRoleId>
<MarketId>2</MarketId>
</PermissionDelegatePost>
</ArrayOfPermissionDelegatePost>
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. |