GET api/AuthorityToDeal/List?customerId={customerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AuthorityToDeal| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthorityTypeId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| DateFrom | date |
None. |
|
| DateOfBirth | date |
None. |
|
| DateTo | date |
None. |
|
| FirstName | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| LastName | string |
None. |
|
| PolicyId | globally unique identifier |
None. |
|
| PolicyNo | string |
None. |
|
| RelationshipId | globally unique identifier |
None. |
|
| TitleId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AuthorityTypeId": "6a4e8199-379f-42e5-9fb6-1596bec7f7b3",
"CustomerId": "2402a80a-f040-4652-8f85-057dee488ea2",
"DateFrom": "2026-05-09T12:58:35.0981746+01:00",
"DateOfBirth": "2026-05-09T12:58:35.0981746+01:00",
"DateTo": "2026-05-09T12:58:35.0981746+01:00",
"FirstName": "sample string 2",
"Id": "a84fe067-84b5-4602-8fd4-ce975fa873b9",
"LastName": "sample string 3",
"PolicyId": "1fd3e961-72a6-4f30-a700-e541b6c7404f",
"PolicyNo": "sample string 4",
"RelationshipId": "0780efe3-33e9-4e5a-880b-d41b0892de1f",
"TitleId": "7d694e0b-d119-4a55-9197-86139551b8f2"
},
{
"AuthorityTypeId": "6a4e8199-379f-42e5-9fb6-1596bec7f7b3",
"CustomerId": "2402a80a-f040-4652-8f85-057dee488ea2",
"DateFrom": "2026-05-09T12:58:35.0981746+01:00",
"DateOfBirth": "2026-05-09T12:58:35.0981746+01:00",
"DateTo": "2026-05-09T12:58:35.0981746+01:00",
"FirstName": "sample string 2",
"Id": "a84fe067-84b5-4602-8fd4-ce975fa873b9",
"LastName": "sample string 3",
"PolicyId": "1fd3e961-72a6-4f30-a700-e541b6c7404f",
"PolicyNo": "sample string 4",
"RelationshipId": "0780efe3-33e9-4e5a-880b-d41b0892de1f",
"TitleId": "7d694e0b-d119-4a55-9197-86139551b8f2"
}
]
application/xml, text/xml
Sample:
<ArrayOfAuthorityToDeal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<AuthorityToDeal>
<AuthorityTypeId>6a4e8199-379f-42e5-9fb6-1596bec7f7b3</AuthorityTypeId>
<CustomerId>2402a80a-f040-4652-8f85-057dee488ea2</CustomerId>
<DateFrom>2026-05-09T12:58:35.0981746+01:00</DateFrom>
<DateOfBirth>2026-05-09T12:58:35.0981746+01:00</DateOfBirth>
<DateTo>2026-05-09T12:58:35.0981746+01:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>a84fe067-84b5-4602-8fd4-ce975fa873b9</Id>
<LastName>sample string 3</LastName>
<PolicyId>1fd3e961-72a6-4f30-a700-e541b6c7404f</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>0780efe3-33e9-4e5a-880b-d41b0892de1f</RelationshipId>
<TitleId>7d694e0b-d119-4a55-9197-86139551b8f2</TitleId>
</AuthorityToDeal>
<AuthorityToDeal>
<AuthorityTypeId>6a4e8199-379f-42e5-9fb6-1596bec7f7b3</AuthorityTypeId>
<CustomerId>2402a80a-f040-4652-8f85-057dee488ea2</CustomerId>
<DateFrom>2026-05-09T12:58:35.0981746+01:00</DateFrom>
<DateOfBirth>2026-05-09T12:58:35.0981746+01:00</DateOfBirth>
<DateTo>2026-05-09T12:58:35.0981746+01:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>a84fe067-84b5-4602-8fd4-ce975fa873b9</Id>
<LastName>sample string 3</LastName>
<PolicyId>1fd3e961-72a6-4f30-a700-e541b6c7404f</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>0780efe3-33e9-4e5a-880b-d41b0892de1f</RelationshipId>
<TitleId>7d694e0b-d119-4a55-9197-86139551b8f2</TitleId>
</AuthorityToDeal>
</ArrayOfAuthorityToDeal>