POST api/Document/GetAllCustomerMyAccountDocuments?contactId={contactId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contactId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerDocumentResponse
NameDescriptionTypeAdditional 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": "705db904-3428-4d44-9023-e8f525a17ce8",
    "ClaimId": "58b07906-70b8-4ac8-99eb-d671e5ca9d3a",
    "ClaimReference": "sample string 1",
    "FileExtension": "sample string 2",
    "DateSent": "2025-07-17T00:27:20.2883042+01:00",
    "DocumentId": "b914040c-da74-4ecd-bb33-d42762fc579e",
    "IsClaimDocument": true,
    "IsPolicyDocument": true,
    "MyAccountFriendlyName": "sample string 3",
    "PetName": "sample string 4",
    "PolicyEffectiveFrom": "2025-07-17T00:27:20.2883042+01:00",
    "PolicyEffectiveTo": "2025-07-17T00:27:20.2883042+01:00",
    "PolicyId": "7c1bcb23-eee4-47a4-8950-010dbc6d22a2",
    "PolicyNumber": "sample string 5"
  },
  {
    "BinaryId": "705db904-3428-4d44-9023-e8f525a17ce8",
    "ClaimId": "58b07906-70b8-4ac8-99eb-d671e5ca9d3a",
    "ClaimReference": "sample string 1",
    "FileExtension": "sample string 2",
    "DateSent": "2025-07-17T00:27:20.2883042+01:00",
    "DocumentId": "b914040c-da74-4ecd-bb33-d42762fc579e",
    "IsClaimDocument": true,
    "IsPolicyDocument": true,
    "MyAccountFriendlyName": "sample string 3",
    "PetName": "sample string 4",
    "PolicyEffectiveFrom": "2025-07-17T00:27:20.2883042+01:00",
    "PolicyEffectiveTo": "2025-07-17T00:27:20.2883042+01:00",
    "PolicyId": "7c1bcb23-eee4-47a4-8950-010dbc6d22a2",
    "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>705db904-3428-4d44-9023-e8f525a17ce8</BinaryId>
    <ClaimId>58b07906-70b8-4ac8-99eb-d671e5ca9d3a</ClaimId>
    <ClaimReference>sample string 1</ClaimReference>
    <DateSent>2025-07-17T00:27:20.2883042+01:00</DateSent>
    <DocumentId>b914040c-da74-4ecd-bb33-d42762fc579e</DocumentId>
    <FileExtension>sample string 2</FileExtension>
    <IsClaimDocument>true</IsClaimDocument>
    <IsPolicyDocument>true</IsPolicyDocument>
    <MyAccountFriendlyName>sample string 3</MyAccountFriendlyName>
    <PetName>sample string 4</PetName>
    <PolicyEffectiveFrom>2025-07-17T00:27:20.2883042+01:00</PolicyEffectiveFrom>
    <PolicyEffectiveTo>2025-07-17T00:27:20.2883042+01:00</PolicyEffectiveTo>
    <PolicyId>7c1bcb23-eee4-47a4-8950-010dbc6d22a2</PolicyId>
    <PolicyNumber>sample string 5</PolicyNumber>
  </CustomerDocumentResponse>
  <CustomerDocumentResponse>
    <BinaryId>705db904-3428-4d44-9023-e8f525a17ce8</BinaryId>
    <ClaimId>58b07906-70b8-4ac8-99eb-d671e5ca9d3a</ClaimId>
    <ClaimReference>sample string 1</ClaimReference>
    <DateSent>2025-07-17T00:27:20.2883042+01:00</DateSent>
    <DocumentId>b914040c-da74-4ecd-bb33-d42762fc579e</DocumentId>
    <FileExtension>sample string 2</FileExtension>
    <IsClaimDocument>true</IsClaimDocument>
    <IsPolicyDocument>true</IsPolicyDocument>
    <MyAccountFriendlyName>sample string 3</MyAccountFriendlyName>
    <PetName>sample string 4</PetName>
    <PolicyEffectiveFrom>2025-07-17T00:27:20.2883042+01:00</PolicyEffectiveFrom>
    <PolicyEffectiveTo>2025-07-17T00:27:20.2883042+01:00</PolicyEffectiveTo>
    <PolicyId>7c1bcb23-eee4-47a4-8950-010dbc6d22a2</PolicyId>
    <PolicyNumber>sample string 5</PolicyNumber>
  </CustomerDocumentResponse>
</ArrayOfCustomerDocumentResponse>