Descriptive Flexfields REST Endpoints
Draft Purchase Agreements/Purchase Agreement Lines/Descriptive Flexfields
The operations from the Draft Purchase Agreements/Purchase Agreement Lines/Descriptive Flexfields category.
- Create one descriptive flexfield
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/lines/{AgreementLineId}/child/DFF - Get all descriptive flexfields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/lines/{AgreementLineId}/child/DFF - Get one descriptive flexfield
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/lines/{AgreementLineId}/child/DFF/{PoLineId} - Update one descriptive flexfield
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/lines/{AgreementLineId}/child/DFF/{PoLineId}