Appearance
Get order information by scancode
GET
/rest/v1/scan/info-order/{scancode}
Returns order information by scancode
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Path Parameters
scancode*
Typestring
RequiredResponses
Order information
application/json
JSON
{
"id": 0,
"orderNumber": "string",
"customerId": 0,
"status": "string",
"orderDate": "string",
"deliveryDate": "string"
}