Last Updated on : 2022-03-02 03:46:44download
| Name | Version | Description |
|---|---|---|
| v1.0/pms/production/big/package/before/get | 1.0 | Check and Query Info of SN |
HTTP type
Post
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| orderCode | String | order code | Yes |
| packageType | String | package type, type of Tape is tape | Yes |
| type | String | query type, SN/MAC/IMEI etc. | Yes |
| value | String | query value | Yes |
| stationCode | String | station code, code of craft line query interface | Yes |
Other parameters
None
{
"orderCode" : "xxxxxx",
"packageType" : "tape",
"type" : "SN",
"value" : "xxxxxx00001",
"stationCode" : "firstTest"
}
| Name | Type | Description |
|---|---|---|
| result | Map | result for response |
| result.orderCode | String | order code |
| result.sn | String | SN |
| result.mac | String | MAC |
| result.ctei | String | CTEI |
| result.cmei | String | CMEI |
| result.cuei | String | CUEI |
| result.imei | String | IMEI |
| success | Boolean | succeed or not |
Successful Response
{
"result" : {
"mac":"00000026c2ea",
"orderCode":"TKBB21TYV",
"sn":"TKBB21TYV00002",
},
"success": true
}
Error Response
{
"success": false,
"code" : "THE_USER_NOT_EXISTED",
"mes" : "user does not exist"
}
| Name | Description |
|---|---|
| THE_BLANK_PARAM | parameter can not be empty |
| THE_USER_NOT_EXISTED | user does not exist |
| NO_DATA_PERMISSION | no operation permission |
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback