POST api/DataAIValidationConfig/Save
Request Information
URI Parameters
None.
Body Parameters
DataAIValidationConfigCL| Name | Description | Type | Additional information |
|---|---|---|---|
| ConfigId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| DepotCode | string |
None. |
|
| MaxReviewSignalRate | decimal number |
None. |
|
| MaxAmountAdjustmentRate | decimal number |
None. |
|
| MaxRepairMethodChangeRate | decimal number |
None. |
|
| MaxDimensionChangeRate | decimal number |
None. |
|
| MaxLaborRateChangeRate | decimal number |
None. |
|
| MaxLaborRateOutlierRate | decimal number |
None. |
|
| HistoricalDataMonths | integer |
None. |
|
| InflationRatePerMonth | decimal number |
None. |
|
| EffectiveFromDate | date |
None. |
|
| EffectiveToDate | date |
None. |
|
| ContractVersion | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| Priority | integer |
None. |
|
| CustomerName | string |
None. |
|
| DepotDescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ConfigId": 1,
"CustomerId": 1,
"DepotCode": "sample string 2",
"MaxReviewSignalRate": 3.0,
"MaxAmountAdjustmentRate": 4.0,
"MaxRepairMethodChangeRate": 5.0,
"MaxDimensionChangeRate": 6.0,
"MaxLaborRateChangeRate": 7.0,
"MaxLaborRateOutlierRate": 8.0,
"HistoricalDataMonths": 1,
"InflationRatePerMonth": 9.0,
"EffectiveFromDate": "2026-09-20T23:02:14.5044112+00:00",
"EffectiveToDate": "2026-09-20T23:02:14.5044112+00:00",
"ContractVersion": "sample string 10",
"IsActive": true,
"CreatedBy": 1,
"CreatedDate": "2026-09-20T23:02:14.5044112+00:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-09-20T23:02:14.5044112+00:00",
"Priority": 13,
"CustomerName": "sample string 14",
"DepotDescription": "sample string 15"
}
application/xml, text/xml
Sample:
<DataAIValidationConfigCL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.Configuration"> <ConfigId>1</ConfigId> <ContractVersion>sample string 10</ContractVersion> <CreatedBy>1</CreatedBy> <CreatedDate>2026-09-20T23:02:14.5044112+00:00</CreatedDate> <CustomerId>1</CustomerId> <CustomerName>sample string 14</CustomerName> <DepotCode>sample string 2</DepotCode> <DepotDescription>sample string 15</DepotDescription> <EffectiveFromDate>2026-09-20T23:02:14.5044112+00:00</EffectiveFromDate> <EffectiveToDate>2026-09-20T23:02:14.5044112+00:00</EffectiveToDate> <HistoricalDataMonths>1</HistoricalDataMonths> <InflationRatePerMonth>9</InflationRatePerMonth> <IsActive>true</IsActive> <MaxAmountAdjustmentRate>4</MaxAmountAdjustmentRate> <MaxDimensionChangeRate>6</MaxDimensionChangeRate> <MaxLaborRateChangeRate>7</MaxLaborRateChangeRate> <MaxLaborRateOutlierRate>8</MaxLaborRateOutlierRate> <MaxRepairMethodChangeRate>5</MaxRepairMethodChangeRate> <MaxReviewSignalRate>3</MaxReviewSignalRate> <Priority>13</Priority> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2026-09-20T23:02:14.5044112+00:00</UpdatedDate> </DataAIValidationConfigCL>
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.