Last Updated on : 2022-03-02 03:46:43download
| Name | Version | Description |
|---|---|---|
| v1.0/pms/production/station/pass/amount | 1.0 | Get the number of passing stations according to the work order |
HTTP type
Post
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| orderCode | String | order code | Yes |
| stationCode | String | station code | Yes |
Other parameters
None
{
"orderCode" : "xxxxxx",
"stationCode" : "xxxxxx"
}
| Name | Type | Description |
|---|---|---|
| result | Long | order num |
| success | Boolean | succeed or not |
Successful response
```json
{
"result" : 20,
"success": true
}
Error response
{
"success": false,
"code" : "production_order_not_existed",
"msg" : "XXX order 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