Skip to main content
POST
/
inventory
/
commission-groups
/
{commission_structure_id}
/
providers
/
bulk-assign
Bulk Assign Providers To Structure
curl --request POST \
  --url https://api.decodahealth.com/inventory/commission-groups/{commission_structure_id}/providers/bulk-assign \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "provider_ids": [
    "<string>"
  ]
}
'
{}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

commission_structure_id
string
required

Body

application/json
provider_ids
string[]
required

Response

Successful Response

{key}
integer