POST /[context]/[contextId]/PaymentAdvice
Context in Request URI should be 'bookings'
ContextId in Request URI should be Booking ID
Currency
Payment Method Id
Paid Amount
Payment Reference
{
"currency": "AUD",
"paymentMethodId": 1,
"paidAmount": 2500.0,
"paymentReference": "B6412232-3EEE-4A5A-A0EC-EF704B5A9D50"
}
Message
{
"message": "Payment Advice is Success"
}