cURL
curl --request PATCH \ --url https://sandbox.withclasp.com/beneficiary_allocations/{public_id} \ --header 'Content-Type: application/json' \ --data ' { "member": "<string>", "allocation_type": "<unknown>", "splits": [ { "beneficiary": "<string>", "percentage": 50 } ] } '
{ "id": "<string>", "member": "<string>", "allocation_type": "<unknown>", "splits": [ { "beneficiary": "<string>", "percentage": 50 } ] }
Documentation IndexFetch the complete documentation index at: https://docs.withclasp.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.withclasp.com/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
^[-a-zA-Z0-9_]+$