POST
/
pay_rates
curl --request POST \
  --url https://sandbox.withclasp.com/pay_rates \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "member": "<string>",
  "amount": "<string>",
  "period": "annually",
  "effective_start": "2023-12-25"
}'
{
  "id": "<string>",
  "member": "<string>",
  "amount": "<string>",
  "period": "annually",
  "effective_start": "2023-12-25"
}

Authorizations

Authorization
string
header
required

API Key authentication with required prefix "Bearer"

Body

Response

201 - application/json

The response is of type object.