This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location -g --request POST '{{subdomain}}/api2/api2/invoice_payments.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"InvoicePayment": {
"invoice_id": 123,
"payment_method": "Credit Card",
"amount": 250.00,
"transaction_id": "TXN123456",
"treasury_id": 1,
"date": "2023-03-23 14:30:00",
"email": "client@example.com",
"status": 1,
"notes": "Payment received for Invoice #123",
"receipt_notes": "Thank you for your payment",
"staff_id": 1,
"currency_code": "USD"
}
}'
{}