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/incomes.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"Income": {
"amount": 1250.00,
"currency_code": "USD",
"vendor": "Conference Organizers LLC",
"category": "Speaking Engagement",
"date": "2023-03-23",
"note": "Payment for keynote at industry conference",
"client_id": 15,
"tax1_id": 1,
"tax1_included": 0,
"is_income": 1
}
}'
{}