POST api/Freeseat/freeseat-type-edit

Request Information

URI Parameters

None.

Body Parameters

Freeseat
NameDescriptionTypeAdditional information
No

integer

None.

SeatTypeId

string

None.

SeatTypeName

string

None.

CompanyId

string

None.

CompanyName

string

None.

WorkplaceId

string

None.

WorkplaceName

string

None.

CreatedUserName

string

None.

CreatedDate

string

None.

CreatedUserId

string

None.

UpdatedDtm

string

None.

UpdatedUserId

string

None.

DelYN

string

None.

DeletedDtm

string

None.

DeletedUserID

string

None.

ResCompleteYn

string

None.

ResCancelYn

string

None.

CheckInYn

string

None.

DelayCompleteYn

string

None.

EndBeforeYn

string

None.

PageSize

integer

None.

SearchType

string

None.

SearchKey

string

None.

SearchUserType

string

None.

SearchStatusType

string

None.

SearchActiveStatus

string

None.

OrderType

string

None.

Page

integer

None.

CompanyId

integer

None.

WorkplaceId

integer

None.

StartDate

string

None.

EndDate

string

None.

LoginUserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "No": 1,
  "SeatTypeId": "sample string 2",
  "SeatTypeName": "sample string 3",
  "CompanyId": "sample string 4",
  "CompanyName": "sample string 5",
  "WorkplaceId": "sample string 6",
  "WorkplaceName": "sample string 7",
  "CreatedUserName": "sample string 8",
  "CreatedDate": "sample string 9",
  "CreatedUserId": "sample string 10",
  "UpdatedDtm": "sample string 11",
  "UpdatedUserId": "sample string 12",
  "DelYN": "sample string 13",
  "DeletedDtm": "sample string 14",
  "DeletedUserID": "sample string 15",
  "ResCompleteYn": "sample string 16",
  "ResCancelYn": "sample string 17",
  "CheckInYn": "sample string 18",
  "DelayCompleteYn": "sample string 19",
  "EndBeforeYn": "sample string 20",
  "PageSize": 21,
  "SearchType": "sample string 22",
  "SearchKey": "sample string 23",
  "SearchUserType": "sample string 24",
  "SearchStatusType": "sample string 25",
  "SearchActiveStatus": "sample string 26",
  "OrderType": "sample string 27",
  "Page": 28,
  "StartDate": "sample string 31",
  "EndDate": "sample string 32",
  "LoginUserId": "sample string 33"
}

application/xml, text/xml

Sample:
<Freeseat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/smart_office_admin.Models">
  <CompanyId>29</CompanyId>
  <EndDate>sample string 32</EndDate>
  <LoginUserId>sample string 33</LoginUserId>
  <OrderType>sample string 27</OrderType>
  <Page>28</Page>
  <PageSize>21</PageSize>
  <SearchActiveStatus>sample string 26</SearchActiveStatus>
  <SearchKey>sample string 23</SearchKey>
  <SearchStatusType>sample string 25</SearchStatusType>
  <SearchType>sample string 22</SearchType>
  <SearchUserType>sample string 24</SearchUserType>
  <StartDate>sample string 31</StartDate>
  <WorkplaceId xmlns:d2p1="http://www.w3.org/2001/XMLSchema" i:type="d2p1:int">30</WorkplaceId>
  <CheckInYn>sample string 18</CheckInYn>
  <CompanyId>sample string 4</CompanyId>
  <CompanyName>sample string 5</CompanyName>
  <CreatedDate>sample string 9</CreatedDate>
  <CreatedUserId>sample string 10</CreatedUserId>
  <CreatedUserName>sample string 8</CreatedUserName>
  <DelYN>sample string 13</DelYN>
  <DelayCompleteYn>sample string 19</DelayCompleteYn>
  <DeletedDtm>sample string 14</DeletedDtm>
  <DeletedUserID>sample string 15</DeletedUserID>
  <EndBeforeYn>sample string 20</EndBeforeYn>
  <No>1</No>
  <ResCancelYn>sample string 17</ResCancelYn>
  <ResCompleteYn>sample string 16</ResCompleteYn>
  <SeatTypeId>sample string 2</SeatTypeId>
  <SeatTypeName>sample string 3</SeatTypeName>
  <UpdatedDtm>sample string 11</UpdatedDtm>
  <UpdatedUserId>sample string 12</UpdatedUserId>
  <WorkplaceId xmlns:d2p1="http://www.w3.org/2001/XMLSchema" i:type="d2p1:string">sample string 6</WorkplaceId>
  <WorkplaceName>sample string 7</WorkplaceName>
</Freeseat>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.