POST api/TransRecord/UploadTechnicianQueue
Request Information
URI Parameters
None.
Body Parameters
Collection of C_Bi_TechnicianQueueName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
ShopID | string |
None. |
|
QueueID | string |
None. |
|
WorkgroupNo | string |
None. |
|
TechnicianID | string |
None. |
|
TechnicianNo | string |
None. |
|
Sex | integer |
None. |
|
WorkStatus | WorkStatusEnum |
None. |
|
WorkStatusDesc | string |
None. |
|
SortID | integer |
None. |
|
ItemTimes | integer |
None. |
|
ItemDesc | string |
None. |
|
ArrangeTime | date |
None. |
|
StartTime | date |
None. |
|
EndTime | date |
None. |
|
TimeDesc | string |
None. |
|
IsOverWork | boolean |
None. |
|
IsVacation | boolean |
None. |
|
IsFrist | boolean |
None. |
|
IsSign | boolean |
None. |
|
DetailID | string |
None. |
|
IsCurrentWorkgroup | boolean |
None. |
|
RoomNo | string |
None. |
|
HandID | string |
None. |
|
OldSortID | integer |
None. |
|
OldSort2ID | integer |
None. |
|
Description | string |
None. |
|
AddTime | date |
None. |
|
ChangeTime | date |
None. |
|
PZQ | decimal number |
None. |
|
NPQ | decimal number |
None. |
|
APQ | decimal number |
None. |
|
ZhongL | decimal number |
None. |
|
ZhongD | decimal number |
None. |
|
ZhongT | decimal number |
None. |
|
ZhongC | decimal number |
None. |
|
ZhongI | decimal number |
None. |
|
ZhongO | decimal number |
None. |
|
ZhongM | decimal number |
None. |
|
ZhongA | decimal number |
None. |
|
ZhongAll | decimal number |
None. |
|
ZhongTip | string |
None. |
|
UpdateTime | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
[ { "ID": "sample string 1", "ShopID": "sample string 2", "QueueID": "sample string 3", "WorkgroupNo": "sample string 4", "TechnicianID": "sample string 5", "TechnicianNo": "sample string 6", "Sex": 7, "WorkStatus": 0, "WorkStatusDesc": "sample string 8", "SortID": 9, "ItemTimes": 10, "ItemDesc": "sample string 11", "ArrangeTime": "2025-05-05T17:46:14.5317634+08:00", "StartTime": "2025-05-05T17:46:14.5317634+08:00", "EndTime": "2025-05-05T17:46:14.5317634+08:00", "TimeDesc": "sample string 12", "IsOverWork": true, "IsVacation": true, "IsFrist": true, "IsSign": true, "DetailID": "sample string 17", "IsCurrentWorkgroup": true, "RoomNo": "sample string 19", "HandID": "sample string 20", "OldSortID": 21, "OldSort2ID": 22, "Description": "sample string 23", "AddTime": "2025-05-05T17:46:14.5317634+08:00", "ChangeTime": "2025-05-05T17:46:14.5317634+08:00", "PZQ": 25.0, "NPQ": 26.0, "APQ": 27.0, "ZhongL": 28.0, "ZhongD": 29.0, "ZhongT": 30.0, "ZhongC": 31.0, "ZhongI": 32.0, "ZhongO": 33.0, "ZhongM": 34.0, "ZhongA": 35.0, "ZhongAll": 36.0, "ZhongTip": "sample string 37", "UpdateTime": "QEA=" }, { "ID": "sample string 1", "ShopID": "sample string 2", "QueueID": "sample string 3", "WorkgroupNo": "sample string 4", "TechnicianID": "sample string 5", "TechnicianNo": "sample string 6", "Sex": 7, "WorkStatus": 0, "WorkStatusDesc": "sample string 8", "SortID": 9, "ItemTimes": 10, "ItemDesc": "sample string 11", "ArrangeTime": "2025-05-05T17:46:14.5317634+08:00", "StartTime": "2025-05-05T17:46:14.5317634+08:00", "EndTime": "2025-05-05T17:46:14.5317634+08:00", "TimeDesc": "sample string 12", "IsOverWork": true, "IsVacation": true, "IsFrist": true, "IsSign": true, "DetailID": "sample string 17", "IsCurrentWorkgroup": true, "RoomNo": "sample string 19", "HandID": "sample string 20", "OldSortID": 21, "OldSort2ID": 22, "Description": "sample string 23", "AddTime": "2025-05-05T17:46:14.5317634+08:00", "ChangeTime": "2025-05-05T17:46:14.5317634+08:00", "PZQ": 25.0, "NPQ": 26.0, "APQ": 27.0, "ZhongL": 28.0, "ZhongD": 29.0, "ZhongT": 30.0, "ZhongC": 31.0, "ZhongI": 32.0, "ZhongO": 33.0, "ZhongM": 34.0, "ZhongA": 35.0, "ZhongAll": 36.0, "ZhongTip": "sample string 37", "UpdateTime": "QEA=" } ]
application/xml, text/xml
Sample:
<ArrayOfC_Bi_TechnicianQueue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB"> <C_Bi_TechnicianQueue> <APQ>27</APQ> <AddTime>2025-05-05T17:46:14.5317634+08:00</AddTime> <ArrangeTime>2025-05-05T17:46:14.5317634+08:00</ArrangeTime> <ChangeTime>2025-05-05T17:46:14.5317634+08:00</ChangeTime> <Description>sample string 23</Description> <DetailID>sample string 17</DetailID> <EndTime>2025-05-05T17:46:14.5317634+08:00</EndTime> <HandID>sample string 20</HandID> <ID>sample string 1</ID> <IsCurrentWorkgroup>true</IsCurrentWorkgroup> <IsFrist>true</IsFrist> <IsOverWork>true</IsOverWork> <IsSign>true</IsSign> <IsVacation>true</IsVacation> <ItemDesc>sample string 11</ItemDesc> <ItemTimes>10</ItemTimes> <NPQ>26</NPQ> <OldSort2ID>22</OldSort2ID> <OldSortID>21</OldSortID> <PZQ>25</PZQ> <QueueID>sample string 3</QueueID> <RoomNo>sample string 19</RoomNo> <Sex>7</Sex> <ShopID>sample string 2</ShopID> <SortID>9</SortID> <StartTime>2025-05-05T17:46:14.5317634+08:00</StartTime> <TechnicianID>sample string 5</TechnicianID> <TechnicianNo>sample string 6</TechnicianNo> <TimeDesc>sample string 12</TimeDesc> <UpdateTime>QEA=</UpdateTime> <WorkStatus>FallCard</WorkStatus> <WorkStatusDesc>sample string 8</WorkStatusDesc> <WorkgroupNo>sample string 4</WorkgroupNo> <ZhongA>35</ZhongA> <ZhongAll>36</ZhongAll> <ZhongC>31</ZhongC> <ZhongD>29</ZhongD> <ZhongI>32</ZhongI> <ZhongL>28</ZhongL> <ZhongM>34</ZhongM> <ZhongO>33</ZhongO> <ZhongT>30</ZhongT> <ZhongTip>sample string 37</ZhongTip> </C_Bi_TechnicianQueue> <C_Bi_TechnicianQueue> <APQ>27</APQ> <AddTime>2025-05-05T17:46:14.5317634+08:00</AddTime> <ArrangeTime>2025-05-05T17:46:14.5317634+08:00</ArrangeTime> <ChangeTime>2025-05-05T17:46:14.5317634+08:00</ChangeTime> <Description>sample string 23</Description> <DetailID>sample string 17</DetailID> <EndTime>2025-05-05T17:46:14.5317634+08:00</EndTime> <HandID>sample string 20</HandID> <ID>sample string 1</ID> <IsCurrentWorkgroup>true</IsCurrentWorkgroup> <IsFrist>true</IsFrist> <IsOverWork>true</IsOverWork> <IsSign>true</IsSign> <IsVacation>true</IsVacation> <ItemDesc>sample string 11</ItemDesc> <ItemTimes>10</ItemTimes> <NPQ>26</NPQ> <OldSort2ID>22</OldSort2ID> <OldSortID>21</OldSortID> <PZQ>25</PZQ> <QueueID>sample string 3</QueueID> <RoomNo>sample string 19</RoomNo> <Sex>7</Sex> <ShopID>sample string 2</ShopID> <SortID>9</SortID> <StartTime>2025-05-05T17:46:14.5317634+08:00</StartTime> <TechnicianID>sample string 5</TechnicianID> <TechnicianNo>sample string 6</TechnicianNo> <TimeDesc>sample string 12</TimeDesc> <UpdateTime>QEA=</UpdateTime> <WorkStatus>FallCard</WorkStatus> <WorkStatusDesc>sample string 8</WorkStatusDesc> <WorkgroupNo>sample string 4</WorkgroupNo> <ZhongA>35</ZhongA> <ZhongAll>36</ZhongAll> <ZhongC>31</ZhongC> <ZhongD>29</ZhongD> <ZhongI>32</ZhongI> <ZhongL>28</ZhongL> <ZhongM>34</ZhongM> <ZhongO>33</ZhongO> <ZhongT>30</ZhongT> <ZhongTip>sample string 37</ZhongTip> </C_Bi_TechnicianQueue> </ArrayOfC_Bi_TechnicianQueue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.