Path parameters
-
ID of booking that booking model belongs to
-
ID of booking model to assign attachment to
POST
/bookings/{booking_id}/models/{booking_model_id}/attachments
curl \
--request POST 'https://*.syngency.com/admin/api/bookings/{booking_id}/models/{booking_model_id}/attachments?attachment_id=42'
Response examples (201)
[
[
[]
]
]
Response examples (400)
{
"code": 42,
"message": "string"
}
Response examples (500)
{
"code": 42,
"message": "string"
}