POST api/AIOperations/AddUpdateAIRuleConfiguration
Request Information
URI Parameters
None.
Body Parameters
AIEstimateValidationCLName | Description | Type | Additional information |
---|---|---|---|
CustomerID | integer |
None. |
|
Feature_Id | integer |
None. |
|
Feature_Name | string |
None. |
|
CUSTOMER_NAME | string |
None. |
|
CUSTOMER_CODE | string |
None. |
|
DEPOT_CODE | string |
None. |
|
Component | string |
None. |
|
Damage | string |
None. |
|
Location | string |
None. |
|
Repair | string |
None. |
|
ModelType | string |
None. |
|
ModelVersion | string |
None. |
|
ModelApplyOn | string |
None. |
|
TotalPercentMatch | string |
None. |
|
AIHistoryId | integer |
None. |
|
IsActive | boolean |
None. |
|
LoggedInUserId | integer |
None. |
|
AIClassID | integer |
None. |
|
ModelClassName | string |
None. |
|
Depot_IDS | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerID": 1, "Feature_Id": 2, "Feature_Name": "sample string 3", "CUSTOMER_NAME": "sample string 4", "CUSTOMER_CODE": "sample string 5", "DEPOT_CODE": "sample string 6", "Component": "sample string 7", "Damage": "sample string 8", "Location": "sample string 9", "Repair": "sample string 10", "ModelType": "sample string 11", "ModelVersion": "sample string 12", "ModelApplyOn": "sample string 13", "TotalPercentMatch": "sample string 14", "AIHistoryId": 15, "IsActive": true, "LoggedInUserId": 17, "AIClassID": 18, "ModelClassName": "sample string 19", "Depot_IDS": "sample string 20" }
application/xml, text/xml
Sample:
<AIEstimateValidationCL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.Configuration"> <AIClassID>18</AIClassID> <AIHistoryId>15</AIHistoryId> <CUSTOMER_CODE>sample string 5</CUSTOMER_CODE> <CUSTOMER_NAME>sample string 4</CUSTOMER_NAME> <Component>sample string 7</Component> <CustomerID>1</CustomerID> <DEPOT_CODE>sample string 6</DEPOT_CODE> <Damage>sample string 8</Damage> <Depot_IDS>sample string 20</Depot_IDS> <Feature_Id>2</Feature_Id> <Feature_Name>sample string 3</Feature_Name> <IsActive>true</IsActive> <Location>sample string 9</Location> <LoggedInUserId>17</LoggedInUserId> <ModelApplyOn>sample string 13</ModelApplyOn> <ModelClassName>sample string 19</ModelClassName> <ModelType>sample string 11</ModelType> <ModelVersion>sample string 12</ModelVersion> <Repair>sample string 10</Repair> <TotalPercentMatch>sample string 14</TotalPercentMatch> </AIEstimateValidationCL>
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.