Skip to main content
POST
/
beneficiary_allocations
cURL
curl --request POST \
  --url https://sandbox.withclasp.com/beneficiary_allocations \
  --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
    }
  ]
}

Body

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

Response

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