Forms and Endorsements

Forms and Endorsements Schema

Forms and Endorsements Type

object (Forms and Endorsements)

Forms and Endorsements Properties

FieldTypeNullableDescriptionPropertiesExample
nameStringYesForm name
identifierStringNoForm number
typeString (Enum)YesForm typeenum:
FORM,
ENDORSEMENT
endorsement_typeString (Enum)YesEndorsement Type.
Only applicable if the
form_type is ENDORSEMENT.
document_urlStringYesCDN url of Form or Endorsement document

Sample JSON

{
    "name": "AVPIC House & Home Policy",
    "identifier": "AVP91",
    "type": "FORM",
    "endorsement_type": null,
    "document_url": null
}