# Add production contact to booking **POST /bookings/{booking_id}/production** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Path parameters - **booking_id** (integer(int32)) ID of booking to add production contact to ### Query parameters - **contact_id** (integer(int32)) ID of contact to add - **role** (string) Role of contact in booking (photographer, hair stylist, etc) ## Responses ### 201 Booking production contact added #### Body: application/json (array[array]) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)