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": "e5ac3991-867a-4fb1-b0bf-457f53544522",
"ClaimId": "b2f9208e-5483-4824-9ff6-6d18d7fdc5f1",
"ClaimReference": "sample string 1",
"FileExtension": "sample string 2",
"DateSent": "2026-03-23T20:12:32.0145852+00:00",
"DocumentId": "9f1fed20-125b-458e-9204-658e3cbe4c6e",
"IsClaimDocument": true,
"IsPolicyDocument": true,
"MyAccountFriendlyName": "sample string 3",
"PetName": "sample string 4",
"PolicyEffectiveFrom": "2026-03-23T20:12:32.0145852+00:00",
"PolicyEffectiveTo": "2026-03-23T20:12:32.0145852+00:00",
"PolicyId": "395b2af9-0041-4dc8-a1a2-45f294e643ed",
"PolicyNumber": "sample string 5"
},
{
"BinaryId": "e5ac3991-867a-4fb1-b0bf-457f53544522",
"ClaimId": "b2f9208e-5483-4824-9ff6-6d18d7fdc5f1",
"ClaimReference": "sample string 1",
"FileExtension": "sample string 2",
"DateSent": "2026-03-23T20:12:32.0145852+00:00",
"DocumentId": "9f1fed20-125b-458e-9204-658e3cbe4c6e",
"IsClaimDocument": true,
"IsPolicyDocument": true,
"MyAccountFriendlyName": "sample string 3",
"PetName": "sample string 4",
"PolicyEffectiveFrom": "2026-03-23T20:12:32.0145852+00:00",
"PolicyEffectiveTo": "2026-03-23T20:12:32.0145852+00:00",
"PolicyId": "395b2af9-0041-4dc8-a1a2-45f294e643ed",
"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>e5ac3991-867a-4fb1-b0bf-457f53544522</BinaryId>
<ClaimId>b2f9208e-5483-4824-9ff6-6d18d7fdc5f1</ClaimId>
<ClaimReference>sample string 1</ClaimReference>
<DateSent>2026-03-23T20:12:32.0145852+00:00</DateSent>
<DocumentId>9f1fed20-125b-458e-9204-658e3cbe4c6e</DocumentId>
<FileExtension>sample string 2</FileExtension>
<IsClaimDocument>true</IsClaimDocument>
<IsPolicyDocument>true</IsPolicyDocument>
<MyAccountFriendlyName>sample string 3</MyAccountFriendlyName>
<PetName>sample string 4</PetName>
<PolicyEffectiveFrom>2026-03-23T20:12:32.0145852+00:00</PolicyEffectiveFrom>
<PolicyEffectiveTo>2026-03-23T20:12:32.0145852+00:00</PolicyEffectiveTo>
<PolicyId>395b2af9-0041-4dc8-a1a2-45f294e643ed</PolicyId>
<PolicyNumber>sample string 5</PolicyNumber>
</CustomerDocumentResponse>
<CustomerDocumentResponse>
<BinaryId>e5ac3991-867a-4fb1-b0bf-457f53544522</BinaryId>
<ClaimId>b2f9208e-5483-4824-9ff6-6d18d7fdc5f1</ClaimId>
<ClaimReference>sample string 1</ClaimReference>
<DateSent>2026-03-23T20:12:32.0145852+00:00</DateSent>
<DocumentId>9f1fed20-125b-458e-9204-658e3cbe4c6e</DocumentId>
<FileExtension>sample string 2</FileExtension>
<IsClaimDocument>true</IsClaimDocument>
<IsPolicyDocument>true</IsPolicyDocument>
<MyAccountFriendlyName>sample string 3</MyAccountFriendlyName>
<PetName>sample string 4</PetName>
<PolicyEffectiveFrom>2026-03-23T20:12:32.0145852+00:00</PolicyEffectiveFrom>
<PolicyEffectiveTo>2026-03-23T20:12:32.0145852+00:00</PolicyEffectiveTo>
<PolicyId>395b2af9-0041-4dc8-a1a2-45f294e643ed</PolicyId>
<PolicyNumber>sample string 5</PolicyNumber>
</CustomerDocumentResponse>
</ArrayOfCustomerDocumentResponse>