A high level overview of how to use the Jumptech API to update an existing Jumptech project
Technical Resources
Jumptech API Swagger Document: http://external.api.jumptech.co.uk
Pre-requisites
- Jumptech API key (contact Support or your Technical Account Manager)
- Project ID of the Jumptech project you are updating
How
To update an existing project in Jumptech you will POST a JSON formatted payload to a url that contains your API key and project ID.
For example:
https://api.staging.jumptech.co.uk/projects/updateProject/PROJECT-ID-HERE?apikey=API-KEY-HERE
Replace PROJECT-ID-HERE with the Jumptech project ID of the project you want to update.
Example project ID: 7d733b90-a506-4d91-8c78-74c3b3be188f
Update data fields
Submit a JSON payload to the /projects/updateProject endpoint
Example JSON payload to update the phoneNumber of a project:
A successful API call will return a status code 200 along with the Project ID in the "body". For example:
Delegate to another Jumptech Tenant
You can use the /projects/updateProject end point to delegate a project to another Jumptech tenant.
You can only delegate to other Jumptech tenants if they have been setup by your TAM or Jumptech Support.
Submit a JSON payload to the /projects/updateProject endpoint
Example JSON payload to delegate a project to a direct tenant called demo:
To delegate a project to a sub-tenant you will need to know the sub-tenant ID. To obtain the sub-tenant ID please contact Jumptech Support.
Example JSON payload to delegate a project to a sub-tenant:
A successful API call will return a status code 200 along with the Project ID in the "body". For example:
Add a new note to a project
You can use the /projects/updateProject end point to add a note to a project.
Example JSON payload to add a new note:
Update an existing note in a project
You can use the /projects/updateProject end point to update an existing note in a project.
You need to know the existing note ID to be able to update it.
Example JSON payload to add a new note:
Comments
0 comments
Please sign in to leave a comment.