Update existing item

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Enables your system to update the attributes of an item that belongs to an existing job.

Most common scenario or an integration point:

Send a request to this endpoint if you want to modify the attributes of an item in an existing job.

{
  "values": {
    "state": "string",
    "quantity": 0,
    "availableLots": ["23","54"],
    "comment": "string"
  }
}
Path Params
uuid
required

The existing Job ID

uuid
required

Your internal Reference of the item

Body Params
values
object
required

The object with the attributes of the item that you want to update

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json