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 PUT '{{subdomain}}/api2/api2/expenses/{{id}}.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"Expense": {
"amount": 375.50,
"note": "Purchase of printer cartridges, paper, and staples",
"vendor": "Office Supplies Inc - Main Branch"
}
}'
{}