Mobile Offline Work Units REST Endpoints

Shared Services/Mobile Offline Work Units
The mobile offline work units resource is used to view, create and update all units of work uploaded by the inspector from a mobile device when using the mobile inspector app. The unit of work contains information related to the issue type and whether there was an error in uploaded data or a conflict between the data in the system and the data uploaded from the mobile device.
Create a mobile offline unit of work
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMobileOfflineUows
Delete a mobile offline unit of work
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMobileOfflineUows/{publicSectorMobileOfflineUowsUniqID}
Get a mobile offline unit of work
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMobileOfflineUows/{publicSectorMobileOfflineUowsUniqID}
Get all mobile offline units of work
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMobileOfflineUows
Update a mobile offline unit of work
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMobileOfflineUows/{publicSectorMobileOfflineUowsUniqID}