POST api/ContractPlan/confirmActualSpecial
Request Information
URI Parameters
None.
Body Parameters
ConfirmActualRequestName | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.