Policy Documents Type
object
(Policy Documents)
Policy Documents Properties
Property | Type | Required | Nullable |
---|---|---|---|
id_cards ** | array | Optional | cannot be null |
declaration_pages | array | Optional | cannot be null |
other_documents | array | Optional | cannot be null |
**
id_cards
- This property is applicable only for the Auto Policy Documents.
Sample JSON
{
"id_cards": [
{
"creation_date": null,
"name": "Id Card",
"document_url": "https://documents-dev.getfize.com/demo/test/2021/12/31/LNTEtfysSK4AbXw%3D/PDF/IdCard.pdf"
}
],
"declaration_pages": [
{
"creation_date": null,
"name": "Declaration Page",
"document_url": "https://documents-dev.getfize.com/demo/test/2021/12/31/LNTEtfysSK4AbXw%3D/PDF/DeclarationPage.pdf"
}
],
"other_documents": []
}