POST admin/removal/list

Request Information

URI Parameters

None.

Body Parameters

RqPageFilterOfReservationFilter
NameDescriptionTypeAdditional information
pageNo

integer

None.

keywords

string

None.

modelFilter

ReservationFilter

None.

Request Formats

application/json, text/json

Sample:
{
  "pageNo": 1,
  "keywords": "sample string 2",
  "modelFilter": {
    "TypeId": 1,
    "StatusId": 2,
    "StartDate": "2025-06-28T03:22:16.9047753+08:00",
    "EndDate": "2025-06-28T03:22:16.9047753+08:00"
  }
}

application/xml, text/xml

Sample:
<RqPageFilterOfReservationFilterZ_PTyOvyo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model">
  <keywords>sample string 2</keywords>
  <modelFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/YHT.Core">
    <d2p1:EndDate>2025-06-28T03:22:16.9047753+08:00</d2p1:EndDate>
    <d2p1:StartDate>2025-06-28T03:22:16.9047753+08:00</d2p1:StartDate>
    <d2p1:StatusId>2</d2p1:StatusId>
    <d2p1:TypeId>1</d2p1:TypeId>
  </modelFilter>
  <pageNo>1</pageNo>
</RqPageFilterOfReservationFilterZ_PTyOvyo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RqPageFilter`1'.

Response Information

Resource Description

RtPageListOfQRemovalReservation
NameDescriptionTypeAdditional information
data

PageDataOfQRemovalReservation

None.

code

integer

None.

msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": {
    "totalNum": 1,
    "totalPage": 0,
    "list": [
      {
        "Nickname": "sample string 1",
        "PlanDateString": "2025-06-28 03:22",
        "CreatedDateString": "2025-06-28 03:22",
        "TypeName": "11",
        "DecorationTypeName": "10",
        "CarryTypeName": "12",
        "Id": 2,
        "DistrictName": "sample string 3",
        "AreaCode": "sample string 4",
        "HouseNum": "sample string 5",
        "ContactPerson": "sample string 6",
        "Phone": "sample string 7",
        "PlanDate": "2025-06-28T03:22:16.9047753+08:00",
        "IsNeedCarry": true,
        "DecorationTypeId": 10,
        "TypeId": 11,
        "CarryTypeId": 12,
        "IsPackaged": true,
        "IsUnderground": true,
        "HasElevator": true,
        "CreatedDate": "2025-06-28T03:22:16.9047753+08:00",
        "CreatedUserId": 17,
        "Memo": "sample string 18",
        "Items": "sample string 19",
        "StatusId": 20,
        "AreaName": "sample string 21",
        "HasPaid": true
      },
      {
        "Nickname": "sample string 1",
        "PlanDateString": "2025-06-28 03:22",
        "CreatedDateString": "2025-06-28 03:22",
        "TypeName": "11",
        "DecorationTypeName": "10",
        "CarryTypeName": "12",
        "Id": 2,
        "DistrictName": "sample string 3",
        "AreaCode": "sample string 4",
        "HouseNum": "sample string 5",
        "ContactPerson": "sample string 6",
        "Phone": "sample string 7",
        "PlanDate": "2025-06-28T03:22:16.9047753+08:00",
        "IsNeedCarry": true,
        "DecorationTypeId": 10,
        "TypeId": 11,
        "CarryTypeId": 12,
        "IsPackaged": true,
        "IsUnderground": true,
        "HasElevator": true,
        "CreatedDate": "2025-06-28T03:22:16.9047753+08:00",
        "CreatedUserId": 17,
        "Memo": "sample string 18",
        "Items": "sample string 19",
        "StatusId": 20,
        "AreaName": "sample string 21",
        "HasPaid": true
      }
    ]
  },
  "code": 1,
  "msg": "sample string 2"
}

application/xml, text/xml

Sample:
<RtPageListOfQRemovalReservationZ_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>
    <list xmlns:d3p1="http://schemas.datacontract.org/2004/07/YHT.Core">
      <d3p1:QRemovalReservation>
        <d3p1:AreaCode>sample string 4</d3p1:AreaCode>
        <d3p1:AreaName>sample string 21</d3p1:AreaName>
        <d3p1:CarryTypeId>12</d3p1:CarryTypeId>
        <d3p1:ContactPerson>sample string 6</d3p1:ContactPerson>
        <d3p1:CreatedDate>2025-06-28T03:22:16.9047753+08:00</d3p1:CreatedDate>
        <d3p1:CreatedUserId>17</d3p1:CreatedUserId>
        <d3p1:DecorationTypeId>10</d3p1:DecorationTypeId>
        <d3p1:DistrictName>sample string 3</d3p1:DistrictName>
        <d3p1:HasElevator>true</d3p1:HasElevator>
        <d3p1:HasPaid>true</d3p1:HasPaid>
        <d3p1:HouseNum>sample string 5</d3p1:HouseNum>
        <d3p1:Id>2</d3p1:Id>
        <d3p1:IsNeedCarry>true</d3p1:IsNeedCarry>
        <d3p1:IsPackaged>true</d3p1:IsPackaged>
        <d3p1:IsUnderground>true</d3p1:IsUnderground>
        <d3p1:Items>sample string 19</d3p1:Items>
        <d3p1:Memo>sample string 18</d3p1:Memo>
        <d3p1:Phone>sample string 7</d3p1:Phone>
        <d3p1:PlanDate>2025-06-28T03:22:16.9047753+08:00</d3p1:PlanDate>
        <d3p1:StatusId>20</d3p1:StatusId>
        <d3p1:TypeId>11</d3p1:TypeId>
        <d3p1:Nickname>sample string 1</d3p1:Nickname>
      </d3p1:QRemovalReservation>
      <d3p1:QRemovalReservation>
        <d3p1:AreaCode>sample string 4</d3p1:AreaCode>
        <d3p1:AreaName>sample string 21</d3p1:AreaName>
        <d3p1:CarryTypeId>12</d3p1:CarryTypeId>
        <d3p1:ContactPerson>sample string 6</d3p1:ContactPerson>
        <d3p1:CreatedDate>2025-06-28T03:22:16.9047753+08:00</d3p1:CreatedDate>
        <d3p1:CreatedUserId>17</d3p1:CreatedUserId>
        <d3p1:DecorationTypeId>10</d3p1:DecorationTypeId>
        <d3p1:DistrictName>sample string 3</d3p1:DistrictName>
        <d3p1:HasElevator>true</d3p1:HasElevator>
        <d3p1:HasPaid>true</d3p1:HasPaid>
        <d3p1:HouseNum>sample string 5</d3p1:HouseNum>
        <d3p1:Id>2</d3p1:Id>
        <d3p1:IsNeedCarry>true</d3p1:IsNeedCarry>
        <d3p1:IsPackaged>true</d3p1:IsPackaged>
        <d3p1:IsUnderground>true</d3p1:IsUnderground>
        <d3p1:Items>sample string 19</d3p1:Items>
        <d3p1:Memo>sample string 18</d3p1:Memo>
        <d3p1:Phone>sample string 7</d3p1:Phone>
        <d3p1:PlanDate>2025-06-28T03:22:16.9047753+08:00</d3p1:PlanDate>
        <d3p1:StatusId>20</d3p1:StatusId>
        <d3p1:TypeId>11</d3p1:TypeId>
        <d3p1:Nickname>sample string 1</d3p1:Nickname>
      </d3p1:QRemovalReservation>
    </list>
    <totalNum>1</totalNum>
  </data>
</RtPageListOfQRemovalReservationZ_PTyOvyo>