/bff/workflow/group-set-invoice-issuer
Overrides the contact used as the invoice-issuing party for orders in this group. When null, the override is cleared and the organisation's internal contact (the default) is used.
WorkflowpostBffWorkflowGroup-set-invoice-issuer
Parameters
2 body
Body · 2
groupCodestringRequiredOrder group code to configure.
contactCuRefNostring | nullRequiredRequest
POST /bff/workflow/group-set-invoice-issuer
curl -X POST "https://api.bizkithub.com/bff/workflow/group-set-invoice-issuer" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"groupCode": "default"
}'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.