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": "d3de7ff8-d34e-42f0-8744-1e508085ff21",
"CustomerId": "be361c4f-ff8c-4892-a7d5-994b834765b6",
"DateFrom": "2026-03-23T10:00:23.9520048+00:00",
"DateOfBirth": "2026-03-23T10:00:23.9520048+00:00",
"DateTo": "2026-03-23T10:00:23.9520048+00:00",
"FirstName": "sample string 2",
"Id": "a8e2f27e-7702-488f-8f02-67213acfd389",
"LastName": "sample string 3",
"PolicyId": "03dba61d-e559-4119-81f3-73eabceff656",
"PolicyNo": "sample string 4",
"RelationshipId": "2a8b61be-f266-49e7-a82a-b69579eb3db8",
"TitleId": "9a50aa52-0828-4ac2-9652-5d1a1528e985"
},
{
"AuthorityTypeId": "d3de7ff8-d34e-42f0-8744-1e508085ff21",
"CustomerId": "be361c4f-ff8c-4892-a7d5-994b834765b6",
"DateFrom": "2026-03-23T10:00:23.9520048+00:00",
"DateOfBirth": "2026-03-23T10:00:23.9520048+00:00",
"DateTo": "2026-03-23T10:00:23.9520048+00:00",
"FirstName": "sample string 2",
"Id": "a8e2f27e-7702-488f-8f02-67213acfd389",
"LastName": "sample string 3",
"PolicyId": "03dba61d-e559-4119-81f3-73eabceff656",
"PolicyNo": "sample string 4",
"RelationshipId": "2a8b61be-f266-49e7-a82a-b69579eb3db8",
"TitleId": "9a50aa52-0828-4ac2-9652-5d1a1528e985"
}
]
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>d3de7ff8-d34e-42f0-8744-1e508085ff21</AuthorityTypeId>
<CustomerId>be361c4f-ff8c-4892-a7d5-994b834765b6</CustomerId>
<DateFrom>2026-03-23T10:00:23.9520048+00:00</DateFrom>
<DateOfBirth>2026-03-23T10:00:23.9520048+00:00</DateOfBirth>
<DateTo>2026-03-23T10:00:23.9520048+00:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>a8e2f27e-7702-488f-8f02-67213acfd389</Id>
<LastName>sample string 3</LastName>
<PolicyId>03dba61d-e559-4119-81f3-73eabceff656</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>2a8b61be-f266-49e7-a82a-b69579eb3db8</RelationshipId>
<TitleId>9a50aa52-0828-4ac2-9652-5d1a1528e985</TitleId>
</AuthorityToDeal>
<AuthorityToDeal>
<AuthorityTypeId>d3de7ff8-d34e-42f0-8744-1e508085ff21</AuthorityTypeId>
<CustomerId>be361c4f-ff8c-4892-a7d5-994b834765b6</CustomerId>
<DateFrom>2026-03-23T10:00:23.9520048+00:00</DateFrom>
<DateOfBirth>2026-03-23T10:00:23.9520048+00:00</DateOfBirth>
<DateTo>2026-03-23T10:00:23.9520048+00:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>a8e2f27e-7702-488f-8f02-67213acfd389</Id>
<LastName>sample string 3</LastName>
<PolicyId>03dba61d-e559-4119-81f3-73eabceff656</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>2a8b61be-f266-49e7-a82a-b69579eb3db8</RelationshipId>
<TitleId>9a50aa52-0828-4ac2-9652-5d1a1528e985</TitleId>
</AuthorityToDeal>
</ArrayOfAuthorityToDeal>