BillingRate cards

Update Rate Card

PATCH
/shipos/rate-cards/{rate_card_id}
x-access-token<token>

In: header

Path Parameters

rate_card_id*string

Request Body

application/json

Input for updating a rate card - all fields are optional for partial updates

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X PATCH "https://example.com/shipos/rate-cards/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "team_id": "string",  "updated_at": "2019-08-24T14:15:22Z",  "created_at": "2019-08-24T14:15:22Z",  "currency": "string",  "subscription_period": "DAILY",  "subscription_amount": 0.1,  "minimum_period": "DAILY",  "minimum_amount": 0.1,  "description": "string",  "name": "string",  "id": "string"}