- Subcategories:
 - Mobile Offline Unit of Work Records
 
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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMobileOfflineUows - Delete a mobile offline unit of work
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorMobileOfflineUows/{publicSectorMobileOfflineUowsUniqID} - Get a mobile offline unit of work
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMobileOfflineUows/{publicSectorMobileOfflineUowsUniqID} - Get all mobile offline units of work
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMobileOfflineUows - Update a mobile offline unit of work
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMobileOfflineUows/{publicSectorMobileOfflineUowsUniqID}