POST scan/uploadscandata
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| arg | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"appkey": "sample string 1",
"params": "sample string 2",
"timestamp": "sample string 3",
"digest": "sample string 4",
"Version": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": [
{
"EwbNo": "sample string 1",
"UploadStatus": true,
"Reson": "sample string 3"
},
{
"EwbNo": "sample string 1",
"UploadStatus": true,
"Reson": "sample string 3"
},
{
"EwbNo": "sample string 1",
"UploadStatus": true,
"Reson": "sample string 3"
}
],
"Counts": 1,
"Code": "sample string 2",
"Message": "sample string 3",
"IsSuccess": true
}