AmTrust Financial Services · JSON Structure

Amtrust Financial Services Bind Request Structure

Request to bind a quoted policy

Type: object Properties: 3 Required: 1
Commercial InsuranceInsuranceProperty And CasualtySmall BusinessWorkers CompensationFortune 1000

BindRequest is a JSON Structure definition published by AmTrust Financial Services, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

agent_signature payment_method additional_notes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amtrust-financial-services/refs/heads/main/json-structure/amtrust-financial-services-bind-request-structure.json",
  "name": "BindRequest",
  "description": "Request to bind a quoted policy",
  "type": "object",
  "required": [
    "agent_signature"
  ],
  "properties": {
    "agent_signature": {
      "type": "string",
      "description": "Agent electronic signature confirming bind intent",
      "example": "John Smith"
    },
    "payment_method": {
      "type": "string",
      "description": "Payment method for premium",
      "enum": [
        "direct_bill",
        "agency_bill"
      ],
      "example": "direct_bill"
    },
    "additional_notes": {
      "type": "string",
      "description": "Optional notes for the policy",
      "example": "Insured prefers monthly installments"
    }
  }
}