POST api/ClaimEstimation/ClientforApprovalEstimate
Request Information
URI Parameters
None.
Body Parameters
ClientforApprovalEstimate| Name | Description | Type | Additional information |
|---|---|---|---|
| CFA_Id | integer |
None. |
|
| EstimationId | integer |
None. |
|
| CoPayAmount | decimal number |
None. |
|
| ClaimId | integer |
None. |
|
| NetTotal | decimal number |
None. |
|
| TenantId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CFA_Id": 1,
"EstimationId": 2,
"CoPayAmount": 3.0,
"ClaimId": 4,
"NetTotal": 5.0,
"TenantId": 6,
"CreatedBy": 7,
"CreatedDate": "2025-12-13T10:29:32.7804253+05:00",
"UpdatedBy": 9,
"UpdatedDate": "2025-12-13T10:29:32.7804253+05:00",
"IsDeleted": true,
"IsActive": true
}
text/xml
Sample:
<ClientforApprovalEstimate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.ClaimEstimation"> <CFA_Id>1</CFA_Id> <ClaimId>4</ClaimId> <CoPayAmount>3</CoPayAmount> <CreatedBy>7</CreatedBy> <CreatedDate>2025-12-13T10:29:32.7804253+05:00</CreatedDate> <EstimationId>2</EstimationId> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <NetTotal>5</NetTotal> <TenantId>6</TenantId> <UpdatedBy>9</UpdatedBy> <UpdatedDate>2025-12-13T10:29:32.7804253+05:00</UpdatedDate> </ClientforApprovalEstimate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |