PUT api/CaseSys/Assist_RoomPrice/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
Assist_RoomPriceName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
OID | integer |
None. |
|
Year | integer |
None. |
|
Price | decimal number |
None. |
|
OperationTime | date |
None. |
|
LastOperator | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "OID": 2, "Year": 3, "Price": 4.0, "OperationTime": "2024-11-21T17:54:34.9934089+08:00", "LastOperator": 6 }
application/xml, text/xml
Sample:
<Assist_RoomPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SunOAWebAPI.Areas.CaseSys.Data"> <ID>1</ID> <LastOperator>6</LastOperator> <OID>2</OID> <OperationTime>2024-11-21T17:54:34.9934089+08:00</OperationTime> <Price>4</Price> <Year>3</Year> </Assist_RoomPrice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.