Update additional cost
PUT {{baseUrl}}/v1/additional_costs/:additionalCostId
Updates an existing additional cost. Once created, the only property of an additional cost that cannot be changed is the name
property (or API name in the Campaign Manager). This restriction is in place to prevent accidentally breaking live integrations.
Request Body
{"name"=>"shippingFee", "title"=>"Shipping fee", "description"=>"A shipping fee", "subscribedApplicationsIds"=>[3, 13], "type"=>"session"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |