...
Code Block | ||
---|---|---|
| ||
<booking_payments_change> <link> <user>integer(4)</user> <password>character(20)</password> </link> <booking> <booking_id>integer(6)</booking_id> <reservation>character(10)</reservation> <payment_date>yyyy-mm-ddThh:mm:ss (iso8601)</payment_date> <payment_import>decimal</payment_import> <payment_type>cash/creditcard/wiretransfer</payment_type> </booking> </booking_payments_change> |
Response with a success:
Code Block | ||
---|---|---|
| ||
<booking_payments_change_response>
<ok></ok>
</booking_payments_change_response> |
Response with an error:
Code Block | ||
---|---|---|
| ||
<booking_payments_change_response>
<ko>character(500)</ko>
</booking_payments_change_response> |