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_appointments.json' \
--header 'Authorization: Bearer {{bearerToken}}' \
--header 'APIKEY: {{apiKey}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"InvoiceAppointment": {
"date": "2023-09-15 10:30:00",
"item_id": 101,
"partner_type": 1,
"partner_id": 15,
"body": "Payment reminder for invoice",
"action_id": 1,
"staff_id": 0
}
}'
{}