cURL
curl --request PATCH \ --url https://api.aspect-dev.systems/v1/organizations/{organization}/rates/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "partner_price": 1000 } '
{ "data": { "id": "<string>", "type": "rates", "attributes": { "id": "<string>", "offering_id": "<string>", "offering_type": "ticket", "offering_name": "<string>", "base_price": 123, "adjusted_price": 123, "partner_price": 123 } } }
Update the price of a slot rate.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The partner price for this rate, in cents.
x >= 0
1000
SlotRateResource
Show child attributes