cURL
curl --request PUT \ --url https://api.halth.com/v1/organisations/{organisationId}/provider-funding-rules \ --header 'Content-Type: application/json' \ --data ' { "rules": [ { "type": "new_client", "fundingValue": 50000, "valueType": "fixed", "deleted": true } ] } '
Update provider funding rules for an organisation
Documentation IndexFetch the complete documentation index at: https://docs.halth.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.halth.com/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes