Policy Documents

Policy Documents Type

object (Policy Documents)

Policy Documents Properties

PropertyTypeRequiredNullable
id_cards **arrayOptionalcannot be null
declaration_pagesarrayOptionalcannot be null
other_documentsarrayOptionalcannot 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": []
}