POST api/ContractPlan/getRent
Request Information
URI Parameters
None.
Body Parameters
ContractCheckRentModelName | Description | Type | Additional information |
---|---|---|---|
Money | decimal number |
None. |
|
RentArea | decimal number |
None. |
|
DiffMonth | integer |
None. |
|
Unit | string |
None. |
|
FreeDate | integer |
None. |
|
ExtraDate | integer |
None. |
|
RoomIds | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Money": 1.0, "RentArea": 2.0, "DiffMonth": 3, "Unit": "sample string 4", "FreeDate": 5, "ExtraDate": 6, "RoomIds": [ "sample string 1", "sample string 2" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.