Represents a response for an individual upsert request in a BulkDeleteBookingCustomAttributes operation.
Booking Custom Attribute Delete Response
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. |
{
"booking_id": "N3NCVYY3WS27HF0HKANA3R9FP8",
"errors": []
}