Branch CostpostBffBranch-costEdit
Parameters
13 body
Body · 13
costIdstringRequiredExternal id of the cost to edit.
namestringLength: 1–200
categorystring | string | string | string | string | string | string | string | string | string | stringtypestring | stringdefaultAmountMoneynumberRange: 0–∞
appliesFromstringappliesTostring | nullisActivebooleanrecurringIntervalMonthsnumberRange: 1–36
paymentDayOfMonthnumber | nullnotestring | nullcontactExternalIdstring | nullpayerContactExternalIdstring | nullRequest
POST /bff/branch-cost/edit
curl -X POST "https://api.bizkithub.com/bff/branch-cost/edit" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"costId": "example_costId",
"name": "example_name",
"defaultAmountMoney": 0,
"appliesFrom": "example_appliesFrom",
"isActive": false,
"recurringIntervalMonths": 0
}'Response
JSON payload
{
"success": false,
"costId": "example_costId"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.