POST api/CarReplacement/ReplacementCarAssigned

Request Information

URI Parameters

None.

Body Parameters

ReplacementCarAssigned
NameDescriptionTypeAdditional information
RCA_Id

integer

None.

ClaimId

integer

None.

ReplacementCarAgencyId

integer

None.

CarReplacementNoOfDays

integer

None.

CarCategory

string

None.

Policy_Id

integer

None.

TenantId

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

IsDeleted

boolean

None.

IsActive

boolean

None.

PolicyNoOfDays

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "RCA_Id": 1,
  "ClaimId": 2,
  "ReplacementCarAgencyId": 3,
  "CarReplacementNoOfDays": 4,
  "CarCategory": "sample string 5",
  "Policy_Id": 6,
  "TenantId": 7,
  "CreatedBy": 8,
  "CreatedDate": "2025-12-13T10:32:06.5519649+05:00",
  "UpdatedBy": 10,
  "UpdatedDate": "2025-12-13T10:32:06.5519649+05:00",
  "IsDeleted": true,
  "IsActive": true,
  "PolicyNoOfDays": 14
}

text/xml

Sample:
<ReplacementCarAssigned xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.CarReplacement">
  <CarCategory>sample string 5</CarCategory>
  <CarReplacementNoOfDays>4</CarReplacementNoOfDays>
  <ClaimId>2</ClaimId>
  <CreatedBy>8</CreatedBy>
  <CreatedDate>2025-12-13T10:32:06.5519649+05:00</CreatedDate>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <PolicyNoOfDays>14</PolicyNoOfDays>
  <Policy_Id>6</Policy_Id>
  <RCA_Id>1</RCA_Id>
  <ReplacementCarAgencyId>3</ReplacementCarAgencyId>
  <TenantId>7</TenantId>
  <UpdatedBy>10</UpdatedBy>
  <UpdatedDate>2025-12-13T10:32:06.5519649+05:00</UpdatedDate>
</ReplacementCarAssigned>

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.