Orderline
Update a specific orderline
patch/ws/orderlines/{orderline_id}
Path parameters
orderline_idinteger required
The orderline identifier
Request body
Example request
{
"imei": "153124587625348",
"serial_number": "SN-ABC123XYZ"
}Response
Returns the identifiers updated on the orderline
Example response
{
"imei": "153124587625348",
"serial_number": "SN-ABC123XYZ"
}