Record customer references REST Endpoints
Permits/Record customer references
Allows to retrieve, update, and delete the information associated with a customer.
- Create a set of customer cross reference records
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCustomerReferences
- Delete a customer cross reference record
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCustomerReferences/{TrxnCustXrefKey}
- Get a customer cross reference record
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCustomerReferences/{TrxnCustXrefKey}
- Get all customer cross reference records
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCustomerReferences
- Update a customer cross reference record
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordCustomerReferences/{TrxnCustXrefKey}