cURL
curl --request PATCH \ --url https://sandbox.withclasp.com/pay_rates/{public_id} \ --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" }
Update a pay rate. Note: effective_start dates may not be updated to cross existing pay rates.
API Key authentication with required prefix "Bearer"
The response is of type object.
object