# Update model in booking **PUT /bookings/{booking_id}/models/{booking_model_id}** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Path parameters - **booking_id** (integer(int32)) ID of booking to update - **booking_model_id** (integer(int32)) ID of booking model to update ### Query parameters - **model_division_id** (integer(int32)) The models' model_division_id associated with this booking - **payment_date** (string) Date model received payment for this booking - **payment_reference** (string) Reference code/number for payment received by model ## Responses ### 200 Booking production contact updated #### 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)