POST api/Lane/editlaneconfiguration
Request Information
URI Parameters
None.
Body Parameters
LaneConfigMappingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MappingId | integer |
None. |
|
| LaneId | integer |
None. |
|
| LaneIds | string |
None. |
|
| ColumnValue | string |
None. |
|
| Id | integer |
None. |
|
| ColumnName | string |
None. |
|
| ColumnDataType | string |
None. |
|
| IsActive | integer |
None. |
|
| IsMandatory | integer |
None. |
|
| MaxLength | integer |
None. |
|
| Description | string |
None. |
|
| ColumnAlias | string |
None. |
|
| DefaultValue | string |
None. |
|
| ConfigTypeId | integer |
None. |
|
| CTime | date |
None. |
|
| CBy | integer |
None. |
|
| MTime | date |
None. |
|
| MBy | integer |
None. |
|
| UpdateRemarks | string |
None. |
|
| Check | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MappingId": 1,
"LaneId": 2,
"LaneIds": "sample string 3",
"ColumnValue": "sample string 4",
"Id": 5,
"ColumnName": "sample string 6",
"ColumnDataType": "sample string 7",
"IsActive": 8,
"IsMandatory": 9,
"MaxLength": 10,
"Description": "sample string 11",
"ColumnAlias": "sample string 12",
"DefaultValue": "sample string 13",
"ConfigTypeId": 14,
"CTime": "2026-06-26T04:36:45.938659+05:30",
"CBy": 16,
"MTime": "2026-06-26T04:36:45.938659+05:30",
"MBy": 1,
"UpdateRemarks": "sample string 17",
"Check": "sample string 18"
}
application/xml, text/xml
Sample:
<LaneConfigMappingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TotalTollAPI.Models"> <CBy>16</CBy> <CTime>2026-06-26T04:36:45.938659+05:30</CTime> <Check>sample string 18</Check> <ColumnAlias>sample string 12</ColumnAlias> <ColumnDataType>sample string 7</ColumnDataType> <ColumnName>sample string 6</ColumnName> <ConfigTypeId>14</ConfigTypeId> <DefaultValue>sample string 13</DefaultValue> <Description>sample string 11</Description> <Id>5</Id> <IsActive>8</IsActive> <IsMandatory>9</IsMandatory> <MBy>1</MBy> <MTime>2026-06-26T04:36:45.938659+05:30</MTime> <MaxLength>10</MaxLength> <UpdateRemarks>sample string 17</UpdateRemarks> <ColumnValue>sample string 4</ColumnValue> <LaneId>2</LaneId> <LaneIds>sample string 3</LaneIds> <MappingId>1</MappingId> </LaneConfigMappingModel>
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.