The Supplier model

The Supplier object

AttributeTypeDescription
idstringUnique identifier of the supplier.
namestringName of the supplier.
bookingsarray[string]List of Booking id's related to this supplier.
{
  "id": "123",
  "name": "Supplier Name",
  "bookings": [
    "1", "3", "12"
  ]
}