- Subcategories:
- Attachments
- Flexfields for Lines
- Item Attributes
- Price Breaks
- Purchase Agreement Line Lifecycle Details
Purchase Agreement Lines REST Endpoints
Purchase Agreements/Purchase Agreement Lines
Details of the goods or services to be purchased from the supplier. The line doesn't contain delivery dates or individual delivery quantities or amounts. For example, an agreement line can be service-based for installing a television or a goods item to negotiate the price for 50 laptops.
- Get all lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/purchaseAgreements/{purchaseAgreementsUniqID}/child/lines
- Get all lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/purchaseAgreementsInSupplierPortal/{purchaseAgreementsInSupplierPortalUniqID}/child/lines
- Get one line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/purchaseAgreements/{purchaseAgreementsUniqID}/child/lines/{AgreementLineId}
- Get one line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/purchaseAgreementsInSupplierPortal/{purchaseAgreementsInSupplierPortalUniqID}/child/lines/{AgreementLineId}