Allianz Trade · JSON Structure

Trade Policy Policy_List Structure

Paginated list of trade credit insurance policies

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

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

Properties

data

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-policy_list-structure.json",
  "title": "PolicyList",
  "type": "object",
  "description": "Paginated list of trade credit insurance policies",
  "properties": {
    "data": {
      "type": "array",
      "description": "List of policy records"
    }
  }
}