PUT api/Surveyour

Request Information

URI Parameters

None.

Body Parameters

SurveyorEstimation
NameDescriptionTypeAdditional information
EstimationId

integer

None.

ClaimId

integer

None.

Action

string

None.

Note

string

None.

DeliveryTime

integer

None.

ProviderId

integer

None.

ServiceAmount

decimal number

None.

PartsAmount

decimal number

None.

NetAmount

decimal number

None.

TenantId

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

IsDeleted

boolean

None.

IsActive

boolean

None.

SurveyorClaimEstimationParts

Collection of SurveyorClaimEstimationParts

None.

SurveyorClaimEstimateProviderServices

Collection of SurveyorClaimEstimateProviderServices

None.

Request Formats

application/json, text/json

Sample:
{
  "EstimationId": 1,
  "ClaimId": 2,
  "Action": "sample string 3",
  "Note": "sample string 4",
  "DeliveryTime": 5,
  "ProviderId": 6,
  "ServiceAmount": 7.0,
  "PartsAmount": 8.0,
  "NetAmount": 9.0,
  "TenantId": 10,
  "CreatedBy": 11,
  "CreatedDate": "2025-12-13T10:30:59.0695121+05:00",
  "UpdatedBy": 13,
  "UpdatedDate": "2025-12-13T10:30:59.0695121+05:00",
  "IsDeleted": true,
  "IsActive": true,
  "SurveyorClaimEstimationParts": [
    {
      "SCE_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:30:59.0695121+05:00",
      "UpdatedBy": 33,
      "UpdatedDate": "2025-12-13T10:30:59.0695121+05:00",
      "IsDeleted": true,
      "IsActive": true
    },
    {
      "SCE_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:30:59.0695121+05:00",
      "UpdatedBy": 33,
      "UpdatedDate": "2025-12-13T10:30:59.0695121+05:00",
      "IsDeleted": true,
      "IsActive": true
    }
  ],
  "SurveyorClaimEstimateProviderServices": [
    {
      "SCEPS_Id": 1,
      "EstimationId": 2,
      "ClaimId": 3,
      "ServiceId": 4,
      "ServiceName": "sample string 5",
      "ServiceTypeId": 6,
      "ServiceTypeName": "sample string 7",
      "ServiceDetail": "sample string 8",
      "Price": 9.0,
      "Discount": 10.0,
      "SubTotal": 11.0,
      "isSelected": true,
      "Remark": "sample string 13",
      "RejectionReason": "sample string 14",
      "TenantId": 15,
      "CreatedBy": 16,
      "CreatedDate": "2025-12-13T10:30:59.0695121+05:00",
      "UpdatedBy": 18,
      "UpdatedDate": "2025-12-13T10:30:59.0695121+05:00",
      "IsDeleted": true,
      "IsActive": true
    },
    {
      "SCEPS_Id": 1,
      "EstimationId": 2,
      "ClaimId": 3,
      "ServiceId": 4,
      "ServiceName": "sample string 5",
      "ServiceTypeId": 6,
      "ServiceTypeName": "sample string 7",
      "ServiceDetail": "sample string 8",
      "Price": 9.0,
      "Discount": 10.0,
      "SubTotal": 11.0,
      "isSelected": true,
      "Remark": "sample string 13",
      "RejectionReason": "sample string 14",
      "TenantId": 15,
      "CreatedBy": 16,
      "CreatedDate": "2025-12-13T10:30:59.0695121+05:00",
      "UpdatedBy": 18,
      "UpdatedDate": "2025-12-13T10:30:59.0695121+05:00",
      "IsDeleted": true,
      "IsActive": true
    }
  ]
}

text/xml

Sample:
<SurveyorEstimation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.Surveyours">
  <Action>sample string 3</Action>
  <ClaimId>2</ClaimId>
  <CreatedBy>11</CreatedBy>
  <CreatedDate>2025-12-13T10:30:59.0695121+05:00</CreatedDate>
  <DeliveryTime>5</DeliveryTime>
  <EstimationId>1</EstimationId>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <NetAmount>9</NetAmount>
  <Note>sample string 4</Note>
  <PartsAmount>8</PartsAmount>
  <ProviderId>6</ProviderId>
  <ServiceAmount>7</ServiceAmount>
  <SurveyorClaimEstimateProviderServices>
    <SurveyorClaimEstimateProviderServices>
      <ClaimId>3</ClaimId>
      <CreatedBy>16</CreatedBy>
      <CreatedDate>2025-12-13T10:30:59.0695121+05:00</CreatedDate>
      <Discount>10</Discount>
      <EstimationId>2</EstimationId>
      <IsActive>true</IsActive>
      <IsDeleted>true</IsDeleted>
      <Price>9</Price>
      <RejectionReason>sample string 14</RejectionReason>
      <Remark>sample string 13</Remark>
      <SCEPS_Id>1</SCEPS_Id>
      <ServiceDetail>sample string 8</ServiceDetail>
      <ServiceId>4</ServiceId>
      <ServiceName>sample string 5</ServiceName>
      <ServiceTypeId>6</ServiceTypeId>
      <ServiceTypeName>sample string 7</ServiceTypeName>
      <SubTotal>11</SubTotal>
      <TenantId>15</TenantId>
      <UpdatedBy>18</UpdatedBy>
      <UpdatedDate>2025-12-13T10:30:59.0695121+05:00</UpdatedDate>
      <isSelected>true</isSelected>
    </SurveyorClaimEstimateProviderServices>
    <SurveyorClaimEstimateProviderServices>
      <ClaimId>3</ClaimId>
      <CreatedBy>16</CreatedBy>
      <CreatedDate>2025-12-13T10:30:59.0695121+05:00</CreatedDate>
      <Discount>10</Discount>
      <EstimationId>2</EstimationId>
      <IsActive>true</IsActive>
      <IsDeleted>true</IsDeleted>
      <Price>9</Price>
      <RejectionReason>sample string 14</RejectionReason>
      <Remark>sample string 13</Remark>
      <SCEPS_Id>1</SCEPS_Id>
      <ServiceDetail>sample string 8</ServiceDetail>
      <ServiceId>4</ServiceId>
      <ServiceName>sample string 5</ServiceName>
      <ServiceTypeId>6</ServiceTypeId>
      <ServiceTypeName>sample string 7</ServiceTypeName>
      <SubTotal>11</SubTotal>
      <TenantId>15</TenantId>
      <UpdatedBy>18</UpdatedBy>
      <UpdatedDate>2025-12-13T10:30:59.0695121+05:00</UpdatedDate>
      <isSelected>true</isSelected>
    </SurveyorClaimEstimateProviderServices>
  </SurveyorClaimEstimateProviderServices>
  <SurveyorClaimEstimationParts>
    <SurveyorClaimEstimationParts>
      <Action>20</Action>
      <Amount>16</Amount>
      <ArticleNumber>sample string 11</ArticleNumber>
      <Brand>sample string 13</Brand>
      <ClaimId>2</ClaimId>
      <Comment>sample string 22</Comment>
      <CreatedBy>31</CreatedBy>
      <CreatedDate>2025-12-13T10:30:59.0695121+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>1</SCE_Id>
      <Status>19</Status>
      <SubTotal>18</SubTotal>
      <TenantId>30</TenantId>
      <UpdatedBy>33</UpdatedBy>
      <UpdatedDate>2025-12-13T10:30:59.0695121+05:00</UpdatedDate>
      <VersionId>24</VersionId>
      <isSelected>true</isSelected>
    </SurveyorClaimEstimationParts>
    <SurveyorClaimEstimationParts>
      <Action>20</Action>
      <Amount>16</Amount>
      <ArticleNumber>sample string 11</ArticleNumber>
      <Brand>sample string 13</Brand>
      <ClaimId>2</ClaimId>
      <Comment>sample string 22</Comment>
      <CreatedBy>31</CreatedBy>
      <CreatedDate>2025-12-13T10:30:59.0695121+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>1</SCE_Id>
      <Status>19</Status>
      <SubTotal>18</SubTotal>
      <TenantId>30</TenantId>
      <UpdatedBy>33</UpdatedBy>
      <UpdatedDate>2025-12-13T10:30:59.0695121+05:00</UpdatedDate>
      <VersionId>24</VersionId>
      <isSelected>true</isSelected>
    </SurveyorClaimEstimationParts>
  </SurveyorClaimEstimationParts>
  <TenantId>10</TenantId>
  <UpdatedBy>13</UpdatedBy>
  <UpdatedDate>2025-12-13T10:30:59.0695121+05:00</UpdatedDate>
</SurveyorEstimation>

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.