POST api/ContractPlan/generateRentNew

Request Information

URI Parameters

None.

Body Parameters

ContractPlanRentQueryModel
NameDescriptionTypeAdditional information
ContractId

string

None.

Money

decimal number

None.

RentArea

decimal number

None.

DiffMonth

integer

None.

StandardStartDate

date

None.

StandardEndDate

date

None.

FreeDate

integer

None.

Unit

string

None.

PaymentPeriod

integer

None.

AdvanceCollectionDate

integer

None.

AdvanceCollectionType

string

None.

IncreasingRate

Collection of decimal number

None.

IncreasingMode

string

None.

FirstYearPeriod

integer

None.

CollectionType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ContractId": "sample string 1",
  "Money": 2.0,
  "RentArea": 3.0,
  "DiffMonth": 4,
  "StandardStartDate": "2025-05-11T18:49:44.8034135+08:00",
  "StandardEndDate": "2025-05-11T18:49:44.8034135+08:00",
  "FreeDate": 7,
  "Unit": "sample string 8",
  "PaymentPeriod": 9,
  "AdvanceCollectionDate": 10,
  "AdvanceCollectionType": "sample string 11",
  "IncreasingRate": [
    1.0,
    2.0
  ],
  "IncreasingMode": "sample string 12",
  "FirstYearPeriod": 13,
  "CollectionType": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.