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
Example request
{
"imei": "153124587625348",
"serial_number": "SN-ABC123XYZ"
}Response
Returns the identifiers updated on the orderline
Example response
{
"imei": "153124587625348",
"serial_number": "SN-ABC123XYZ"
}