Core resources
Administration
Booking flow
Reply-to addresses per unit
id
uuid
Unique identifier
created_at
timestamp with time zone
Creation timestamp
{"id": "00000000-0000-0000-0000-000000000000","product_id": "00000000-0000-0000-0000-000000000000","reply_to_address_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-21T08:45:19.347Z"}
id
Filter<>
Unique identifier
product_id
Filter<>
Identifier of the related unit
reply_to_address_id
Filter<>
Identifier of the related reply-to address
created_at
Filter<>
Creation timestamp
200
A list of product reply to addresses with the selected columns
206
Partial Content
GET
/product_reply_to_addresses
curl -X GET "https://api.bookingmood.com/v1/product_reply_to_addresses?select=*" \ -H "Authorization: Bearer YOUR_API_KEY"
Partial<ProductReplyToAddresse>
| Array<Partial<ProductReplyToAddresse>>
201
The newly created product reply to addresses with the selected columns
POST
/product_reply_to_addresses
curl -X POST "https://api.bookingmood.com/v1/product_reply_to_addresses" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '[]'
id
Filter<>
Unique identifier
product_id
Filter<>
Identifier of the related unit
reply_to_address_id
Filter<>
Identifier of the related reply-to address
created_at
Filter<>
Creation timestamp
204
The deleted product reply to addresses with the selected columns
DELETE
/product_reply_to_addresses
curl -X DELETE "https://api.bookingmood.com/v1/product_reply_to_addresses" \ -H "Authorization: Bearer YOUR_API_KEY"
id
Filter<>
Unique identifier
product_id
Filter<>
Identifier of the related unit
reply_to_address_id
Filter<>
Identifier of the related reply-to address
created_at
Filter<>
Creation timestamp
Partial<ProductReplyToAddresse>
204
The updated product reply to addresses with the selected columns
PATCH
/product_reply_to_addresses
curl -X PATCH "https://api.bookingmood.com/v1/product_reply_to_addresses" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{}'