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": "f69f271b-4a81-4c7b-b151-45632dd930a2",
"ClaimId": "2aa99e54-1f38-4dc7-b443-827a13806a77",
"ClaimReference": "sample string 1",
"FileExtension": "sample string 2",
"DateSent": "2026-05-09T12:58:26.65746+01:00",
"DocumentId": "4cba04e0-bf4e-407d-8529-6ff7ffc98215",
"IsClaimDocument": true,
"IsPolicyDocument": true,
"MyAccountFriendlyName": "sample string 3",
"PetName": "sample string 4",
"PolicyEffectiveFrom": "2026-05-09T12:58:26.65746+01:00",
"PolicyEffectiveTo": "2026-05-09T12:58:26.65746+01:00",
"PolicyId": "0f73cfbb-0d67-41f7-b5e3-fe7a6857b67e",
"PolicyNumber": "sample string 5"
},
{
"BinaryId": "f69f271b-4a81-4c7b-b151-45632dd930a2",
"ClaimId": "2aa99e54-1f38-4dc7-b443-827a13806a77",
"ClaimReference": "sample string 1",
"FileExtension": "sample string 2",
"DateSent": "2026-05-09T12:58:26.65746+01:00",
"DocumentId": "4cba04e0-bf4e-407d-8529-6ff7ffc98215",
"IsClaimDocument": true,
"IsPolicyDocument": true,
"MyAccountFriendlyName": "sample string 3",
"PetName": "sample string 4",
"PolicyEffectiveFrom": "2026-05-09T12:58:26.65746+01:00",
"PolicyEffectiveTo": "2026-05-09T12:58:26.65746+01:00",
"PolicyId": "0f73cfbb-0d67-41f7-b5e3-fe7a6857b67e",
"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>f69f271b-4a81-4c7b-b151-45632dd930a2</BinaryId>
<ClaimId>2aa99e54-1f38-4dc7-b443-827a13806a77</ClaimId>
<ClaimReference>sample string 1</ClaimReference>
<DateSent>2026-05-09T12:58:26.65746+01:00</DateSent>
<DocumentId>4cba04e0-bf4e-407d-8529-6ff7ffc98215</DocumentId>
<FileExtension>sample string 2</FileExtension>
<IsClaimDocument>true</IsClaimDocument>
<IsPolicyDocument>true</IsPolicyDocument>
<MyAccountFriendlyName>sample string 3</MyAccountFriendlyName>
<PetName>sample string 4</PetName>
<PolicyEffectiveFrom>2026-05-09T12:58:26.65746+01:00</PolicyEffectiveFrom>
<PolicyEffectiveTo>2026-05-09T12:58:26.65746+01:00</PolicyEffectiveTo>
<PolicyId>0f73cfbb-0d67-41f7-b5e3-fe7a6857b67e</PolicyId>
<PolicyNumber>sample string 5</PolicyNumber>
</CustomerDocumentResponse>
<CustomerDocumentResponse>
<BinaryId>f69f271b-4a81-4c7b-b151-45632dd930a2</BinaryId>
<ClaimId>2aa99e54-1f38-4dc7-b443-827a13806a77</ClaimId>
<ClaimReference>sample string 1</ClaimReference>
<DateSent>2026-05-09T12:58:26.65746+01:00</DateSent>
<DocumentId>4cba04e0-bf4e-407d-8529-6ff7ffc98215</DocumentId>
<FileExtension>sample string 2</FileExtension>
<IsClaimDocument>true</IsClaimDocument>
<IsPolicyDocument>true</IsPolicyDocument>
<MyAccountFriendlyName>sample string 3</MyAccountFriendlyName>
<PetName>sample string 4</PetName>
<PolicyEffectiveFrom>2026-05-09T12:58:26.65746+01:00</PolicyEffectiveFrom>
<PolicyEffectiveTo>2026-05-09T12:58:26.65746+01:00</PolicyEffectiveTo>
<PolicyId>0f73cfbb-0d67-41f7-b5e3-fe7a6857b67e</PolicyId>
<PolicyNumber>sample string 5</PolicyNumber>
</CustomerDocumentResponse>
</ArrayOfCustomerDocumentResponse>