Represents a BulkDeleteBookingCustomAttributes response, which contains a map of responses that each corresponds to an individual delete request.
Bulk Delete Booking Custom Attributes Response
Name | Type | Tags | Description |
---|---|---|---|
values |
Dict Str Booking Custom Attribute Delete Response |
Optional | A map of responses that correspond to individual delete requests. Each response has the same ID as the corresponding request and contains booking_id and errors field. |
errors |
List Error |
Optional | Any errors that occurred during the request. |
{
"errors": [],
"values": {
"id1": {
"booking_id": "N3NCVYY3WS27HF0HKANA3R9FP8",
"errors": []
},
"id2": {
"booking_id": "SY8EMWRNDN3TQDP2H4KS1QWMMM",
"errors": []
},
"id3": {
"booking_id": "SY8EMWRNDN3TQDP2H4KS1QWMMM",
"errors": []
}
}
}