Retrieves a list of Manual Price List objects.
Example response
{- "endRow": 300,
- "oldValues": null,
- "operationType": "fetch",
- "startRow": 0,
- "textMatchStyle": "exact",
- "data": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "status",
- "operator": "equals",
- "value": "ACTIVE"
}
]
}
}
{- "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
}
}