Forms and Endorsements Schema
Forms and Endorsements Type
object
(Forms and Endorsements)
Forms and Endorsements Properties
Field | Type | Nullable | Description | Properties | Example |
---|---|---|---|---|---|
name | String | Yes | Form name | ||
identifier | String | No | Form number | ||
type | String (Enum) | Yes | Form type | enum:FORM ,ENDORSEMENT | |
endorsement_type | String (Enum) | Yes | Endorsement Type. Only applicable if the form_type is ENDORSEMENT. | ||
document_url | String | Yes | CDN url of Form or Endorsement document |
Sample JSON
{
"name": "AVPIC House & Home Policy",
"identifier": "AVP91",
"type": "FORM",
"endorsement_type": null,
"document_url": null
}