GET api/Order/GetOrderInByOrderno?orderno={orderno}
获取入库单列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderno | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ServerResponseOforder_in| Name | Description | Type | Additional information |
|---|---|---|---|
| Entity | order_in |
None. |
|
| errcode |
返回码 |
integer |
None. |
| errmsg |
对返回码的文本描述内容 |
string |
None. |
| ReturnValue |
返回值 |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Entity": {
"id": 1,
"dept_id": 2,
"order_no": "sample string 3",
"owner_id": 4,
"quantity": 5,
"position": "sample string 6",
"workdesc": "sample string 7",
"remark": "sample string 8",
"addtime": "2026-03-26T14:29:24.0821127+08:00",
"operator_id": 10,
"weight": 11.1,
"zxdw_id": "sample string 12",
"zxdw_name": "sample string 13",
"zxdw_driver_id": "sample string 14",
"zxdw_driver_name": "sample string 15",
"zydw_id": 16,
"zydw_name": "sample string 17",
"zydw_driver_name": "sample string 18",
"zydw_car_no": "sample string 19",
"zydw_train_no": "sample string 20",
"pbdb_num": 21,
"details": "sample string 22",
"money_operator_id": 1,
"fee_rule": "sample string 23",
"fee_amount": 24.1,
"status": 25,
"fee_time": "2026-03-26T14:29:24.0821127+08:00",
"pay_operator_id": 1,
"pay_rule": "sample string 26",
"pay_time": "2026-03-26T14:29:24.0821127+08:00",
"pay_amount": 27.1,
"pay_status": 28,
"deptname": "sample string 29",
"operatorname": "sample string 30",
"moneyoperatorname": "sample string 31",
"payoperatorname": "sample string 32",
"customername": "sample string 33",
"fee_type": "sample string 34"
},
"errcode": 1,
"errmsg": "sample string 2",
"ReturnValue": {}
}
multipart/form-data
Sample:
<ServerResponseOforder_in_PZC5QaEm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Easyman.Api.Models"><_x003C_ReturnValue_x003E_k__BackingField /><_x003C_errcode_x003E_k__BackingField>1</_x003C_errcode_x003E_k__BackingField><_x003C_errmsg_x003E_k__BackingField>sample string 2</_x003C_errmsg_x003E_k__BackingField><_x003C_Entity_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/Easyman.Model"><d2p1:addtime>2026-03-26T14:29:24.0821127+08:00</d2p1:addtime><d2p1:customername>sample string 33</d2p1:customername><d2p1:dept_id>2</d2p1:dept_id><d2p1:deptname>sample string 29</d2p1:deptname><d2p1:details>sample string 22</d2p1:details><d2p1:fee_amount>24.1</d2p1:fee_amount><d2p1:fee_rule>sample string 23</d2p1:fee_rule><d2p1:fee_time>2026-03-26T14:29:24.0821127+08:00</d2p1:fee_time><d2p1:fee_type>sample string 34</d2p1:fee_type><d2p1:id>1</d2p1:id><d2p1:money_operator_id>1</d2p1:money_operator_id><d2p1:moneyoperatorname>sample string 31</d2p1:moneyoperatorname><d2p1:operator_id>10</d2p1:operator_id><d2p1:operatorname>sample string 30</d2p1:operatorname><d2p1:order_no>sample string 3</d2p1:order_no><d2p1:owner_id>4</d2p1:owner_id><d2p1:pay_amount>27.1</d2p1:pay_amount><d2p1:pay_operator_id>1</d2p1:pay_operator_id><d2p1:pay_rule>sample string 26</d2p1:pay_rule><d2p1:pay_status>28</d2p1:pay_status><d2p1:pay_time>2026-03-26T14:29:24.0821127+08:00</d2p1:pay_time><d2p1:payoperatorname>sample string 32</d2p1:payoperatorname><d2p1:pbdb_num>21</d2p1:pbdb_num><d2p1:position>sample string 6</d2p1:position><d2p1:quantity>5</d2p1:quantity><d2p1:remark>sample string 8</d2p1:remark><d2p1:status>25</d2p1:status><d2p1:weight>11.1</d2p1:weight><d2p1:workdesc>sample string 7</d2p1:workdesc><d2p1:zxdw_driver_id>sample string 14</d2p1:zxdw_driver_id><d2p1:zxdw_driver_name>sample string 15</d2p1:zxdw_driver_name><d2p1:zxdw_id>sample string 12</d2p1:zxdw_id><d2p1:zxdw_name>sample string 13</d2p1:zxdw_name><d2p1:zydw_car_no>sample string 19</d2p1:zydw_car_no><d2p1:zydw_driver_name>sample string 18</d2p1:zydw_driver_name><d2p1:zydw_id>16</d2p1:zydw_id><d2p1:zydw_name>sample string 17</d2p1:zydw_name><d2p1:zydw_train_no>sample string 20</d2p1:zydw_train_no></_x003C_Entity_x003E_k__BackingField></ServerResponseOforder_in_PZC5QaEm>