DELETE api/CaseSys/Assist_Office/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Assist_OfficeName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Floor | string |
None. |
|
RoomNo | string |
None. |
|
TableNumber | integer |
None. |
|
RTID | integer |
None. |
|
RPID | integer |
None. |
|
Unit | integer |
None. |
|
Del | boolean |
None. |
|
OperatingUser | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "Floor": "sample string 2", "RoomNo": "sample string 3", "TableNumber": 1, "RTID": 1, "RPID": 1, "Unit": 1, "Del": true, "OperatingUser": 1 }
application/xml, text/xml
Sample:
<Assist_Office xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.CaseSys.Data"> <Del>true</Del> <Floor>sample string 2</Floor> <ID>1</ID> <OperatingUser>1</OperatingUser> <RPID>1</RPID> <RTID>1</RTID> <RoomNo>sample string 3</RoomNo> <TableNumber>1</TableNumber> <Unit>1</Unit> </Assist_Office>