POST api/CarReplacement/CarReplacementExtend

Request Information

URI Parameters

None.

Body Parameters

CarReplacementExtend
NameDescriptionTypeAdditional information
CRE_Id

integer

None.

RequestId

integer

None.

ExtendedDuration

integer

None.

Remarks

string

None.

ClaimId

integer

None.

PolicyNoOfDays

integer

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:
{
  "CRE_Id": 1,
  "RequestId": 2,
  "ExtendedDuration": 3,
  "Remarks": "sample string 4",
  "ClaimId": 5,
  "PolicyNoOfDays": 6,
  "TenantId": 7,
  "CreatedBy": 8,
  "CreatedDate": "2025-12-13T10:32:05.6926041+05:00",
  "UpdatedBy": 10,
  "UpdatedDate": "2025-12-13T10:32:05.6926041+05:00",
  "IsDeleted": true,
  "IsActive": true
}

text/xml

Sample:
<CarReplacementExtend xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.CarReplacement">
  <CRE_Id>1</CRE_Id>
  <ClaimId>5</ClaimId>
  <CreatedBy>8</CreatedBy>
  <CreatedDate>2025-12-13T10:32:05.6926041+05:00</CreatedDate>
  <ExtendedDuration>3</ExtendedDuration>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <PolicyNoOfDays>6</PolicyNoOfDays>
  <Remarks>sample string 4</Remarks>
  <RequestId>2</RequestId>
  <TenantId>7</TenantId>
  <UpdatedBy>10</UpdatedBy>
  <UpdatedDate>2025-12-13T10:32:05.6926041+05:00</UpdatedDate>
</CarReplacementExtend>

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.