booking_payments_change

The Owner needs to develop the program that will send payments changes from a reservation to Icnea.

Endpoint: https://ws.icnea.net/booking_payments_change.aspx

<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:

<booking_payments_change_response> <ok></ok> </booking_payments_change_response>

Response with an error:

<booking_payments_change_response> <ko>character(500)</ko> </booking_payments_change_response>

Â