Allianz Trade · JSON Structure

Trade Policy Add_Joint_Insured_Request Structure

Request body for adding a joint insured to a policy

Type: object Properties: 3
Credit InsuranceInsuranceRisk ManagementTrade CreditE-CommerceSurety

Trade Policy Add_Joint_Insured_Request Structure is a JSON Structure definition published by Allianz Trade, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

companyName registrationNumber country

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api.allianz-trade.com/structures/trade-policy-add_joint_insured_request-structure.json",
  "title": "AddJointInsuredRequest",
  "type": "object",
  "description": "Request body for adding a joint insured to a policy",
  "properties": {
    "companyName": {
      "type": "xs:string",
      "description": "Legal name of the company to add as joint insured"
    },
    "registrationNumber": {
      "type": "xs:string",
      "description": "Company registration number"
    },
    "country": {
      "type": "xs:string",
      "description": "ISO 3166-1 alpha-2 country code"
    }
  }
}