POST api/CarReplacement/CarReplacementRemarks

Request Information

URI Parameters

None.

Body Parameters

CarReplacementRemarks
NameDescriptionTypeAdditional information
CRR_Id

integer

None.

ReplacementCarAgencyId

integer

None.

CarRequestId

integer

None.

Remarks

string

None.

StatusId

integer

None.

Action

string

None.

DeliveredDate

date

None.

DeliveredTo

string

None.

ReceivedDate

date

None.

ReceivedFrom

string

None.

RejectionReason

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:
{
  "CRR_Id": 1,
  "ReplacementCarAgencyId": 2,
  "CarRequestId": 3,
  "Remarks": "sample string 4",
  "StatusId": 5,
  "Action": "sample string 6",
  "DeliveredDate": "2025-12-13T10:33:49.5392248+05:00",
  "DeliveredTo": "sample string 8",
  "ReceivedDate": "2025-12-13T10:33:49.5392248+05:00",
  "ReceivedFrom": "sample string 10",
  "RejectionReason": "sample string 11",
  "TenantId": 12,
  "CreatedBy": 13,
  "CreatedDate": "2025-12-13T10:33:49.5392248+05:00",
  "UpdatedBy": 15,
  "UpdatedDate": "2025-12-13T10:33:49.5392248+05:00",
  "IsDeleted": true,
  "IsActive": true
}

text/xml

Sample:
<CarReplacementRemarks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.CarReplacement">
  <Action>sample string 6</Action>
  <CRR_Id>1</CRR_Id>
  <CarRequestId>3</CarRequestId>
  <CreatedBy>13</CreatedBy>
  <CreatedDate>2025-12-13T10:33:49.5392248+05:00</CreatedDate>
  <DeliveredDate>2025-12-13T10:33:49.5392248+05:00</DeliveredDate>
  <DeliveredTo>sample string 8</DeliveredTo>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <ReceivedDate>2025-12-13T10:33:49.5392248+05:00</ReceivedDate>
  <ReceivedFrom>sample string 10</ReceivedFrom>
  <RejectionReason>sample string 11</RejectionReason>
  <Remarks>sample string 4</Remarks>
  <ReplacementCarAgencyId>2</ReplacementCarAgencyId>
  <StatusId>5</StatusId>
  <TenantId>12</TenantId>
  <UpdatedBy>15</UpdatedBy>
  <UpdatedDate>2025-12-13T10:33:49.5392248+05:00</UpdatedDate>
</CarReplacementRemarks>

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.