POST api/common/editvehicleexemptedcategory
Request Information
URI Parameters
None.
Body Parameters
ExemptedVehicleCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| ExemptId | integer |
None. |
|
| CategoryName | string |
None. |
|
| Description | string |
None. |
|
| IsActive | integer |
None. |
|
| Updateremarks | string |
None. |
|
| Check | string |
None. |
|
| CBy | integer |
None. |
|
| MBy | integer |
None. |
|
| CTime | date |
None. |
|
| MTime | date |
None. |
|
| CByUsername | string |
None. |
|
| CByFullName | string |
None. |
|
| MByUsername | string |
None. |
|
| MByFullName | string |
None. |
|
| IsErrorOccured | boolean |
None. |
|
| ErrorMessage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ExemptId": 1,
"CategoryName": "sample string 2",
"Description": "sample string 3",
"IsActive": 4,
"Updateremarks": "sample string 5",
"Check": "sample string 6",
"CBy": 7,
"MBy": 1,
"CTime": "2026-06-26T04:41:30.7747847+05:30",
"MTime": "2026-06-26T04:41:30.7747847+05:30",
"CByUsername": "sample string 9",
"CByFullName": "sample string 10",
"MByUsername": "sample string 11",
"MByFullName": "sample string 12",
"IsErrorOccured": true,
"ErrorMessage": "sample string 14"
}
application/xml, text/xml
Sample:
<ExemptedVehicleCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TotalTollAPI.Models"> <CBy>7</CBy> <CByFullName>sample string 10</CByFullName> <CByUsername>sample string 9</CByUsername> <CTime>2026-06-26T04:41:30.7747847+05:30</CTime> <ErrorMessage>sample string 14</ErrorMessage> <IsErrorOccured>true</IsErrorOccured> <MBy>1</MBy> <MByFullName>sample string 12</MByFullName> <MByUsername>sample string 11</MByUsername> <MTime>2026-06-26T04:41:30.7747847+05:30</MTime> <CategoryName>sample string 2</CategoryName> <Check>sample string 6</Check> <Description>sample string 3</Description> <ExemptId>1</ExemptId> <IsActive>4</IsActive> <Updateremarks>sample string 5</Updateremarks> </ExemptedVehicleCategory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.