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-08-17T08:07:54.3013592+08:00", "IsNeedCarry": true, "DecorationTypeId": 9, "TypeId": 10, "CarryTypeId": 11, "IsPackaged": true, "IsUnderground": true, "HasElevator": true, "CreatedDate": "2025-08-17T08:07:54.3013592+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-08-17T08:07:54.3013592+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-08-17T08:07:54.3013592+08:00</PlanDate> <StatusId>19</StatusId> <TypeId>10</TypeId> </RemovalReservation>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RtBaseOfRtQWaybillListWithOrderAmtName | Description | Type | Additional information |
---|---|---|---|
data | RtQWaybillListWithOrderAmt |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "list": [ { "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, "DevName": "sample string 8", "Dervier": "sample string 9", "Id": 10, "DriverUserId": 11, "SysAreaId": 12, "AddressFrom": "sample string 13", "AddressTo": "sample string 14", "StatusId": 15, "CreatedUserId": 17, "UpdatedDate": "2025-08-17T08:07:54.304319+08:00", "UpdatedUserId": 19, "DevId": 22, "TypeId": 23, "ExtId": 24, "ShipTypeId": 25, "StartWeight": 26.0, "EndWeight": 27.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, "DevName": "sample string 8", "Dervier": "sample string 9", "Id": 10, "DriverUserId": 11, "SysAreaId": 12, "AddressFrom": "sample string 13", "AddressTo": "sample string 14", "StatusId": 15, "CreatedUserId": 17, "UpdatedDate": "2025-08-17T08:07:54.304319+08:00", "UpdatedUserId": 19, "DevId": 22, "TypeId": 23, "ExtId": 24, "ShipTypeId": 25, "StartWeight": 26.0, "EndWeight": 27.0 } ], "OrderAmt": 1.0 }, "code": 1, "msg": "sample string 2" }
application/xml, text/xml
Sample:
<RtBaseOfRtQWaybillListWithOrderAmtupqnkhJU 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/GarbageBin.Web.Controllers"> <d2p1:OrderAmt>1</d2p1:OrderAmt> <d2p1:list xmlns:d3p1="http://schemas.datacontract.org/2004/07/YHT.Core"> <d3p1:QWaybill> <d3p1:ActualFinDate xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:dateTime">2025-08-17T08:07:54.304319+08:00</d3p1:ActualFinDate> <d3p1:AddressFrom>sample string 13</d3p1:AddressFrom> <d3p1:AddressTo>sample string 14</d3p1:AddressTo> <d3p1:CreatedDate>2025-08-17T08:07:54.304319+08:00</d3p1:CreatedDate> <d3p1:CreatedUserId>17</d3p1:CreatedUserId> <d3p1:DevId>22</d3p1:DevId> <d3p1:DriverUserId>11</d3p1:DriverUserId> <d3p1:EndWeight>27</d3p1:EndWeight> <d3p1:ExtId>24</d3p1:ExtId> <d3p1:Id>10</d3p1:Id> <d3p1:PlanFinDate>2025-08-17T08:07:54.304319+08:00</d3p1:PlanFinDate> <d3p1:ShipTypeId>25</d3p1:ShipTypeId> <d3p1:StartWeight>26</d3p1:StartWeight> <d3p1:StatusId>15</d3p1:StatusId> <d3p1:SysAreaId>12</d3p1:SysAreaId> <d3p1:TypeId>23</d3p1:TypeId> <d3p1:UpdatedDate>2025-08-17T08:07:54.304319+08:00</d3p1:UpdatedDate> <d3p1:UpdatedUserId>19</d3p1:UpdatedUserId> <d3p1:ActualFinDate xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 5</d3p1:ActualFinDate> <d3p1:CreatedDate>sample string 3</d3p1:CreatedDate> <d3p1:CurWeight>7</d3p1:CurWeight> <d3p1:Dervier>sample string 9</d3p1:Dervier> <d3p1:DevCode>sample string 6</d3p1:DevCode> <d3p1:DevName>sample string 8</d3p1:DevName> <d3p1:Driver>sample string 1</d3p1:Driver> <d3p1:Phone>sample string 2</d3p1:Phone> <d3p1:PlanFinDate>sample string 4</d3p1:PlanFinDate> </d3p1:QWaybill> <d3p1:QWaybill> <d3p1:ActualFinDate xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:dateTime">2025-08-17T08:07:54.304319+08:00</d3p1:ActualFinDate> <d3p1:AddressFrom>sample string 13</d3p1:AddressFrom> <d3p1:AddressTo>sample string 14</d3p1:AddressTo> <d3p1:CreatedDate>2025-08-17T08:07:54.304319+08:00</d3p1:CreatedDate> <d3p1:CreatedUserId>17</d3p1:CreatedUserId> <d3p1:DevId>22</d3p1:DevId> <d3p1:DriverUserId>11</d3p1:DriverUserId> <d3p1:EndWeight>27</d3p1:EndWeight> <d3p1:ExtId>24</d3p1:ExtId> <d3p1:Id>10</d3p1:Id> <d3p1:PlanFinDate>2025-08-17T08:07:54.304319+08:00</d3p1:PlanFinDate> <d3p1:ShipTypeId>25</d3p1:ShipTypeId> <d3p1:StartWeight>26</d3p1:StartWeight> <d3p1:StatusId>15</d3p1:StatusId> <d3p1:SysAreaId>12</d3p1:SysAreaId> <d3p1:TypeId>23</d3p1:TypeId> <d3p1:UpdatedDate>2025-08-17T08:07:54.304319+08:00</d3p1:UpdatedDate> <d3p1:UpdatedUserId>19</d3p1:UpdatedUserId> <d3p1:ActualFinDate xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 5</d3p1:ActualFinDate> <d3p1:CreatedDate>sample string 3</d3p1:CreatedDate> <d3p1:CurWeight>7</d3p1:CurWeight> <d3p1:Dervier>sample string 9</d3p1:Dervier> <d3p1:DevCode>sample string 6</d3p1:DevCode> <d3p1:DevName>sample string 8</d3p1:DevName> <d3p1:Driver>sample string 1</d3p1:Driver> <d3p1:Phone>sample string 2</d3p1:Phone> <d3p1:PlanFinDate>sample string 4</d3p1:PlanFinDate> </d3p1:QWaybill> </d2p1:list> </data> </RtBaseOfRtQWaybillListWithOrderAmtupqnkhJU>