Clone pricing to other currency
POST/products/{product_id}/plans/{plan_id}/pricing/clone.json
Create new pricing in a specified currency from an existing one.
Request
Responses
- 201
- 400
- 401
- 402
- 404
New pricing for the currency created.
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.