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": "700e632d-6f4c-45a3-8b8e-f4da5cdc2555", "CustomerId": "7863df09-4f49-4bef-8cc3-d9d72262fdfe", "DateFrom": "2025-09-13T03:23:20.4831861+01:00", "DateOfBirth": "2025-09-13T03:23:20.4831861+01:00", "DateTo": "2025-09-13T03:23:20.4831861+01:00", "FirstName": "sample string 2", "Id": "20fab4b0-5391-4987-ad86-32f58dc35ffe", "LastName": "sample string 3", "PolicyId": "9d6f0747-824e-438b-9ec2-5fcfa99ca9c2", "PolicyNo": "sample string 4", "RelationshipId": "7371ea68-1e24-4917-ad72-4478f3e8b6a9", "TitleId": "c9b7d560-b691-467b-94b3-49608f0c1463" }, { "AuthorityTypeId": "700e632d-6f4c-45a3-8b8e-f4da5cdc2555", "CustomerId": "7863df09-4f49-4bef-8cc3-d9d72262fdfe", "DateFrom": "2025-09-13T03:23:20.4831861+01:00", "DateOfBirth": "2025-09-13T03:23:20.4831861+01:00", "DateTo": "2025-09-13T03:23:20.4831861+01:00", "FirstName": "sample string 2", "Id": "20fab4b0-5391-4987-ad86-32f58dc35ffe", "LastName": "sample string 3", "PolicyId": "9d6f0747-824e-438b-9ec2-5fcfa99ca9c2", "PolicyNo": "sample string 4", "RelationshipId": "7371ea68-1e24-4917-ad72-4478f3e8b6a9", "TitleId": "c9b7d560-b691-467b-94b3-49608f0c1463" } ]
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>700e632d-6f4c-45a3-8b8e-f4da5cdc2555</AuthorityTypeId> <CustomerId>7863df09-4f49-4bef-8cc3-d9d72262fdfe</CustomerId> <DateFrom>2025-09-13T03:23:20.4831861+01:00</DateFrom> <DateOfBirth>2025-09-13T03:23:20.4831861+01:00</DateOfBirth> <DateTo>2025-09-13T03:23:20.4831861+01:00</DateTo> <FirstName>sample string 2</FirstName> <Id>20fab4b0-5391-4987-ad86-32f58dc35ffe</Id> <LastName>sample string 3</LastName> <PolicyId>9d6f0747-824e-438b-9ec2-5fcfa99ca9c2</PolicyId> <PolicyNo>sample string 4</PolicyNo> <RelationshipId>7371ea68-1e24-4917-ad72-4478f3e8b6a9</RelationshipId> <TitleId>c9b7d560-b691-467b-94b3-49608f0c1463</TitleId> </AuthorityToDeal> <AuthorityToDeal> <AuthorityTypeId>700e632d-6f4c-45a3-8b8e-f4da5cdc2555</AuthorityTypeId> <CustomerId>7863df09-4f49-4bef-8cc3-d9d72262fdfe</CustomerId> <DateFrom>2025-09-13T03:23:20.4831861+01:00</DateFrom> <DateOfBirth>2025-09-13T03:23:20.4831861+01:00</DateOfBirth> <DateTo>2025-09-13T03:23:20.4831861+01:00</DateTo> <FirstName>sample string 2</FirstName> <Id>20fab4b0-5391-4987-ad86-32f58dc35ffe</Id> <LastName>sample string 3</LastName> <PolicyId>9d6f0747-824e-438b-9ec2-5fcfa99ca9c2</PolicyId> <PolicyNo>sample string 4</PolicyNo> <RelationshipId>7371ea68-1e24-4917-ad72-4478f3e8b6a9</RelationshipId> <TitleId>c9b7d560-b691-467b-94b3-49608f0c1463</TitleId> </AuthorityToDeal> </ArrayOfAuthorityToDeal>