{
"userId": "test",
"clientId": "TEST",
"sessionId": "00000000-0000-0000-0000-000000000000",
"timestamp": "2019-08-24T14:15:22.123Z",
"grnList": [
"string"
]
}curl --location 'http://localhost:5000/api/HJWMS/External/SmartRackExternal/GetStockByGRNList' \
--header 'Content-Type: application/json' \
--data '{
"userId": "test",
"clientId": "TEST",
"sessionId": "00000000-0000-0000-0000-000000000000",
"timestamp": "2019-08-24T14:15:22.123Z",
"grnList": [
"string"
]
}'{
"code": 0,
"message": "string",
"sessionId": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"resultData": [
{
"rackId": "string",
"grn": "string",
"cellId": "string",
"stockInSheet": "string",
"stockOutSheet": "string",
"ledColor": 0,
"isBlink": true,
"status": 0
}
],
"total": 0
}