API V2.0: Difference between revisions
Jump to navigation
Jump to search
Sorenjensen (talk | contribs) |
|||
| Line 276: | Line 276: | ||
] | ] | ||
} | } | ||
<div style="display:none"> | |||
= Endpoints = | |||
== Bookings == | |||
=== GET /bookings === | |||
Get bookings matching specified criteria. | |||
=== POST /bookings === | |||
Create or update bookings. | |||
=== DELETE /bookings === | |||
Delete bookings by id. | |||
=== GET /bookings/messages === | |||
Get messages for a booking. | |||
=== POST /bookings/messages === | |||
Send messages or mark them as read. | |||
=== PATCH /bookings/messages === | |||
Make changes in all messages in a selection. | |||
=== GET /bookings/invoices === | |||
Get invoices for bookings. | |||
= Inventory = | |||
</div> | |||
= Webhooks = | = Webhooks = | ||