Mobile Data Anywhere v1
/
Projects
/
update_sequence
POST /api/v1/projects/:project_id/update_sequence
Attempts to set the next sequential id for the project. This will fail if the new sequential id is less than the existing sequential id.
Params
Param name
Description
project_id
required
The Project ID
Validations:
Must be a Integer
next_sequential_id
required
The next sequential id
Validations:
Must be a Integer