Starts an approval process for the Price List.
| Required Permission | Roles with the Required Permission | 
|---|---|
| PRICELIST_UPDATE | Administer Price Lists (PB_PRICELISTS), Manage Price Lists (PB_PRICELISTSEDITOR) | 
Example response
{- "data": {
- "actionComment": "a comment"
 
} 
}{- "response": {
- "node": "<node>",
 - "startRow": 0,
 - "data": [
- {
- "version": 0,
 - "typedId": "2147563138.PLI",
 - "sku": "11111",
 - "label": "Label One",
 - "unitOfMeasure": "EA",
 - "currency": "USD",
 - "resultPrice": 100,
 - "allowedOverrides": "",
 - "calculatedResultPrice": 100,
 - "pricelistId": 2147490401,
 - "createDate": "2021-11-10T12:38:30",
 - "createdBy": 2147490696,
 - "attribute1": 100,
 - "completeResultsAvailable": true,
 - "itemExtensions": { }
 
}, - {
- "version": 0,
 - "typedId": "2147563139.PLI",
 - "sku": "22222",
 - "label": "Label Two",
 - "unitOfMeasure": "EA",
 - "currency": "EUR",
 - "comments": "a comment",
 - "resultPrice": 200,
 - "allowedOverrides": "",
 - "calculatedResultPrice": 200,
 - "pricelistId": 2147490401,
 - "createDate": "2021-11-10T12:38:30",
 - "createdBy": 2147490696,
 - "attribute1": 200,
 - "completeResultsAvailable": true,
 - "itemExtensions": { }
 
}, - {
- "version": 0,
 - "typedId": "2147563140.PLI",
 - "sku": "33333",
 - "label": "Label Three",
 - "unitOfMeasure": "EA",
 - "currency": "CZK",
 - "resultPrice": 300,
 - "allowedOverrides": "",
 - "calculatedResultPrice": 300,
 - "pricelistId": 2147490401,
 - "createDate": "2021-11-10T12:38:30",
 - "createdBy": 2147490696,
 - "attribute1": 300,
 - "completeResultsAvailable": true,
 - "itemExtensions": { }
 
}, - {
- "version": 0,
 - "typedId": "2147563142.PLI",
 - "sku": "123456789",
 - "label": "The Label24",
 - "unitOfMeasure": "EA",
 - "currency": "USD",
 - "warnings": "{\"MarginPct\":[\"WTF?! Margin!\"],\"ListPrice\":[\"WTF?!\"],\"CompetitivePositioning\":[\"Product attribute BusinessUnit not found\",\"VLookup table CompetitionStrategy not found\"]}",
 - "allowedOverrides": "",
 - "pricelistId": 2147490401,
 - "createDate": "2021-11-10T12:38:30",
 - "createdBy": 2147490696,
 - "completeResultsAvailable": true,
 - "itemExtensions": { }
 
} 
], - "endRow": 4,
 - "totalRows": 4,
 - "status": 0
 
} 
}