POST removal/submit

Request Information

URI Parameters

None.

Body Parameters

RemovalReservation
NameDescriptionTypeAdditional 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-28T04:19:36.1035748+08:00",
  "IsNeedCarry": true,
  "DecorationTypeId": 9,
  "TypeId": 10,
  "CarryTypeId": 11,
  "IsPackaged": true,
  "IsUnderground": true,
  "HasElevator": true,
  "CreatedDate": "2025-06-28T04:19:36.1035748+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-28T04:19:36.1035748+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-28T04:19:36.1035748+08:00</PlanDate>
  <StatusId>19</StatusId>
  <TypeId>10</TypeId>
</RemovalReservation>

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 'RemovalReservation'.

Response Information

Resource Description

RtBase
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2"
}

application/xml, text/xml

Sample:
<RtBase 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>
</RtBase>