Serial numbers
Get serial number details
Retrieves the specific details of a single serial number using its unique identifier.
Retrieves the specific details of a single serial number using its unique identifier.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
SerialNumber identifier
Response Body
application/json
curl -X GET "https://api.skalasuite.com/api/serial_numbers/string"{
"id": 0,
"workOrder": {
"id": 0,
"code": "string",
"serialNumbers": [
{}
]
},
"serialNumber": "string",
"isUsed": true,
"isCompleted": true,
"stockVariant": "/entity/1",
"invoice": {
"id": 0,
"code": "string"
},
"workOrderMaterial": {
"workOrder": {
"id": 0,
"code": "string",
"serialNumbers": [
{}
]
}
},
"invoiceItem": {
"id": 0,
"invoice": {
"id": 0,
"code": "string"
}
}
}Empty
