Create a new invoice.
post/invoice
Request body
Example request
{
"details": {
"invoiceTz": "America/New_York"
}
}Response
OK
Example response
{
"invoiceDetails": {
"invoiceTz": "America/New_York"
}
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○