GIS transaction mapping attributes REST Endpoints
Shared Services/GIS transaction mapping setups/GIS transaction mapping attributes
This resource is used to view, update, and create GIS transaction mapping attributes. It is also used to specify the attributes of a GIS transaction.
- Create a GIS transaction mapping attribute
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISTransactionSyncSetups/{publicSectorGISTransactionSyncSetupsUniqID}/child/GISSyncMapAttr
- Delete a GIS transaction mapping attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISTransactionSyncSetups/{publicSectorGISTransactionSyncSetupsUniqID}/child/GISSyncMapAttr/{GISSyncMapAttrUniqID}
- Get a GIS transaction mapping attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISTransactionSyncSetups/{publicSectorGISTransactionSyncSetupsUniqID}/child/GISSyncMapAttr/{GISSyncMapAttrUniqID}
- Get all GIS transaction mapping attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISTransactionSyncSetups/{publicSectorGISTransactionSyncSetupsUniqID}/child/GISSyncMapAttr
- Update a GIS transaction mapping attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISTransactionSyncSetups/{publicSectorGISTransactionSyncSetupsUniqID}/child/GISSyncMapAttr/{GISSyncMapAttrUniqID}