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/expenses.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"Expense": {
"amount": 350.25,
"currency_code": "USD",
"vendor": "Office Supplies Inc",
"category": "Office Supplies",
"date": "2023-03-23",
"note": "Purchase of printer cartridges and paper",
"tax1_id": 1,
"tax1_included": 0,
"is_income": 0
}
}'
{}