For AI agents: visit https://developers.perk.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Attribute | Type | Description |
|---|
| id | string | Unique identifier of the supplier. |
| name | string | Name of the supplier. |
| bookings | array[string] | List of Booking id's related to this supplier. |
{
"id": "123",
"name": "Supplier Name",
"bookings": [
"1", "3", "12"
]
}