/bff/contact-credit/reason/list-selectbox
Returns active, non-deleted credit reasons with default amounts so the admin UI can pre-fill the credit form when a reason is selected.
Contact CreditgetBffContact-creditReasonList-selectbox
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /bff/contact-credit/reason/list-selectbox
curl -X GET "https://api.bizkithub.com/bff/contact-credit/reason/list-selectbox" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"externalId": "example_externalId",
"code": "example_code",
"name": "example_name",
"description": "example_description",
"defaultAmount": 0,
"defaultAmountMoney": 0
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.