{
"siteId": "string",
"lineId": "string",
"stationId": "string",
"workstepInfoId": "string",
"calendarSchemeId": 0,
"shiftSchedulingId": 0,
"shiftSchedulingName": "string",
"shiftSchedulingCode": "string",
"startTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
},
"zone": {}
}
}
curl --location --request POST '/package-pass-station/package-login' \
--header 'Authorization: {{Authorization}}' \
--header 'Siteid: {{Siteid}}' \
--header 'Renterid: {{Renterid}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"siteId": "string",
"lineId": "string",
"stationId": "string",
"workstepInfoId": "string",
"calendarSchemeId": 0,
"shiftSchedulingId": 0,
"shiftSchedulingName": "string",
"shiftSchedulingCode": "string",
"startTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
},
"zone": {}
}
}'
{
"code": 0,
"msg": "",
"data": {
"siteId": "",
"siteCode": "",
"siteDesc": "",
"workShopId": "",
"workShopNo": "",
"workShopName": "",
"lineId": "",
"lineNo": "",
"lineName": "",
"stationId": "",
"stationNo": "",
"stationDesc": "",
"equipmentId": "",
"equipmentName": "",
"workstepInfoId": "",
"workStepNo": "",
"workStepName": "",
"calendarSchemeId": 0,
"shiftSchedulingId": 0,
"shiftSchedulingName": "",
"startTime": {
"dateTime": "",
"offset": {
"totalSeconds": 0
},
"zone": {}
},
"username": "",
"workstepSkillsViewDTOList": [
{
"id": "",
"workstepSkillsId": "",
"workstepInfoId": "",
"partId": "",
"partNo": "",
"partDesc": "",
"model": "",
"siteId": "",
"tenantId": ""
}
],
"staffSkillsViewDTOList": [
{
"id": "",
"userId": "",
"userCode": "",
"partId": "",
"partNo": "",
"partDesc": "",
"model": ""
}
]
}
}