Creates a Manual Price List object. The Manual Price List is created without products. Use the /manualpricelistmanager.add/{id} (Add Products to a Manual Price List) endpoint to add products.
Example response
{- "operationType": "add",
- "textMatchStyle": "exact",
- "data": {
- "uniqueName": "MPL01",
- "label": "The Manual Price List 1",
- "validAfter": "2021-12-11T14:11:09.060Z",
- "status": "ACTIVE",
- "nodeId": null
}, - "oldValues": null
}
{- "response": {
- "node": "node",
- "csrfToken": "token",
- "data": [
- {
- "version": 3,
- "typedId": "225.MPL",
- "uniqueName": "MPL01",
- "label": "The Manual Price List 1",
- "validAfter": "2021-12-12",
- "status": "INACTIVE",
- "simulationSet": null,
- "nodeId": null,
- "userGroupEdit": null,
- "userGroupViewDetails": null,
- "linkedCFStypedId": null,
- "expiryDate": null,
- "integrationStatus": null,
- "targetDate": null,
- "createdByName": "admin",
- "lastUpdateByName": "admin",
- "createDate": "2021-12-12T15:37:01",
- "createdBy": 2147490696,
- "lastUpdateDate": "2021-12-12T17:19:31",
- "lastUpdateBy": 2147490696
}
], - "status": 0
}
}