POST api/Policy/GetPolicyDocuments
Request Information
URI Parameters
None.
Body Parameters
GetDocumentsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CertificateNumber | string |
None. |
|
| ClientId | string |
None. |
|
| CompanyCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CertificateNumber": "sample string 1",
"ClientId": "sample string 2",
"CompanyCode": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of DocumentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ImageId | globally unique identifier |
None. |
|
| DocumentType | string |
None. |
|
| FileName | string |
None. |
|
| Comments | string |
None. |
|
| FileSizeBytes | integer |
None. |
|
| ScanDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$type": "AssurantCoreLibrary.Model.Elita.Documents.DocumentInfo, AssurantCoreLibrary.Model",
"ImageId": "d987d758-ebc8-4375-a2e1-7a4285189f23",
"DocumentType": "sample string 2",
"FileName": "sample string 3",
"Comments": "sample string 4",
"FileSizeBytes": 5,
"ScanDate": "2026-03-10T13:37:53.3125158-04:00"
},
{
"$type": "AssurantCoreLibrary.Model.Elita.Documents.DocumentInfo, AssurantCoreLibrary.Model",
"ImageId": "d987d758-ebc8-4375-a2e1-7a4285189f23",
"DocumentType": "sample string 2",
"FileName": "sample string 3",
"Comments": "sample string 4",
"FileSizeBytes": 5,
"ScanDate": "2026-03-10T13:37:53.3125158-04:00"
}
]