Lloyd's of London · Example Payload

Lloyds Of London Placing Brokerdepartment Collection

InsuranceUnited KingdomReinsuranceSpecialty InsuranceLondon MarketUnderwritingClaimsDelegated AuthorityBrokerMarket InfrastructureStandardsACORD

Lloyds Of London Placing Brokerdepartment Collection is an example object payload from Lloyd's of London, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

itemstotal_links

Example Payload

lloyds-of-london-placing-brokerdepartment-collection.json Raw ↑
{
  "items": [
    {
      "brokerDepartmentId": "1",
      "brokerDepartmentName": "BrokerFirm Dept 1",
      "brokerCodes": [
        "1234",
        "4321"
      ],
      "brokerUsers": [
        {
          "brokerUserEmailAddress": "A.N.Broker@BrokerFirm.com",
          "brokerUserFullName": "A N Broker",
          "brokerUserContactNumber": "01234 567 890"
        },
        {
          "brokerUserEmailAddress": "A.N.Technician@BrokerFirm.com",
          "brokerUserFullName": "A N Technician",
          "brokerUserContactNumber": "01234 567 891"
        }
      ]
    }
  ],
  "total": 1,
  "_links": [
    {
      "rel": "canonical",
      "href": "https://api.londonmarketgroup.co.uk/Lloyds/Placing/V1/brokerdepartments?_order=-_last_modified"
    }
  ]
}