curl --request PATCH \
--url https://api.example.com/api/v1/budget/{budget_id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"budgetType": "<string>",
"salesOrderId": "<string>",
"managementAccountId": "<string>",
"amount": 123,
"utilizedAmount": 123,
"periodStart": "<string>",
"periodEnd": "<string>",
"refreshFrequency": "<string>",
"status": "<string>",
"notes": "<string>",
"code": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"budgetType": "<string>",
"amount": 123,
"utilizedAmount": 123,
"code": "<string>",
"salesOrderId": "<string>",
"managementAccountId": "<string>",
"periodStart": "<string>",
"periodEnd": "<string>",
"refreshFrequency": "<string>",
"status": "<string>",
"notes": "<string>",
"createdAt": "<string>",
"totalAmount": 123
}Update a budget.
curl --request PATCH \
--url https://api.example.com/api/v1/budget/{budget_id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"budgetType": "<string>",
"salesOrderId": "<string>",
"managementAccountId": "<string>",
"amount": 123,
"utilizedAmount": 123,
"periodStart": "<string>",
"periodEnd": "<string>",
"refreshFrequency": "<string>",
"status": "<string>",
"notes": "<string>",
"code": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"budgetType": "<string>",
"amount": 123,
"utilizedAmount": 123,
"code": "<string>",
"salesOrderId": "<string>",
"managementAccountId": "<string>",
"periodStart": "<string>",
"periodEnd": "<string>",
"refreshFrequency": "<string>",
"status": "<string>",
"notes": "<string>",
"createdAt": "<string>",
"totalAmount": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response