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": "c10a7dbe-ffec-43d3-8896-abb17caca4c5",
"CustomerId": "7c0ec23e-34e8-4d1a-808f-194c3bd7ecec",
"DateFrom": "2026-08-15T10:57:37.6958199+01:00",
"DateOfBirth": "2026-08-15T10:57:37.6958199+01:00",
"DateTo": "2026-08-15T10:57:37.6958199+01:00",
"FirstName": "sample string 2",
"Id": "3d83f15b-43e4-46b1-a52c-83420782b063",
"LastName": "sample string 3",
"PolicyId": "754a3bea-240e-4c8e-adca-97d006209d04",
"PolicyNo": "sample string 4",
"RelationshipId": "f48dd0d5-642d-4211-8e06-c1b756a7d9f5",
"TitleId": "e7661b0f-e5ed-4115-80b8-7842a12b9c19"
},
{
"AuthorityTypeId": "c10a7dbe-ffec-43d3-8896-abb17caca4c5",
"CustomerId": "7c0ec23e-34e8-4d1a-808f-194c3bd7ecec",
"DateFrom": "2026-08-15T10:57:37.6958199+01:00",
"DateOfBirth": "2026-08-15T10:57:37.6958199+01:00",
"DateTo": "2026-08-15T10:57:37.6958199+01:00",
"FirstName": "sample string 2",
"Id": "3d83f15b-43e4-46b1-a52c-83420782b063",
"LastName": "sample string 3",
"PolicyId": "754a3bea-240e-4c8e-adca-97d006209d04",
"PolicyNo": "sample string 4",
"RelationshipId": "f48dd0d5-642d-4211-8e06-c1b756a7d9f5",
"TitleId": "e7661b0f-e5ed-4115-80b8-7842a12b9c19"
}
]
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>c10a7dbe-ffec-43d3-8896-abb17caca4c5</AuthorityTypeId>
<CustomerId>7c0ec23e-34e8-4d1a-808f-194c3bd7ecec</CustomerId>
<DateFrom>2026-08-15T10:57:37.6958199+01:00</DateFrom>
<DateOfBirth>2026-08-15T10:57:37.6958199+01:00</DateOfBirth>
<DateTo>2026-08-15T10:57:37.6958199+01:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>3d83f15b-43e4-46b1-a52c-83420782b063</Id>
<LastName>sample string 3</LastName>
<PolicyId>754a3bea-240e-4c8e-adca-97d006209d04</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>f48dd0d5-642d-4211-8e06-c1b756a7d9f5</RelationshipId>
<TitleId>e7661b0f-e5ed-4115-80b8-7842a12b9c19</TitleId>
</AuthorityToDeal>
<AuthorityToDeal>
<AuthorityTypeId>c10a7dbe-ffec-43d3-8896-abb17caca4c5</AuthorityTypeId>
<CustomerId>7c0ec23e-34e8-4d1a-808f-194c3bd7ecec</CustomerId>
<DateFrom>2026-08-15T10:57:37.6958199+01:00</DateFrom>
<DateOfBirth>2026-08-15T10:57:37.6958199+01:00</DateOfBirth>
<DateTo>2026-08-15T10:57:37.6958199+01:00</DateTo>
<FirstName>sample string 2</FirstName>
<Id>3d83f15b-43e4-46b1-a52c-83420782b063</Id>
<LastName>sample string 3</LastName>
<PolicyId>754a3bea-240e-4c8e-adca-97d006209d04</PolicyId>
<PolicyNo>sample string 4</PolicyNo>
<RelationshipId>f48dd0d5-642d-4211-8e06-c1b756a7d9f5</RelationshipId>
<TitleId>e7661b0f-e5ed-4115-80b8-7842a12b9c19</TitleId>
</AuthorityToDeal>
</ArrayOfAuthorityToDeal>