/bff/contact-credit/reason/update
Patches an existing credit reason. Only provided fields are changed.
Contact CreditpostBffContact-creditReasonUpdate
Parameters
7 body
Body · 7
codestringRequiredCode identifying the reason to update.
namestringNew display name.
descriptionstringNew description.
defaultAmountnumberNew default credit amount.
defaultAmountMoneynumber | nullpositionnumberNew ordering position.
activebooleanWhether the reason is active.
Request
POST /bff/contact-credit/reason/update
curl -X POST "https://api.bizkithub.com/bff/contact-credit/reason/update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "example_code",
"name": "example_name",
"description": "example_description",
"defaultAmount": 0,
"position": 0,
"active": false
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.