Transformation
Update
Update an existing Transformation record by ID.
put/api/cp/transformation/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id": 12345,
"card_id": 1,
"prefix": "example_prefix",
"prefix_set_id": 1,
"profit_type": "absolute",
"cost": 99.99,
"percent": 99.99,
"edit_max_cost": 99.99,
"priority": 1,
"new_name": "example_new_name",
"mcd": 1,
"pulse": 1,
"cost_connect": 99.99,
"rounding": 1,
"apply_to": "example_apply_to",
"action": "example_action",
"status": "Active"
}Response
Operation completed successfully
Example response
{
"status": "OK"
}