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": "deddcc04-8239-49f7-b1d9-c9876cfc35fd",
"ClaimId": "e3c6c0c8-3c64-4c27-b0cf-2ac628cbd38b",
"ClaimReference": "sample string 1",
"FileExtension": "sample string 2",
"DateSent": "2026-02-04T01:08:34.6640298+00:00",
"DocumentId": "c7c2410b-ef43-4b07-90be-d8c0bc909bd7",
"IsClaimDocument": true,
"IsPolicyDocument": true,
"MyAccountFriendlyName": "sample string 3",
"PetName": "sample string 4",
"PolicyEffectiveFrom": "2026-02-04T01:08:34.6640298+00:00",
"PolicyEffectiveTo": "2026-02-04T01:08:34.6640298+00:00",
"PolicyId": "06f6eb0b-c339-443e-bb5f-034cd2eb717c",
"PolicyNumber": "sample string 5"
},
{
"BinaryId": "deddcc04-8239-49f7-b1d9-c9876cfc35fd",
"ClaimId": "e3c6c0c8-3c64-4c27-b0cf-2ac628cbd38b",
"ClaimReference": "sample string 1",
"FileExtension": "sample string 2",
"DateSent": "2026-02-04T01:08:34.6640298+00:00",
"DocumentId": "c7c2410b-ef43-4b07-90be-d8c0bc909bd7",
"IsClaimDocument": true,
"IsPolicyDocument": true,
"MyAccountFriendlyName": "sample string 3",
"PetName": "sample string 4",
"PolicyEffectiveFrom": "2026-02-04T01:08:34.6640298+00:00",
"PolicyEffectiveTo": "2026-02-04T01:08:34.6640298+00:00",
"PolicyId": "06f6eb0b-c339-443e-bb5f-034cd2eb717c",
"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>deddcc04-8239-49f7-b1d9-c9876cfc35fd</BinaryId>
<ClaimId>e3c6c0c8-3c64-4c27-b0cf-2ac628cbd38b</ClaimId>
<ClaimReference>sample string 1</ClaimReference>
<DateSent>2026-02-04T01:08:34.6640298+00:00</DateSent>
<DocumentId>c7c2410b-ef43-4b07-90be-d8c0bc909bd7</DocumentId>
<FileExtension>sample string 2</FileExtension>
<IsClaimDocument>true</IsClaimDocument>
<IsPolicyDocument>true</IsPolicyDocument>
<MyAccountFriendlyName>sample string 3</MyAccountFriendlyName>
<PetName>sample string 4</PetName>
<PolicyEffectiveFrom>2026-02-04T01:08:34.6640298+00:00</PolicyEffectiveFrom>
<PolicyEffectiveTo>2026-02-04T01:08:34.6640298+00:00</PolicyEffectiveTo>
<PolicyId>06f6eb0b-c339-443e-bb5f-034cd2eb717c</PolicyId>
<PolicyNumber>sample string 5</PolicyNumber>
</CustomerDocumentResponse>
<CustomerDocumentResponse>
<BinaryId>deddcc04-8239-49f7-b1d9-c9876cfc35fd</BinaryId>
<ClaimId>e3c6c0c8-3c64-4c27-b0cf-2ac628cbd38b</ClaimId>
<ClaimReference>sample string 1</ClaimReference>
<DateSent>2026-02-04T01:08:34.6640298+00:00</DateSent>
<DocumentId>c7c2410b-ef43-4b07-90be-d8c0bc909bd7</DocumentId>
<FileExtension>sample string 2</FileExtension>
<IsClaimDocument>true</IsClaimDocument>
<IsPolicyDocument>true</IsPolicyDocument>
<MyAccountFriendlyName>sample string 3</MyAccountFriendlyName>
<PetName>sample string 4</PetName>
<PolicyEffectiveFrom>2026-02-04T01:08:34.6640298+00:00</PolicyEffectiveFrom>
<PolicyEffectiveTo>2026-02-04T01:08:34.6640298+00:00</PolicyEffectiveTo>
<PolicyId>06f6eb0b-c339-443e-bb5f-034cd2eb717c</PolicyId>
<PolicyNumber>sample string 5</PolicyNumber>
</CustomerDocumentResponse>
</ArrayOfCustomerDocumentResponse>