POST api/ClaimEstimation/ClaimEstimateServices

Request Information

URI Parameters

None.

Body Parameters

Collection of ClaimEstimateProviderServices
NameDescriptionTypeAdditional information
CES_Id

integer

None.

SCEPS_Id

integer

None.

EstimationId

integer

None.

DeliveryTime

string

None.

ClaimId

integer

None.

ServiceId

integer

None.

ServiceName

string

None.

ServiceTypeId

integer

None.

ServiceTypeName

string

None.

ServiceDetail

string

None.

Price

decimal number

None.

Discount

decimal number

None.

TenantId

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

IsDeleted

boolean

None.

IsActive

boolean

None.

SubTotal

decimal number

None.

isSelected

boolean

None.

Remark

string

None.

RejectionReason

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "CES_Id": 1,
    "SCEPS_Id": 2,
    "EstimationId": 3,
    "DeliveryTime": "sample string 4",
    "ClaimId": 5,
    "ServiceId": 6,
    "ServiceName": "sample string 7",
    "ServiceTypeId": 8,
    "ServiceTypeName": "sample string 9",
    "ServiceDetail": "sample string 10",
    "Price": 11.0,
    "Discount": 12.0,
    "TenantId": 13,
    "CreatedBy": 14,
    "CreatedDate": "2025-12-13T10:30:58.4175713+05:00",
    "UpdatedBy": 16,
    "UpdatedDate": "2025-12-13T10:30:58.4175713+05:00",
    "IsDeleted": true,
    "IsActive": true,
    "SubTotal": 20.0,
    "isSelected": true,
    "Remark": "sample string 22",
    "RejectionReason": "sample string 23"
  },
  {
    "CES_Id": 1,
    "SCEPS_Id": 2,
    "EstimationId": 3,
    "DeliveryTime": "sample string 4",
    "ClaimId": 5,
    "ServiceId": 6,
    "ServiceName": "sample string 7",
    "ServiceTypeId": 8,
    "ServiceTypeName": "sample string 9",
    "ServiceDetail": "sample string 10",
    "Price": 11.0,
    "Discount": 12.0,
    "TenantId": 13,
    "CreatedBy": 14,
    "CreatedDate": "2025-12-13T10:30:58.4175713+05:00",
    "UpdatedBy": 16,
    "UpdatedDate": "2025-12-13T10:30:58.4175713+05:00",
    "IsDeleted": true,
    "IsActive": true,
    "SubTotal": 20.0,
    "isSelected": true,
    "Remark": "sample string 22",
    "RejectionReason": "sample string 23"
  }
]

text/xml

Sample:
<ArrayOfClaimEstimateProviderServices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.ClaimEstimation">
  <ClaimEstimateProviderServices>
    <CES_Id>1</CES_Id>
    <ClaimId>5</ClaimId>
    <CreatedBy>14</CreatedBy>
    <CreatedDate>2025-12-13T10:30:58.4175713+05:00</CreatedDate>
    <DeliveryTime>sample string 4</DeliveryTime>
    <Discount>12</Discount>
    <EstimationId>3</EstimationId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <Price>11</Price>
    <RejectionReason>sample string 23</RejectionReason>
    <Remark>sample string 22</Remark>
    <SCEPS_Id>2</SCEPS_Id>
    <ServiceDetail>sample string 10</ServiceDetail>
    <ServiceId>6</ServiceId>
    <ServiceName>sample string 7</ServiceName>
    <ServiceTypeId>8</ServiceTypeId>
    <ServiceTypeName>sample string 9</ServiceTypeName>
    <SubTotal>20</SubTotal>
    <TenantId>13</TenantId>
    <UpdatedBy>16</UpdatedBy>
    <UpdatedDate>2025-12-13T10:30:58.4175713+05:00</UpdatedDate>
    <isSelected>true</isSelected>
  </ClaimEstimateProviderServices>
  <ClaimEstimateProviderServices>
    <CES_Id>1</CES_Id>
    <ClaimId>5</ClaimId>
    <CreatedBy>14</CreatedBy>
    <CreatedDate>2025-12-13T10:30:58.4175713+05:00</CreatedDate>
    <DeliveryTime>sample string 4</DeliveryTime>
    <Discount>12</Discount>
    <EstimationId>3</EstimationId>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <Price>11</Price>
    <RejectionReason>sample string 23</RejectionReason>
    <Remark>sample string 22</Remark>
    <SCEPS_Id>2</SCEPS_Id>
    <ServiceDetail>sample string 10</ServiceDetail>
    <ServiceId>6</ServiceId>
    <ServiceName>sample string 7</ServiceName>
    <ServiceTypeId>8</ServiceTypeId>
    <ServiceTypeName>sample string 9</ServiceTypeName>
    <SubTotal>20</SubTotal>
    <TenantId>13</TenantId>
    <UpdatedBy>16</UpdatedBy>
    <UpdatedDate>2025-12-13T10:30:58.4175713+05:00</UpdatedDate>
    <isSelected>true</isSelected>
  </ClaimEstimateProviderServices>
</ArrayOfClaimEstimateProviderServices>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.