POST api/CarReplacement/Mobile/CarReplacementClientExtend

Request Information

URI Parameters

None.

Body Parameters

CarReplacementClientExtend
NameDescriptionTypeAdditional information
CRCE_Id

integer

None.

ClaimId

integer

None.

PolicyId

integer

None.

CarRequestId

integer

None.

NumberOFDays

integer

None.

RequestRemarks

string

None.

StatusId

integer

None.

RejectApproveRemarks

string

None.

UserName

string

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:
{
  "CRCE_Id": 1,
  "ClaimId": 2,
  "PolicyId": 3,
  "CarRequestId": 4,
  "NumberOFDays": 5,
  "RequestRemarks": "sample string 6",
  "StatusId": 7,
  "RejectApproveRemarks": "sample string 8",
  "UserName": "sample string 9",
  "TenantId": 10,
  "CreatedBy": 11,
  "CreatedDate": "2025-12-13T10:32:23.8868817+05:00",
  "UpdatedBy": 13,
  "UpdatedDate": "2025-12-13T10:32:23.8868817+05:00",
  "IsDeleted": true,
  "IsActive": true
}

text/xml

Sample:
<CarReplacementClientExtend xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.CarReplacement">
  <CRCE_Id>1</CRCE_Id>
  <CarRequestId>4</CarRequestId>
  <ClaimId>2</ClaimId>
  <CreatedBy>11</CreatedBy>
  <CreatedDate>2025-12-13T10:32:23.8868817+05:00</CreatedDate>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <NumberOFDays>5</NumberOFDays>
  <PolicyId>3</PolicyId>
  <RejectApproveRemarks>sample string 8</RejectApproveRemarks>
  <RequestRemarks>sample string 6</RequestRemarks>
  <StatusId>7</StatusId>
  <TenantId>10</TenantId>
  <UpdatedBy>13</UpdatedBy>
  <UpdatedDate>2025-12-13T10:32:23.8868817+05:00</UpdatedDate>
  <UserName>sample string 9</UserName>
</CarReplacementClientExtend>

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.