latestOpenAPI 3.0.32026-08-193973220.1 KB

6a1303364143

Orderline

Update a specific orderline

patch/ws/orderlines/{orderline_id}

Path parameters

orderline_idinteger required

The orderline identifier

Request body

imeistring

Unique device identifier. Applicable to any product category. Once registered, the value cannot be corrected.

serial_numberstring

Unique product serial number. Applicable to any product category. Once registered, the value cannot be corrected.

Example request

{
  "imei": "153124587625348",
  "serial_number": "SN-ABC123XYZ"
}

Response

Returns the identifiers updated on the orderline

imeistring
serial_numberstring

Example response

{
  "imei": "153124587625348",
  "serial_number": "SN-ABC123XYZ"
}