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": "f30a4586-8765-4ba0-a169-f11d33251bb7",
"ClaimId": "440eeceb-935f-4541-814b-bdbbaa469b9e",
"ClaimReference": "sample string 1",
"FileExtension": "sample string 2",
"DateSent": "2026-08-15T02:03:24.5712666+01:00",
"DocumentId": "2202ef48-0af0-44e0-83e7-5d3bd58d887f",
"IsClaimDocument": true,
"IsPolicyDocument": true,
"MyAccountFriendlyName": "sample string 3",
"PetName": "sample string 4",
"PolicyEffectiveFrom": "2026-08-15T02:03:24.5712666+01:00",
"PolicyEffectiveTo": "2026-08-15T02:03:24.5712666+01:00",
"PolicyId": "b437599b-d634-4d9e-a395-e2430450ab5e",
"PolicyNumber": "sample string 5"
},
{
"BinaryId": "f30a4586-8765-4ba0-a169-f11d33251bb7",
"ClaimId": "440eeceb-935f-4541-814b-bdbbaa469b9e",
"ClaimReference": "sample string 1",
"FileExtension": "sample string 2",
"DateSent": "2026-08-15T02:03:24.5712666+01:00",
"DocumentId": "2202ef48-0af0-44e0-83e7-5d3bd58d887f",
"IsClaimDocument": true,
"IsPolicyDocument": true,
"MyAccountFriendlyName": "sample string 3",
"PetName": "sample string 4",
"PolicyEffectiveFrom": "2026-08-15T02:03:24.5712666+01:00",
"PolicyEffectiveTo": "2026-08-15T02:03:24.5712666+01:00",
"PolicyId": "b437599b-d634-4d9e-a395-e2430450ab5e",
"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>f30a4586-8765-4ba0-a169-f11d33251bb7</BinaryId>
<ClaimId>440eeceb-935f-4541-814b-bdbbaa469b9e</ClaimId>
<ClaimReference>sample string 1</ClaimReference>
<DateSent>2026-08-15T02:03:24.5712666+01:00</DateSent>
<DocumentId>2202ef48-0af0-44e0-83e7-5d3bd58d887f</DocumentId>
<FileExtension>sample string 2</FileExtension>
<IsClaimDocument>true</IsClaimDocument>
<IsPolicyDocument>true</IsPolicyDocument>
<MyAccountFriendlyName>sample string 3</MyAccountFriendlyName>
<PetName>sample string 4</PetName>
<PolicyEffectiveFrom>2026-08-15T02:03:24.5712666+01:00</PolicyEffectiveFrom>
<PolicyEffectiveTo>2026-08-15T02:03:24.5712666+01:00</PolicyEffectiveTo>
<PolicyId>b437599b-d634-4d9e-a395-e2430450ab5e</PolicyId>
<PolicyNumber>sample string 5</PolicyNumber>
</CustomerDocumentResponse>
<CustomerDocumentResponse>
<BinaryId>f30a4586-8765-4ba0-a169-f11d33251bb7</BinaryId>
<ClaimId>440eeceb-935f-4541-814b-bdbbaa469b9e</ClaimId>
<ClaimReference>sample string 1</ClaimReference>
<DateSent>2026-08-15T02:03:24.5712666+01:00</DateSent>
<DocumentId>2202ef48-0af0-44e0-83e7-5d3bd58d887f</DocumentId>
<FileExtension>sample string 2</FileExtension>
<IsClaimDocument>true</IsClaimDocument>
<IsPolicyDocument>true</IsPolicyDocument>
<MyAccountFriendlyName>sample string 3</MyAccountFriendlyName>
<PetName>sample string 4</PetName>
<PolicyEffectiveFrom>2026-08-15T02:03:24.5712666+01:00</PolicyEffectiveFrom>
<PolicyEffectiveTo>2026-08-15T02:03:24.5712666+01:00</PolicyEffectiveTo>
<PolicyId>b437599b-d634-4d9e-a395-e2430450ab5e</PolicyId>
<PolicyNumber>sample string 5</PolicyNumber>
</CustomerDocumentResponse>
</ArrayOfCustomerDocumentResponse>