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