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. |
|
string |
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. |
|
UsePrimaryContactAddress | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AuthorityTypeId": "12849f90-f7fd-4270-961e-26e6b9f90174", "CustomerId": "f2ee66b7-58f1-4ffb-a5f5-5f5c6bb4a422", "DateFrom": "2025-08-27T03:37:15.8745893+01:00", "DateOfBirth": "2025-08-27T03:37:15.8745893+01:00", "DateTo": "2025-08-27T03:37:15.8745893+01:00", "Email": "sample string 2", "FirstName": "sample string 3", "Id": "bb60cbbe-d6b6-4f61-87fa-ad8a72327ec4", "LastName": "sample string 4", "PolicyId": "b27c3151-30e5-4ffa-abc2-10c2b7482110", "PolicyNo": "sample string 5", "RelationshipId": "e5831c03-51d6-4efe-b02b-7bbdf5083626", "TitleId": "9e0c9faf-08db-4a29-984a-89e34f4de331", "UsePrimaryContactAddress": true }, { "AuthorityTypeId": "12849f90-f7fd-4270-961e-26e6b9f90174", "CustomerId": "f2ee66b7-58f1-4ffb-a5f5-5f5c6bb4a422", "DateFrom": "2025-08-27T03:37:15.8745893+01:00", "DateOfBirth": "2025-08-27T03:37:15.8745893+01:00", "DateTo": "2025-08-27T03:37:15.8745893+01:00", "Email": "sample string 2", "FirstName": "sample string 3", "Id": "bb60cbbe-d6b6-4f61-87fa-ad8a72327ec4", "LastName": "sample string 4", "PolicyId": "b27c3151-30e5-4ffa-abc2-10c2b7482110", "PolicyNo": "sample string 5", "RelationshipId": "e5831c03-51d6-4efe-b02b-7bbdf5083626", "TitleId": "9e0c9faf-08db-4a29-984a-89e34f4de331", "UsePrimaryContactAddress": true } ]
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>12849f90-f7fd-4270-961e-26e6b9f90174</AuthorityTypeId> <CustomerId>f2ee66b7-58f1-4ffb-a5f5-5f5c6bb4a422</CustomerId> <DateFrom>2025-08-27T03:37:15.8745893+01:00</DateFrom> <DateOfBirth>2025-08-27T03:37:15.8745893+01:00</DateOfBirth> <DateTo>2025-08-27T03:37:15.8745893+01:00</DateTo> <Email>sample string 2</Email> <FirstName>sample string 3</FirstName> <Id>bb60cbbe-d6b6-4f61-87fa-ad8a72327ec4</Id> <LastName>sample string 4</LastName> <PolicyId>b27c3151-30e5-4ffa-abc2-10c2b7482110</PolicyId> <PolicyNo>sample string 5</PolicyNo> <RelationshipId>e5831c03-51d6-4efe-b02b-7bbdf5083626</RelationshipId> <TitleId>9e0c9faf-08db-4a29-984a-89e34f4de331</TitleId> <UsePrimaryContactAddress>true</UsePrimaryContactAddress> </AuthorityToDeal> <AuthorityToDeal> <AuthorityTypeId>12849f90-f7fd-4270-961e-26e6b9f90174</AuthorityTypeId> <CustomerId>f2ee66b7-58f1-4ffb-a5f5-5f5c6bb4a422</CustomerId> <DateFrom>2025-08-27T03:37:15.8745893+01:00</DateFrom> <DateOfBirth>2025-08-27T03:37:15.8745893+01:00</DateOfBirth> <DateTo>2025-08-27T03:37:15.8745893+01:00</DateTo> <Email>sample string 2</Email> <FirstName>sample string 3</FirstName> <Id>bb60cbbe-d6b6-4f61-87fa-ad8a72327ec4</Id> <LastName>sample string 4</LastName> <PolicyId>b27c3151-30e5-4ffa-abc2-10c2b7482110</PolicyId> <PolicyNo>sample string 5</PolicyNo> <RelationshipId>e5831c03-51d6-4efe-b02b-7bbdf5083626</RelationshipId> <TitleId>9e0c9faf-08db-4a29-984a-89e34f4de331</TitleId> <UsePrimaryContactAddress>true</UsePrimaryContactAddress> </AuthorityToDeal> </ArrayOfAuthorityToDeal>