POST admin/removal/waybill/list
Request Information
URI Parameters
None.
Body Parameters
RemovalReservationName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
DistrictName | string |
None. |
|
AreaCode | string |
None. |
|
HouseNum | string |
None. |
|
ContactPerson | string |
None. |
|
Phone | string |
None. |
|
PlanDate | date |
None. |
|
IsNeedCarry | boolean |
None. |
|
DecorationTypeId | integer |
None. |
|
TypeId | integer |
None. |
|
CarryTypeId | integer |
None. |
|
IsPackaged | boolean |
None. |
|
IsUnderground | boolean |
None. |
|
HasElevator | boolean |
None. |
|
CreatedDate | date |
None. |
|
CreatedUserId | integer |
None. |
|
Memo | string |
None. |
|
Items | string |
None. |
|
StatusId | integer |
None. |
|
AreaName | string |
None. |
|
HasPaid | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "DistrictName": "sample string 2", "AreaCode": "sample string 3", "HouseNum": "sample string 4", "ContactPerson": "sample string 5", "Phone": "sample string 6", "PlanDate": "2025-06-28T03:43:10.8372151+08:00", "IsNeedCarry": true, "DecorationTypeId": 9, "TypeId": 10, "CarryTypeId": 11, "IsPackaged": true, "IsUnderground": true, "HasElevator": true, "CreatedDate": "2025-06-28T03:43:10.8372151+08:00", "CreatedUserId": 16, "Memo": "sample string 17", "Items": "sample string 18", "StatusId": 19, "AreaName": "sample string 20", "HasPaid": true }
application/xml, text/xml
Sample:
<RemovalReservation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YHT.Core"> <AreaCode>sample string 3</AreaCode> <AreaName>sample string 20</AreaName> <CarryTypeId>11</CarryTypeId> <ContactPerson>sample string 5</ContactPerson> <CreatedDate>2025-06-28T03:43:10.8372151+08:00</CreatedDate> <CreatedUserId>16</CreatedUserId> <DecorationTypeId>9</DecorationTypeId> <DistrictName>sample string 2</DistrictName> <HasElevator>true</HasElevator> <HasPaid>true</HasPaid> <HouseNum>sample string 4</HouseNum> <Id>1</Id> <IsNeedCarry>true</IsNeedCarry> <IsPackaged>true</IsPackaged> <IsUnderground>true</IsUnderground> <Items>sample string 18</Items> <Memo>sample string 17</Memo> <Phone>sample string 6</Phone> <PlanDate>2025-06-28T03:43:10.8372151+08:00</PlanDate> <StatusId>19</StatusId> <TypeId>10</TypeId> </RemovalReservation>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RtBaseOfListOfQWaybillName | Description | Type | Additional information |
---|---|---|---|
data | Collection of QWaybill |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "Driver": "sample string 1", "Phone": "sample string 2", "CreatedDate": "sample string 3", "PlanFinDate": "sample string 4", "ActualFinDate": "sample string 5", "DevCode": "sample string 6", "CurWeight": 7.0, "Id": 8, "DriverUserId": 9, "SysAreaId": 10, "AddressFrom": "sample string 11", "AddressTo": "sample string 12", "StatusId": 13, "CreatedUserId": 15, "UpdatedDate": "2025-06-28T03:43:10.8372151+08:00", "UpdatedUserId": 17, "DevId": 20, "TypeId": 21, "ExtId": 22, "ShipTypeId": 23, "StartWeight": 24.0, "EndWeight": 25.0 }, { "Driver": "sample string 1", "Phone": "sample string 2", "CreatedDate": "sample string 3", "PlanFinDate": "sample string 4", "ActualFinDate": "sample string 5", "DevCode": "sample string 6", "CurWeight": 7.0, "Id": 8, "DriverUserId": 9, "SysAreaId": 10, "AddressFrom": "sample string 11", "AddressTo": "sample string 12", "StatusId": 13, "CreatedUserId": 15, "UpdatedDate": "2025-06-28T03:43:10.8372151+08:00", "UpdatedUserId": 17, "DevId": 20, "TypeId": 21, "ExtId": 22, "ShipTypeId": 23, "StartWeight": 24.0, "EndWeight": 25.0 } ], "code": 1, "msg": "sample string 2" }
application/xml, text/xml
Sample:
<RtBaseOfArrayOfQWaybillZ_PTyOvyo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model"> <code>1</code> <msg>sample string 2</msg> <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/YHT.Core"> <d2p1:QWaybill> <d2p1:ActualFinDate xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime">2025-06-28T03:43:10.8372151+08:00</d2p1:ActualFinDate> <d2p1:AddressFrom>sample string 11</d2p1:AddressFrom> <d2p1:AddressTo>sample string 12</d2p1:AddressTo> <d2p1:CreatedDate>2025-06-28T03:43:10.8372151+08:00</d2p1:CreatedDate> <d2p1:CreatedUserId>15</d2p1:CreatedUserId> <d2p1:DevId>20</d2p1:DevId> <d2p1:DriverUserId>9</d2p1:DriverUserId> <d2p1:EndWeight>25</d2p1:EndWeight> <d2p1:ExtId>22</d2p1:ExtId> <d2p1:Id>8</d2p1:Id> <d2p1:PlanFinDate>2025-06-28T03:43:10.8372151+08:00</d2p1:PlanFinDate> <d2p1:ShipTypeId>23</d2p1:ShipTypeId> <d2p1:StartWeight>24</d2p1:StartWeight> <d2p1:StatusId>13</d2p1:StatusId> <d2p1:SysAreaId>10</d2p1:SysAreaId> <d2p1:TypeId>21</d2p1:TypeId> <d2p1:UpdatedDate>2025-06-28T03:43:10.8372151+08:00</d2p1:UpdatedDate> <d2p1:UpdatedUserId>17</d2p1:UpdatedUserId> <d2p1:ActualFinDate xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">sample string 5</d2p1:ActualFinDate> <d2p1:CreatedDate>sample string 3</d2p1:CreatedDate> <d2p1:CurWeight>7</d2p1:CurWeight> <d2p1:DevCode>sample string 6</d2p1:DevCode> <d2p1:Driver>sample string 1</d2p1:Driver> <d2p1:Phone>sample string 2</d2p1:Phone> <d2p1:PlanFinDate>sample string 4</d2p1:PlanFinDate> </d2p1:QWaybill> <d2p1:QWaybill> <d2p1:ActualFinDate xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime">2025-06-28T03:43:10.8372151+08:00</d2p1:ActualFinDate> <d2p1:AddressFrom>sample string 11</d2p1:AddressFrom> <d2p1:AddressTo>sample string 12</d2p1:AddressTo> <d2p1:CreatedDate>2025-06-28T03:43:10.8372151+08:00</d2p1:CreatedDate> <d2p1:CreatedUserId>15</d2p1:CreatedUserId> <d2p1:DevId>20</d2p1:DevId> <d2p1:DriverUserId>9</d2p1:DriverUserId> <d2p1:EndWeight>25</d2p1:EndWeight> <d2p1:ExtId>22</d2p1:ExtId> <d2p1:Id>8</d2p1:Id> <d2p1:PlanFinDate>2025-06-28T03:43:10.8372151+08:00</d2p1:PlanFinDate> <d2p1:ShipTypeId>23</d2p1:ShipTypeId> <d2p1:StartWeight>24</d2p1:StartWeight> <d2p1:StatusId>13</d2p1:StatusId> <d2p1:SysAreaId>10</d2p1:SysAreaId> <d2p1:TypeId>21</d2p1:TypeId> <d2p1:UpdatedDate>2025-06-28T03:43:10.8372151+08:00</d2p1:UpdatedDate> <d2p1:UpdatedUserId>17</d2p1:UpdatedUserId> <d2p1:ActualFinDate xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">sample string 5</d2p1:ActualFinDate> <d2p1:CreatedDate>sample string 3</d2p1:CreatedDate> <d2p1:CurWeight>7</d2p1:CurWeight> <d2p1:DevCode>sample string 6</d2p1:DevCode> <d2p1:Driver>sample string 1</d2p1:Driver> <d2p1:Phone>sample string 2</d2p1:Phone> <d2p1:PlanFinDate>sample string 4</d2p1:PlanFinDate> </d2p1:QWaybill> </data> </RtBaseOfArrayOfQWaybillZ_PTyOvyo>