Calculate a Manual Price List

post/manualpricelistmanager.calculate/{id}

Starts a calculation of the entire Manual Price List.

Please note: The calculated Manual Price List must contain a value in the linkedCFStypedId (CFS Link) field to perform the calculation action.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
id
required
string

The ID of the Manual Price List you want to start the calculation for.

Responses
200

OK

Response Schema: application/json
object
node
string non-empty
data
Array of strings
status
number
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": [
      • "string"
      ],
    • "status": 0
    }
}