Provider
Provider schema used by the TheBooking public API.
Fields
| Field | Required | Type | Description |
|---|---|---|---|
id | No | integer or string | Resource identifier used by TheBooking. |
name | No | string | Display name shown in the administration panel and booking flows. |
email | No | string (email) | Customer or provider email address. |
Example
{
"id": 123,
"name": "Example name",
"email": "customer@example.com"
}