Business Unit Accesses REST Endpoints
Draft Purchase Agreements/Business Unit Accesses
Agreement business unit access contains mapping for client requisitioning business units that can make purchases using the agreement. For example, a blanket purchase agreement with supplier Advanced Network Devices is hosted by Vision Operations, and is made available to Vision Services where Vision Operations provides the procurement service for all requisitions created by its client, Vision Services.
- Create business unit accesses
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/businessUnitAccess - Delete one business unit access
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/businessUnitAccess/{businessUnitAccessUniqID} - Get all agreement business unit access records
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/businessUnitAccess - Get one agreement business unit access
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/businessUnitAccess/{businessUnitAccessUniqID} - Update one business unit access
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/businessUnitAccess/{businessUnitAccessUniqID}