POST api/ContractPlan/confirmActualSpecial

Request Information

URI Parameters

None.

Body Parameters

ConfirmActualRequest
NameDescriptionTypeAdditional information
Id

string

None.

ActualDate

date

None.

ActualCollection

decimal number

None.

PlanRemark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "ActualDate": "2025-05-11T20:09:37.7403042+08:00",
  "ActualCollection": 3.0,
  "PlanRemark": "sample string 4"
}

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.