cURL
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" }
Defines a pay rate in Clasp. Pay rates define the annual salary/hourly wage for a given Member. Note: New pay rates must be created with an effective_start date later than all existing pay_rates
annually
hourly