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 AuthorityToDealName | 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": "7c9f9d19-96af-46ec-af2a-7296f3bc7f34", "CustomerId": "d73be009-dd43-48fa-91c5-43ff98312b9f", "DateFrom": "2025-07-07T14:56:31.5916063+01:00", "DateOfBirth": "2025-07-07T14:56:31.5916063+01:00", "DateTo": "2025-07-07T14:56:31.5916063+01:00", "FirstName": "sample string 2", "Id": "36f1ae8b-a6aa-4935-b43e-f665aaf67883", "LastName": "sample string 3", "PolicyId": "575abd04-e23a-43d0-9984-5dd2efa9dea6", "PolicyNo": "sample string 4", "RelationshipId": "b3de8302-801f-424b-a41f-be35d4d05f75", "TitleId": "4b727100-5221-44aa-83ca-b096a879d439" }, { "AuthorityTypeId": "7c9f9d19-96af-46ec-af2a-7296f3bc7f34", "CustomerId": "d73be009-dd43-48fa-91c5-43ff98312b9f", "DateFrom": "2025-07-07T14:56:31.5916063+01:00", "DateOfBirth": "2025-07-07T14:56:31.5916063+01:00", "DateTo": "2025-07-07T14:56:31.5916063+01:00", "FirstName": "sample string 2", "Id": "36f1ae8b-a6aa-4935-b43e-f665aaf67883", "LastName": "sample string 3", "PolicyId": "575abd04-e23a-43d0-9984-5dd2efa9dea6", "PolicyNo": "sample string 4", "RelationshipId": "b3de8302-801f-424b-a41f-be35d4d05f75", "TitleId": "4b727100-5221-44aa-83ca-b096a879d439" } ]
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>7c9f9d19-96af-46ec-af2a-7296f3bc7f34</AuthorityTypeId> <CustomerId>d73be009-dd43-48fa-91c5-43ff98312b9f</CustomerId> <DateFrom>2025-07-07T14:56:31.5916063+01:00</DateFrom> <DateOfBirth>2025-07-07T14:56:31.5916063+01:00</DateOfBirth> <DateTo>2025-07-07T14:56:31.5916063+01:00</DateTo> <FirstName>sample string 2</FirstName> <Id>36f1ae8b-a6aa-4935-b43e-f665aaf67883</Id> <LastName>sample string 3</LastName> <PolicyId>575abd04-e23a-43d0-9984-5dd2efa9dea6</PolicyId> <PolicyNo>sample string 4</PolicyNo> <RelationshipId>b3de8302-801f-424b-a41f-be35d4d05f75</RelationshipId> <TitleId>4b727100-5221-44aa-83ca-b096a879d439</TitleId> </AuthorityToDeal> <AuthorityToDeal> <AuthorityTypeId>7c9f9d19-96af-46ec-af2a-7296f3bc7f34</AuthorityTypeId> <CustomerId>d73be009-dd43-48fa-91c5-43ff98312b9f</CustomerId> <DateFrom>2025-07-07T14:56:31.5916063+01:00</DateFrom> <DateOfBirth>2025-07-07T14:56:31.5916063+01:00</DateOfBirth> <DateTo>2025-07-07T14:56:31.5916063+01:00</DateTo> <FirstName>sample string 2</FirstName> <Id>36f1ae8b-a6aa-4935-b43e-f665aaf67883</Id> <LastName>sample string 3</LastName> <PolicyId>575abd04-e23a-43d0-9984-5dd2efa9dea6</PolicyId> <PolicyNo>sample string 4</PolicyNo> <RelationshipId>b3de8302-801f-424b-a41f-be35d4d05f75</RelationshipId> <TitleId>4b727100-5221-44aa-83ca-b096a879d439</TitleId> </AuthorityToDeal> </ArrayOfAuthorityToDeal>