Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 731 Bytes

booking-custom-attribute-delete-response.md

File metadata and controls

25 lines (16 loc) · 731 Bytes

Booking Custom Attribute Delete Response

Represents a response for an individual upsert request in a BulkDeleteBookingCustomAttributes operation.

Structure

Booking Custom Attribute Delete Response

Fields

Name Type Tags Description
booking_id String Optional The ID of the booking associated with the custom attribute.
errors Array<Error Hash> Optional Any errors that occurred while processing the individual request.

Example (as JSON)

{
  "booking_id": "N3NCVYY3WS27HF0HKANA3R9FP8",
  "errors": []
}