POST api/Document/GetAllCustomerMyAccountDocuments?contactId={contactId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contactId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerDocumentResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| BinaryId | globally unique identifier |
None. |
|
| ClaimId | globally unique identifier |
None. |
|
| ClaimReference | string |
None. |
|
| FileExtension | string |
None. |
|
| DateSent | date |
None. |
|
| DocumentId | globally unique identifier |
None. |
|
| IsClaimDocument | boolean |
None. |
|
| IsPolicyDocument | boolean |
None. |
|
| MyAccountFriendlyName | string |
None. |
|
| PetName | string |
None. |
|
| PolicyEffectiveFrom | date |
None. |
|
| PolicyEffectiveTo | date |
None. |
|
| PolicyId | globally unique identifier |
None. |
|
| PolicyNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BinaryId": "e94c3135-5583-4c82-bbf3-5472c9759f42",
"ClaimId": "9b8ef329-6920-4d36-b6a2-2e6f09c5a418",
"ClaimReference": "sample string 1",
"FileExtension": "sample string 2",
"DateSent": "2026-06-24T02:17:58.2654716+01:00",
"DocumentId": "51a71251-8bd1-4b82-9aa0-56776242d0db",
"IsClaimDocument": true,
"IsPolicyDocument": true,
"MyAccountFriendlyName": "sample string 3",
"PetName": "sample string 4",
"PolicyEffectiveFrom": "2026-06-24T02:17:58.2654716+01:00",
"PolicyEffectiveTo": "2026-06-24T02:17:58.2654716+01:00",
"PolicyId": "c201b0f6-3d83-4160-9b46-95e64962e641",
"PolicyNumber": "sample string 5"
},
{
"BinaryId": "e94c3135-5583-4c82-bbf3-5472c9759f42",
"ClaimId": "9b8ef329-6920-4d36-b6a2-2e6f09c5a418",
"ClaimReference": "sample string 1",
"FileExtension": "sample string 2",
"DateSent": "2026-06-24T02:17:58.2654716+01:00",
"DocumentId": "51a71251-8bd1-4b82-9aa0-56776242d0db",
"IsClaimDocument": true,
"IsPolicyDocument": true,
"MyAccountFriendlyName": "sample string 3",
"PetName": "sample string 4",
"PolicyEffectiveFrom": "2026-06-24T02:17:58.2654716+01:00",
"PolicyEffectiveTo": "2026-06-24T02:17:58.2654716+01:00",
"PolicyId": "c201b0f6-3d83-4160-9b46-95e64962e641",
"PolicyNumber": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomerDocumentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<CustomerDocumentResponse>
<BinaryId>e94c3135-5583-4c82-bbf3-5472c9759f42</BinaryId>
<ClaimId>9b8ef329-6920-4d36-b6a2-2e6f09c5a418</ClaimId>
<ClaimReference>sample string 1</ClaimReference>
<DateSent>2026-06-24T02:17:58.2654716+01:00</DateSent>
<DocumentId>51a71251-8bd1-4b82-9aa0-56776242d0db</DocumentId>
<FileExtension>sample string 2</FileExtension>
<IsClaimDocument>true</IsClaimDocument>
<IsPolicyDocument>true</IsPolicyDocument>
<MyAccountFriendlyName>sample string 3</MyAccountFriendlyName>
<PetName>sample string 4</PetName>
<PolicyEffectiveFrom>2026-06-24T02:17:58.2654716+01:00</PolicyEffectiveFrom>
<PolicyEffectiveTo>2026-06-24T02:17:58.2654716+01:00</PolicyEffectiveTo>
<PolicyId>c201b0f6-3d83-4160-9b46-95e64962e641</PolicyId>
<PolicyNumber>sample string 5</PolicyNumber>
</CustomerDocumentResponse>
<CustomerDocumentResponse>
<BinaryId>e94c3135-5583-4c82-bbf3-5472c9759f42</BinaryId>
<ClaimId>9b8ef329-6920-4d36-b6a2-2e6f09c5a418</ClaimId>
<ClaimReference>sample string 1</ClaimReference>
<DateSent>2026-06-24T02:17:58.2654716+01:00</DateSent>
<DocumentId>51a71251-8bd1-4b82-9aa0-56776242d0db</DocumentId>
<FileExtension>sample string 2</FileExtension>
<IsClaimDocument>true</IsClaimDocument>
<IsPolicyDocument>true</IsPolicyDocument>
<MyAccountFriendlyName>sample string 3</MyAccountFriendlyName>
<PetName>sample string 4</PetName>
<PolicyEffectiveFrom>2026-06-24T02:17:58.2654716+01:00</PolicyEffectiveFrom>
<PolicyEffectiveTo>2026-06-24T02:17:58.2654716+01:00</PolicyEffectiveTo>
<PolicyId>c201b0f6-3d83-4160-9b46-95e64962e641</PolicyId>
<PolicyNumber>sample string 5</PolicyNumber>
</CustomerDocumentResponse>
</ArrayOfCustomerDocumentResponse>