Lloyd's of London · Example Payload

Lloyds Of London Placing Submissiondialogue Quote Response

InsuranceUnited KingdomReinsuranceSpecialty InsuranceLondon MarketUnderwritingClaimsDelegated AuthorityBrokerMarket InfrastructureStandardsACORD

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

Top-level fields

idsubmissionReferencesubmissionVersionNumbersubmissionDialogueIdsubmissionUnderwriterIdsenderParticipantCodesenderUserFullNamesenderUserEmailAddressisDraftFlagstatusCodesenderActionCodesenderNotesenderDocumentIdsunderwriterQuoteReferenceunderwriterQuoteValidUntilDatecreatedDateTimesentDateTime_links

Example Payload

lloyds-of-london-placing-submissiondialogue-quote-response.json Raw ↑
{
  "id": "B1234AB12321_1_RQ10002",
  "submissionReference": "B1234AB12321",
  "submissionVersionNumber": 1,
  "submissionDialogueId": "RQ10002",
  "submissionUnderwriterId": "B11111",
  "senderParticipantCode": "U",
  "senderUserFullName": "A N Underwriter",
  "senderUserEmailAddress": "A.N.Underwriter@UnderwritingFirm1.com",
  "isDraftFlag": true,
  "statusCode": "SENT",
  "senderActionCode": "QUOTE",
  "senderNote": "Thank you, here is my Quoteslip, attached. Regards, U.",
  "senderDocumentIds": [
    "U_10001"
  ],
  "underwriterQuoteReference": "PPQuote1",
  "underwriterQuoteValidUntilDate": "2021-01-15",
  "createdDateTime": "2020-01-01T11:52:33+00:00",
  "sentDateTime": null,
  "_links": [
    {
      "rel": "canonical",
      "href": "https://api.londonmarketgroup.co.uk/Lloyds/Placing/V1/SubmissionDialogues/B1234AB12321_1_RQ10002"
    }
  ]
}