BillingRate cards

Create Rate Card

POST
/shipos/rate-cards
x-access-token<token>

In: header

Request Body

application/json

Input for creating a new rate card

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/shipos/rate-cards" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "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"}