Vehicle has sold

PUB vehicle sold
PUBLISH vehicle sold

Message

Payload

  • type string Required
  • eventId string Required
  • eventDate string(date-time) Required
  • stockId string Required
  • listingId string Required
  • buyerId string Required
  • salePrice object Required

    Additional properties are allowed.

    Hide salePrice attributes Show salePrice attributes object
    • value number Required
    • currency string Required

      Value is GBP.

Payload examples
{
  "type": "vehicle.sold",
  "eventId": "4965f54cdaea4226acde95e0d99b1acf",
  "eventDate": "2020-06-04T11:55:04+01:00",
  "stockId": "7be698d9-230f-4585-b17c-249bb1312580",
  "listingId": "000004ca-e5b9-428e-bea7-ed7ea827ffbb",
  "buyerId": "1000",
  "salePrice": {
    "value": 1500,
    "currency": "GBP"
  }
}