Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 795 Bytes

update-booking-request.md

File metadata and controls

29 lines (21 loc) · 795 Bytes

Update Booking Request

Structure

Update Booking Request

Fields

Name Type Tags Description
idempotency_key str Optional A unique key to make this request an idempotent operation.
Constraints: Maximum Length: 255
booking Booking Required Represents a booking as a time-bound service contract for a seller's staff member to provide a specified service
at a given location to a requesting customer in one or more appointment segments.

Example (as JSON)

{
  "idempotency_key": "idempotency_key4",
  "booking": {
    "id": "id4",
    "version": 156,
    "status": "CANCELLED_BY_SELLER",
    "created_at": "created_at2",
    "updated_at": "updated_at0"
  }
}