POST api/HeldBusiness/SaveCorrectionInfo
Request Information
URI Parameters
None.
Body Parameters
EappHeldBusinessDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| EappBasicInfoId | integer |
None. |
|
| AssociateId | integer |
None. |
|
| AssociateContractId | integer |
None. |
|
| PolicyList | string |
None. |
|
| HeldTypeId | integer |
None. |
|
| ApplicantName | string |
None. |
|
| Alp | decimal number |
None. |
|
| ApplicationDate | date |
None. |
|
| Corrections | string |
None. |
|
| CorrectedAmount | decimal number |
None. |
|
| CorrectedDate | date |
None. |
|
| CorrectedDescription | string |
None. |
|
| HeldTypeName | string |
None. |
|
| AssociateName | string |
None. |
|
| AgentCode | string |
None. |
|
| CreateDate | date |
None. |
|
| EappHouseHoldId | integer |
None. |
|
| ALPString | string |
None. |
|
| IsUserTerminate | boolean |
None. |
|
| LocationContextCode | string |
None. |
|
| Reviewer | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"EappBasicInfoId": 1,
"AssociateId": 1,
"AssociateContractId": 1,
"PolicyList": "sample string 2",
"HeldTypeId": 1,
"ApplicantName": "sample string 3",
"Alp": 1.0,
"ApplicationDate": "2026-02-03T18:28:35.2538544-08:00",
"Corrections": "sample string 4",
"CorrectedAmount": 1.0,
"CorrectedDate": "2026-02-03T18:28:35.2538544-08:00",
"CorrectedDescription": "sample string 5",
"HeldTypeName": "sample string 6",
"AssociateName": "sample string 7",
"AgentCode": "sample string 8",
"CreateDate": "2026-02-03T18:28:35.2538544-08:00",
"EappHouseHoldId": 1,
"ALPString": "sample string 10",
"IsUserTerminate": true,
"LocationContextCode": "sample string 11",
"Reviewer": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true