Last Updated on : 2022-03-02 03:46:43download
Name | Type | Version | Description |
---|---|---|---|
v1.0/pms/production/big/package/sns/add | POST | 1.0 | bulk packaging SN |
HTTP type
Post
Parameters
Name | Type | Description | Required |
---|---|---|---|
orderCode | String | Work order number | Yes |
packageType | String | type of packaging, tape | Yes |
packageCode | String | Package number | Yes |
sns | String | SN List, when have more than one SN,Separated by comma | Yes |
Other parameters
None
"orderCode" : "xxxxxx",
"packageType" : "tape",
"packageCode" : "xxxxxC0001",
"sns" : "xxxx00001,xxxx00002",
}
Name | Type | Description |
---|---|---|
result | Boolean | Added successfully |
success | Boolean | whether succeed |
Example of successful request
{
"result" : true,
"success" : true
}
Example of request failure
{
"success" : false,
"code" : "the_user_not_existed",
"mes" : "User does not exist"
}
Name | Description |
---|---|
THE_BLANK_PARAM | The incoming parameter is empty |
THE_USER_NOT_EXISTED | User does not exist |
NO_DATA_PERMISSION | No operation permission |
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback