{
"userId": "test",
"clientId": "TEST",
"sessionId": "00000000-0000-0000-0000-000000000000",
"timestamp": "2019-08-24T14:15:22.123Z",
"extraData": {
"property1": null,
"property2": null
},
"sheetId": "string"
}curl --location 'http://localhost:5000/api/HJWMS/External/SmartRackExternal/StockInFinish' \
--header 'Content-Type: application/json' \
--data '{
"userId": "test",
"clientId": "TEST",
"sessionId": "00000000-0000-0000-0000-000000000000",
"timestamp": "2019-08-24T14:15:22.123Z",
"extraData": {
"property1": null,
"property2": null
},
"sheetId": "string"
}'{
"code": 0,
"message": "string",
"sessionId": "string",
"timestamp": "2019-08-24T14:15:22.123Z"
}