GIS transaction mapping attributes REST Endpoints
Shared Services/GIS transaction mapping attributes
Used to view, update, and create GIS transaction mapping attributes. It is also used to specify the attributes in a GIS transaction.
- Create a GIS transaction mapping attribute
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISTransactionSyncAttributes
- Get a GIS transaction mapping attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISTransactionSyncAttributes/{publicSectorGISTransactionSyncAttributesUniqID}
- Get all GIS transaction mapping attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISTransactionSyncAttributes
- Update a GIS transaction mapping attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorGISTransactionSyncAttributes/{publicSectorGISTransactionSyncAttributesUniqID}