POST api/CarReplacement
Request Information
URI Parameters
None.
Body Parameters
ReplacementCarRequests| Name | Description | Type | Additional information |
|---|---|---|---|
| RCR_Id | integer |
None. |
|
| ClaimId | integer |
None. |
|
| PolicyId | integer |
None. |
|
| RequestedDurationInDDays | integer |
None. |
|
| ClaimNo | integer |
None. |
|
| InsuranceCompanyName | string |
None. |
|
| Comments | string |
None. |
|
| Status | integer |
None. |
|
| CarNo | string |
None. |
|
| SubmissionDate | date |
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:
{
"RCR_Id": 1,
"ClaimId": 2,
"PolicyId": 3,
"RequestedDurationInDDays": 4,
"ClaimNo": 5,
"InsuranceCompanyName": "sample string 6",
"Comments": "sample string 7",
"Status": 8,
"CarNo": "sample string 9",
"SubmissionDate": "2025-12-13T10:30:58.30816+05:00",
"TenantId": 11,
"CreatedBy": 12,
"CreatedDate": "2025-12-13T10:30:58.30816+05:00",
"UpdatedBy": 14,
"UpdatedDate": "2025-12-13T10:30:58.30816+05:00",
"IsDeleted": true,
"IsActive": true
}
text/xml
Sample:
<ReplacementCarRequests xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.CarReplacement"> <CarNo>sample string 9</CarNo> <ClaimId>2</ClaimId> <ClaimNo>5</ClaimNo> <Comments>sample string 7</Comments> <CreatedBy>12</CreatedBy> <CreatedDate>2025-12-13T10:30:58.30816+05:00</CreatedDate> <InsuranceCompanyName>sample string 6</InsuranceCompanyName> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <PolicyId>3</PolicyId> <RCR_Id>1</RCR_Id> <RequestedDurationInDDays>4</RequestedDurationInDDays> <Status>8</Status> <SubmissionDate>2025-12-13T10:30:58.30816+05:00</SubmissionDate> <TenantId>11</TenantId> <UpdatedBy>14</UpdatedBy> <UpdatedDate>2025-12-13T10:30:58.30816+05:00</UpdatedDate> </ReplacementCarRequests>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |