Contract Header Flexfields REST Endpoints
Contracts/Contract Header Flexfields
The contract header flex field resource is used to view, create, update contract header flex field information.
- Create contract header flexfields
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/ContractHeaderFlexfieldVA - Delete a contract header flexfield
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/ContractHeaderFlexfieldVA/{ContractId} - Get a contract header flexfield
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/ContractHeaderFlexfieldVA/{ContractId} - Get all contract header flexfields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/ContractHeaderFlexfieldVA - Update a contract header flexfield
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/ContractHeaderFlexfieldVA/{ContractId}