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": "496d612f-394b-47c9-99b3-d02fbe942147",
"DocumentType": "sample string 2",
"FileName": "sample string 3",
"Comments": "sample string 4",
"FileSizeBytes": 5,
"ScanDate": "2025-12-06T04:15:54.9639334+00:00"
},
{
"$type": "AssurantCoreLibrary.Model.Elita.Documents.DocumentInfo, AssurantCoreLibrary.Model",
"ImageId": "496d612f-394b-47c9-99b3-d02fbe942147",
"DocumentType": "sample string 2",
"FileName": "sample string 3",
"Comments": "sample string 4",
"FileSizeBytes": 5,
"ScanDate": "2025-12-06T04:15:54.9639334+00:00"
}
]