POST api/CarReplacement/CarReplacementAgencyComments
Request Information
URI Parameters
None.
Body Parameters
CarReplacementAgencyComments| Name | Description | Type | Additional information |
|---|---|---|---|
| CRC_Id | integer |
None. |
|
| ReplacementCarAgencyId | integer |
None. |
|
| CarRequestId | integer |
None. |
|
| Comments | string |
None. |
|
| UserName | string |
None. |
|
| ImageUrl | string |
None. |
|
| RoleId | integer |
None. |
|
| RoleName | 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:
{
"CRC_Id": 1,
"ReplacementCarAgencyId": 2,
"CarRequestId": 3,
"Comments": "sample string 4",
"UserName": "sample string 5",
"ImageUrl": "sample string 6",
"RoleId": 7,
"RoleName": "sample string 8",
"TenantId": 9,
"CreatedBy": 10,
"CreatedDate": "2025-12-13T10:34:00.442615+05:00",
"UpdatedBy": 12,
"UpdatedDate": "2025-12-13T10:34:00.442615+05:00",
"IsDeleted": true,
"IsActive": true
}
text/xml
Sample:
<CarReplacementAgencyComments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.CarReplacement"> <CRC_Id>1</CRC_Id> <CarRequestId>3</CarRequestId> <Comments>sample string 4</Comments> <CreatedBy>10</CreatedBy> <CreatedDate>2025-12-13T10:34:00.442615+05:00</CreatedDate> <ImageUrl>sample string 6</ImageUrl> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <ReplacementCarAgencyId>2</ReplacementCarAgencyId> <RoleId>7</RoleId> <RoleName>sample string 8</RoleName> <TenantId>9</TenantId> <UpdatedBy>12</UpdatedBy> <UpdatedDate>2025-12-13T10:34:00.442615+05:00</UpdatedDate> <UserName>sample string 5</UserName> </CarReplacementAgencyComments>
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. |