Reference Entity Links REST Endpoints
Communications/Record Queries/Reference Entity Links
The reference entity links resource provides a link between transactions such as a permit and reference entity.
- Create a set of reference entity
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordQueries/{LnpRecordKey}/child/LnpReLink
- Delete a record reference entity
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordQueries/{LnpRecordKey}/child/LnpReLink/{LnpReLinkUniqID}
- Get a reference entity
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordQueries/{LnpRecordKey}/child/LnpReLink/{LnpReLinkUniqID}
- Get all reference entity
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordQueries/{LnpRecordKey}/child/LnpReLink
- Update a record reference entity
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRecordQueries/{LnpRecordKey}/child/LnpReLink/{LnpReLinkUniqID}