# Update ProcessInput Endpoint: PUT /organisations/{orgId}/processes/{processId}/inputs/{inputId} Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `inputId` (string, required) - `orgId` (string, required) The organisation identity - `processId` (string, required) ## Header parameters: - `contentType` (string, required) ## Request fields (application/json): - `date` (object, required) The date or date range that the items were added. - `date.type` (string, required) The type of captured date. Enum: "EXACT", "RANGE" - `date.on` (string) If Type is EXACT then this precise date is used. - `date.start` (string) If type is RANGE then this is the start date. - `date.end` (string) If type is RANGE then this is the end date. - `items` (array, required) The process input items URIs - `items.item` (string, required) The URI of the item that was put into the process. - `items.selectedQuantity` (number, required) The quantity of the item that was processed. - `note` (string, required) A note to attach to the particular input. ## Response 200 fields (application/json): - `date` (object, required) The date or date range that the items were added. - `date.type` (string, required) The type of captured date. Enum: "EXACT", "RANGE" - `date.on` (string) If Type is EXACT then this precise date is used. - `date.start` (string) If type is RANGE then this is the start date. - `date.end` (string) If type is RANGE then this is the end date. - `items` (array, required) The process input items URIs - `items.item` (string, required) The URI of the item that was put into the process. - `items.selectedQuantity` (number, required) The quantity of the item that was processed. - `note` (string, required) A note to attach to the particular input. - `id` (string) System assigned id field. - `createdBy` (string) User who created the record. - `createdTime` (string) Date & Time that the record was created. - `updatedBy` (string) Last updated by user. - `updatedTime` (string) Date & Time that the record was last updated. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields