Policy Documents Schema
Policy Documents Type
object
(Policy Documents)
Policy Documents Properties
Field | Type | Nullable | Description | Properties | Example |
---|---|---|---|---|---|
id_cards ** | Array | List of id cards | |||
declaration_pages | Array | List of declaration pages | |||
other_documents | Array | List of other documents |
**
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.getfize.com/demo/statefarm/auto/id-card.pdf"
}
],
"declaration_pages": [
{
"creation_date": null,
"name": "Declaration Page",
"document_url": "https://documents.getfize.com/demo/statefarm/auto/dec-page.pdf"
},
{
"creation_date": null,
"name": "Amendment Page",
"document_url": "https://documents.getfize.com/demo/statefarm/auto/dec-page.pdf"
}
],
"other_documents": [
{
"creation_date": "2023-08-14",
"name": "Policy Document",
"document_url": "https://documents.getfize.com/demo/statefarm/auto/dec-page.pdf"
},
{
"creation_date": "2023-08-14",
"name": "Policy Document",
"document_url": "https://documents.getfize.com/demo/statefarm/auto/id-card.pdf"
}
]
}