POST api/ClaimEstimation

Request Information

URI Parameters

None.

Body Parameters

ClaimEstimationWithServices
NameDescriptionTypeAdditional information
ClaimEstimation

Collection of ClaimEstimation

None.

ClaimEstimateProviderServices

Collection of ClaimEstimateProviderServices

None.

IsGarage

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ClaimEstimation": [
    {
      "CE_Id": 1,
      "ClaimId": 2,
      "PolicyId": 3,
      "MakeId": 4,
      "MakeName": "sample string 5",
      "Image": "sample string 6",
      "ModelId": 7,
      "ModelName": "sample string 8",
      "PartId": 9,
      "PartName": "sample string 10",
      "ArticleNumber": "sample string 11",
      "OEMNumber": "sample string 12",
      "Brand": "sample string 13",
      "Quantity": 14,
      "QuantityType": 15,
      "Amount": 16.0,
      "Discount": 17.0,
      "SubTotal": 18.0,
      "Status": 19,
      "Action": 20,
      "IsApproved": 21,
      "Comment": "sample string 22",
      "DeliveryTime": "sample string 23",
      "VersionId": 24,
      "PartDetails": "sample string 25",
      "isSelected": true,
      "EstimationId": 27,
      "Remark": "sample string 28",
      "RejectionReason": "sample string 29",
      "TenantId": 30,
      "CreatedBy": 31,
      "CreatedDate": "2025-12-13T10:29:06.0571565+05:00",
      "UpdatedBy": 33,
      "UpdatedDate": "2025-12-13T10:29:06.0571565+05:00",
      "IsDeleted": true,
      "IsActive": true,
      "SCE_Id": 37
    },
    {
      "CE_Id": 1,
      "ClaimId": 2,
      "PolicyId": 3,
      "MakeId": 4,
      "MakeName": "sample string 5",
      "Image": "sample string 6",
      "ModelId": 7,
      "ModelName": "sample string 8",
      "PartId": 9,
      "PartName": "sample string 10",
      "ArticleNumber": "sample string 11",
      "OEMNumber": "sample string 12",
      "Brand": "sample string 13",
      "Quantity": 14,
      "QuantityType": 15,
      "Amount": 16.0,
      "Discount": 17.0,
      "SubTotal": 18.0,
      "Status": 19,
      "Action": 20,
      "IsApproved": 21,
      "Comment": "sample string 22",
      "DeliveryTime": "sample string 23",
      "VersionId": 24,
      "PartDetails": "sample string 25",
      "isSelected": true,
      "EstimationId": 27,
      "Remark": "sample string 28",
      "RejectionReason": "sample string 29",
      "TenantId": 30,
      "CreatedBy": 31,
      "CreatedDate": "2025-12-13T10:29:06.0571565+05:00",
      "UpdatedBy": 33,
      "UpdatedDate": "2025-12-13T10:29:06.0571565+05:00",
      "IsDeleted": true,
      "IsActive": true,
      "SCE_Id": 37
    }
  ],
  "ClaimEstimateProviderServices": [
    {
      "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:29:06.0571565+05:00",
      "UpdatedBy": 16,
      "UpdatedDate": "2025-12-13T10:29:06.0571565+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:29:06.0571565+05:00",
      "UpdatedBy": 16,
      "UpdatedDate": "2025-12-13T10:29:06.0571565+05:00",
      "IsDeleted": true,
      "IsActive": true,
      "SubTotal": 20.0,
      "isSelected": true,
      "Remark": "sample string 22",
      "RejectionReason": "sample string 23"
    }
  ],
  "IsGarage": true
}

text/xml

Sample:
<ClaimEstimationWithServices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.ClaimEstimation">
  <ClaimEstimateProviderServices>
    <ClaimEstimateProviderServices>
      <CES_Id>1</CES_Id>
      <ClaimId>5</ClaimId>
      <CreatedBy>14</CreatedBy>
      <CreatedDate>2025-12-13T10:29:06.0571565+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:29:06.0571565+05:00</UpdatedDate>
      <isSelected>true</isSelected>
    </ClaimEstimateProviderServices>
    <ClaimEstimateProviderServices>
      <CES_Id>1</CES_Id>
      <ClaimId>5</ClaimId>
      <CreatedBy>14</CreatedBy>
      <CreatedDate>2025-12-13T10:29:06.0571565+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:29:06.0571565+05:00</UpdatedDate>
      <isSelected>true</isSelected>
    </ClaimEstimateProviderServices>
  </ClaimEstimateProviderServices>
  <ClaimEstimation>
    <ClaimEstimation>
      <Action>20</Action>
      <Amount>16</Amount>
      <ArticleNumber>sample string 11</ArticleNumber>
      <Brand>sample string 13</Brand>
      <CE_Id>1</CE_Id>
      <ClaimId>2</ClaimId>
      <Comment>sample string 22</Comment>
      <CreatedBy>31</CreatedBy>
      <CreatedDate>2025-12-13T10:29:06.0571565+05:00</CreatedDate>
      <DeliveryTime>sample string 23</DeliveryTime>
      <Discount>17</Discount>
      <EstimationId>27</EstimationId>
      <Image>sample string 6</Image>
      <IsActive>true</IsActive>
      <IsApproved>21</IsApproved>
      <IsDeleted>true</IsDeleted>
      <MakeId>4</MakeId>
      <MakeName>sample string 5</MakeName>
      <ModelId>7</ModelId>
      <ModelName>sample string 8</ModelName>
      <OEMNumber>sample string 12</OEMNumber>
      <PartDetails>sample string 25</PartDetails>
      <PartId>9</PartId>
      <PartName>sample string 10</PartName>
      <PolicyId>3</PolicyId>
      <Quantity>14</Quantity>
      <QuantityType>15</QuantityType>
      <RejectionReason>sample string 29</RejectionReason>
      <Remark>sample string 28</Remark>
      <SCE_Id>37</SCE_Id>
      <Status>19</Status>
      <SubTotal>18</SubTotal>
      <TenantId>30</TenantId>
      <UpdatedBy>33</UpdatedBy>
      <UpdatedDate>2025-12-13T10:29:06.0571565+05:00</UpdatedDate>
      <VersionId>24</VersionId>
      <isSelected>true</isSelected>
    </ClaimEstimation>
    <ClaimEstimation>
      <Action>20</Action>
      <Amount>16</Amount>
      <ArticleNumber>sample string 11</ArticleNumber>
      <Brand>sample string 13</Brand>
      <CE_Id>1</CE_Id>
      <ClaimId>2</ClaimId>
      <Comment>sample string 22</Comment>
      <CreatedBy>31</CreatedBy>
      <CreatedDate>2025-12-13T10:29:06.0571565+05:00</CreatedDate>
      <DeliveryTime>sample string 23</DeliveryTime>
      <Discount>17</Discount>
      <EstimationId>27</EstimationId>
      <Image>sample string 6</Image>
      <IsActive>true</IsActive>
      <IsApproved>21</IsApproved>
      <IsDeleted>true</IsDeleted>
      <MakeId>4</MakeId>
      <MakeName>sample string 5</MakeName>
      <ModelId>7</ModelId>
      <ModelName>sample string 8</ModelName>
      <OEMNumber>sample string 12</OEMNumber>
      <PartDetails>sample string 25</PartDetails>
      <PartId>9</PartId>
      <PartName>sample string 10</PartName>
      <PolicyId>3</PolicyId>
      <Quantity>14</Quantity>
      <QuantityType>15</QuantityType>
      <RejectionReason>sample string 29</RejectionReason>
      <Remark>sample string 28</Remark>
      <SCE_Id>37</SCE_Id>
      <Status>19</Status>
      <SubTotal>18</SubTotal>
      <TenantId>30</TenantId>
      <UpdatedBy>33</UpdatedBy>
      <UpdatedDate>2025-12-13T10:29:06.0571565+05:00</UpdatedDate>
      <VersionId>24</VersionId>
      <isSelected>true</isSelected>
    </ClaimEstimation>
  </ClaimEstimation>
  <IsGarage>true</IsGarage>
</ClaimEstimationWithServices>

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.