Skip to main content
PATCH
/
beneficiary_allocations
/
{public_id}
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
    }
  ]
}

Path Parameters

public_id
string
required

Body

application/json
member
string
allocation_type
any
splits
object[]

Response

200 - application/json
id
string
required
member
string
required
allocation_type
any
required
splits
object[]
required