Price Breaks REST Endpoints

Purchase Agreement Import Requests/Lines/Price Breaks
Agreement price breaks are reductions in the price of an item depending on certain conditions such as purchasing in bulk or from a certain location. For example, for a laptop, price will be reduced by 100 dollars if your order exceeds 20 quantity or 30 dollars if you order for a specific location.
Create price breaks
Method: post
Path: /fscmRestApi/resources/11.13.18.05/purchaseAgreementImportRequests/{InterfaceHeaderId}/child/lines/{InterfaceLineId}/child/priceBreaks
Get all price breaks
Method: get
Path: /fscmRestApi/resources/11.13.18.05/purchaseAgreementImportRequests/{InterfaceHeaderId}/child/lines/{InterfaceLineId}/child/priceBreaks
Get one price break
Method: get
Path: /fscmRestApi/resources/11.13.18.05/purchaseAgreementImportRequests/{InterfaceHeaderId}/child/lines/{InterfaceLineId}/child/priceBreaks/{InterfaceLineLocationId}