POST api/Tablet/tablet-edit
Request Information
URI Parameters
None.
Body Parameters
Tablet| Name | Description | Type | Additional information |
|---|---|---|---|
| No | integer |
None. |
|
| DeviceId | string |
None. |
|
| DeviceName | string |
None. |
|
| CompanyName | string |
None. |
|
| WorkplaceName | string |
None. |
|
| RoomId | integer |
None. |
|
| RoomName | string |
None. |
|
| DelYn | 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,
"DeviceId": "sample string 2",
"DeviceName": "sample string 3",
"CompanyName": "sample string 4",
"WorkplaceName": "sample string 5",
"RoomId": 1,
"RoomName": "sample string 6",
"DelYn": "sample string 7",
"PageSize": 8,
"SearchType": "sample string 9",
"SearchKey": "sample string 10",
"SearchUserType": "sample string 11",
"SearchStatusType": "sample string 12",
"SearchActiveStatus": "sample string 13",
"OrderType": "sample string 14",
"Page": 15,
"CompanyId": 16,
"WorkplaceId": 17,
"StartDate": "sample string 18",
"EndDate": "sample string 19",
"LoginUserId": "sample string 20"
}
application/xml, text/xml
Sample:
<Tablet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/smart_office_admin.Models"> <CompanyId>16</CompanyId> <EndDate>sample string 19</EndDate> <LoginUserId>sample string 20</LoginUserId> <OrderType>sample string 14</OrderType> <Page>15</Page> <PageSize>8</PageSize> <SearchActiveStatus>sample string 13</SearchActiveStatus> <SearchKey>sample string 10</SearchKey> <SearchStatusType>sample string 12</SearchStatusType> <SearchType>sample string 9</SearchType> <SearchUserType>sample string 11</SearchUserType> <StartDate>sample string 18</StartDate> <WorkplaceId>17</WorkplaceId> <CompanyName>sample string 4</CompanyName> <DelYn>sample string 7</DelYn> <DeviceId>sample string 2</DeviceId> <DeviceName>sample string 3</DeviceName> <No>1</No> <RoomId>1</RoomId> <RoomName>sample string 6</RoomName> <WorkplaceName>sample string 5</WorkplaceName> </Tablet>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.