BillingRate cards

Duplicate Rate Card

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

In: header

Path Parameters

rate_card_id*string

Request Body

application/json

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