POST api/User/ValidateUser?username={username}&password={password}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
Required |
|
| password | string |
None. |
Body Parameters
None.
Response Information
Resource Description
UserSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| UserName | string |
None. |
|
| Company | string |
None. |
|
| CompanyCode | integer |
None. |
|
| IsSupervisor | boolean |
None. |
|
| FullName | string |
None. |
|
| CompanyLogo | string |
None. |
|
| string |
None. |
||
| EmployeeType | string |
None. |
|
| Active | boolean |
None. |
|
| Lots | Collection of LotsData |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserId": 1,
"UserName": "sample string 2",
"Company": "sample string 3",
"CompanyCode": 4,
"IsSupervisor": true,
"FullName": "sample string 6",
"CompanyLogo": "sample string 7",
"Email": "sample string 8",
"EmployeeType": "sample string 9",
"Active": true,
"Lots": [
{
"Lot": "sample string 1",
"DocStampPercentage": 2.0,
"StickerPrice": true,
"InternetPrice": true,
"MinimumPrice": true,
"DealerFee": 6.0,
"LatePayFee": 7.0,
"TagFee": 8.0,
"TitleFee": 9.0,
"RegistrationFee": 10.0,
"PackCost": 1.0,
"TagAgencyFee": 11.0,
"FniLockoutDays": 12,
"UserField1Name": "sample string 13",
"UserField1Value": 14.0,
"UserField2Name": "sample string 15",
"UserField2Value": 16.0,
"InspectionFee": 17.0,
"InventoryTax": 18.1,
"DealerFeeTaxable": true,
"TagFeeTaxable": true,
"RegistrationFeeTaxable": true,
"TitleFeeTaxable": true,
"InspectionFeeTaxable": true,
"TagAgencyFeeTaxable": true,
"ProductsTaxable": true,
"ShopSuppliesPercent": 26.0,
"ShopSuppliesLimit": 27.0,
"SurplusTax": 1.0,
"SurplusAmount": 1.0,
"CountyName": "sample string 28",
"MBIFee": 29.0,
"MBITaxable": true,
"UserField1Taxable": true,
"UserField2Taxable": true,
"MultipleOpCodes": true,
"UpFrontLeaseTaxes": true,
"DealerFeeCapitalized": true,
"MBICapitalized": true,
"TagAgencyFeeCapitalized": true,
"TagFeeCapitalized": true,
"RegistrationFeeCapitalized": true,
"TitleFeeCapitalized": true,
"InspectionFeeCapitalized": true,
"UserField1Capitalized": true,
"UserField2Capitalized": true,
"ServiceContractCapitalized": true,
"GAPCapitalized": true,
"NoTaxOnROLabor": true,
"ServiceHourlyRate": 47.0,
"CustomerPayHourlyRate": 48.0,
"InternalSubletPriceMarkUp": 49.0,
"CustomerSubletPriceMarkUp": 50.0
},
{
"Lot": "sample string 1",
"DocStampPercentage": 2.0,
"StickerPrice": true,
"InternetPrice": true,
"MinimumPrice": true,
"DealerFee": 6.0,
"LatePayFee": 7.0,
"TagFee": 8.0,
"TitleFee": 9.0,
"RegistrationFee": 10.0,
"PackCost": 1.0,
"TagAgencyFee": 11.0,
"FniLockoutDays": 12,
"UserField1Name": "sample string 13",
"UserField1Value": 14.0,
"UserField2Name": "sample string 15",
"UserField2Value": 16.0,
"InspectionFee": 17.0,
"InventoryTax": 18.1,
"DealerFeeTaxable": true,
"TagFeeTaxable": true,
"RegistrationFeeTaxable": true,
"TitleFeeTaxable": true,
"InspectionFeeTaxable": true,
"TagAgencyFeeTaxable": true,
"ProductsTaxable": true,
"ShopSuppliesPercent": 26.0,
"ShopSuppliesLimit": 27.0,
"SurplusTax": 1.0,
"SurplusAmount": 1.0,
"CountyName": "sample string 28",
"MBIFee": 29.0,
"MBITaxable": true,
"UserField1Taxable": true,
"UserField2Taxable": true,
"MultipleOpCodes": true,
"UpFrontLeaseTaxes": true,
"DealerFeeCapitalized": true,
"MBICapitalized": true,
"TagAgencyFeeCapitalized": true,
"TagFeeCapitalized": true,
"RegistrationFeeCapitalized": true,
"TitleFeeCapitalized": true,
"InspectionFeeCapitalized": true,
"UserField1Capitalized": true,
"UserField2Capitalized": true,
"ServiceContractCapitalized": true,
"GAPCapitalized": true,
"NoTaxOnROLabor": true,
"ServiceHourlyRate": 47.0,
"CustomerPayHourlyRate": 48.0,
"InternalSubletPriceMarkUp": 49.0,
"CustomerSubletPriceMarkUp": 50.0
}
]
}
application/xml, text/xml
Sample:
<UserSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automatrix.MPI.Business.Entities">
<Active>true</Active>
<Company>sample string 3</Company>
<CompanyCode>4</CompanyCode>
<CompanyLogo>sample string 7</CompanyLogo>
<Email>sample string 8</Email>
<EmployeeType>sample string 9</EmployeeType>
<FullName>sample string 6</FullName>
<IsSupervisor>true</IsSupervisor>
<Lots>
<LotsData>
<CountyName>sample string 28</CountyName>
<CustomerPayHourlyRate>48</CustomerPayHourlyRate>
<CustomerSubletPriceMarkUp>50</CustomerSubletPriceMarkUp>
<DealerFee>6</DealerFee>
<DealerFeeCapitalized>true</DealerFeeCapitalized>
<DealerFeeTaxable>true</DealerFeeTaxable>
<DocStampPercentage>2</DocStampPercentage>
<FniLockoutDays>12</FniLockoutDays>
<GAPCapitalized>true</GAPCapitalized>
<InspectionFee>17</InspectionFee>
<InspectionFeeCapitalized>true</InspectionFeeCapitalized>
<InspectionFeeTaxable>true</InspectionFeeTaxable>
<InternalSubletPriceMarkUp>49</InternalSubletPriceMarkUp>
<InternetPrice>true</InternetPrice>
<InventoryTax>18.1</InventoryTax>
<LatePayFee>7</LatePayFee>
<Lot>sample string 1</Lot>
<MBICapitalized>true</MBICapitalized>
<MBIFee>29</MBIFee>
<MBITaxable>true</MBITaxable>
<MinimumPrice>true</MinimumPrice>
<MultipleOpCodes>true</MultipleOpCodes>
<NoTaxOnROLabor>true</NoTaxOnROLabor>
<PackCost>1</PackCost>
<ProductsTaxable>true</ProductsTaxable>
<RegistrationFee>10</RegistrationFee>
<RegistrationFeeCapitalized>true</RegistrationFeeCapitalized>
<RegistrationFeeTaxable>true</RegistrationFeeTaxable>
<ServiceContractCapitalized>true</ServiceContractCapitalized>
<ServiceHourlyRate>47</ServiceHourlyRate>
<ShopSuppliesLimit>27</ShopSuppliesLimit>
<ShopSuppliesPercent>26</ShopSuppliesPercent>
<StickerPrice>true</StickerPrice>
<SurplusAmount>1</SurplusAmount>
<SurplusTax>1</SurplusTax>
<TagAgencyFee>11</TagAgencyFee>
<TagAgencyFeeCapitalized>true</TagAgencyFeeCapitalized>
<TagAgencyFeeTaxable>true</TagAgencyFeeTaxable>
<TagFee>8</TagFee>
<TagFeeCapitalized>true</TagFeeCapitalized>
<TagFeeTaxable>true</TagFeeTaxable>
<TitleFee>9</TitleFee>
<TitleFeeCapitalized>true</TitleFeeCapitalized>
<TitleFeeTaxable>true</TitleFeeTaxable>
<UpFrontLeaseTaxes>true</UpFrontLeaseTaxes>
<UserField1Capitalized>true</UserField1Capitalized>
<UserField1Name>sample string 13</UserField1Name>
<UserField1Taxable>true</UserField1Taxable>
<UserField1Value>14</UserField1Value>
<UserField2Capitalized>true</UserField2Capitalized>
<UserField2Name>sample string 15</UserField2Name>
<UserField2Taxable>true</UserField2Taxable>
<UserField2Value>16</UserField2Value>
</LotsData>
<LotsData>
<CountyName>sample string 28</CountyName>
<CustomerPayHourlyRate>48</CustomerPayHourlyRate>
<CustomerSubletPriceMarkUp>50</CustomerSubletPriceMarkUp>
<DealerFee>6</DealerFee>
<DealerFeeCapitalized>true</DealerFeeCapitalized>
<DealerFeeTaxable>true</DealerFeeTaxable>
<DocStampPercentage>2</DocStampPercentage>
<FniLockoutDays>12</FniLockoutDays>
<GAPCapitalized>true</GAPCapitalized>
<InspectionFee>17</InspectionFee>
<InspectionFeeCapitalized>true</InspectionFeeCapitalized>
<InspectionFeeTaxable>true</InspectionFeeTaxable>
<InternalSubletPriceMarkUp>49</InternalSubletPriceMarkUp>
<InternetPrice>true</InternetPrice>
<InventoryTax>18.1</InventoryTax>
<LatePayFee>7</LatePayFee>
<Lot>sample string 1</Lot>
<MBICapitalized>true</MBICapitalized>
<MBIFee>29</MBIFee>
<MBITaxable>true</MBITaxable>
<MinimumPrice>true</MinimumPrice>
<MultipleOpCodes>true</MultipleOpCodes>
<NoTaxOnROLabor>true</NoTaxOnROLabor>
<PackCost>1</PackCost>
<ProductsTaxable>true</ProductsTaxable>
<RegistrationFee>10</RegistrationFee>
<RegistrationFeeCapitalized>true</RegistrationFeeCapitalized>
<RegistrationFeeTaxable>true</RegistrationFeeTaxable>
<ServiceContractCapitalized>true</ServiceContractCapitalized>
<ServiceHourlyRate>47</ServiceHourlyRate>
<ShopSuppliesLimit>27</ShopSuppliesLimit>
<ShopSuppliesPercent>26</ShopSuppliesPercent>
<StickerPrice>true</StickerPrice>
<SurplusAmount>1</SurplusAmount>
<SurplusTax>1</SurplusTax>
<TagAgencyFee>11</TagAgencyFee>
<TagAgencyFeeCapitalized>true</TagAgencyFeeCapitalized>
<TagAgencyFeeTaxable>true</TagAgencyFeeTaxable>
<TagFee>8</TagFee>
<TagFeeCapitalized>true</TagFeeCapitalized>
<TagFeeTaxable>true</TagFeeTaxable>
<TitleFee>9</TitleFee>
<TitleFeeCapitalized>true</TitleFeeCapitalized>
<TitleFeeTaxable>true</TitleFeeTaxable>
<UpFrontLeaseTaxes>true</UpFrontLeaseTaxes>
<UserField1Capitalized>true</UserField1Capitalized>
<UserField1Name>sample string 13</UserField1Name>
<UserField1Taxable>true</UserField1Taxable>
<UserField1Value>14</UserField1Value>
<UserField2Capitalized>true</UserField2Capitalized>
<UserField2Name>sample string 15</UserField2Name>
<UserField2Taxable>true</UserField2Taxable>
<UserField2Value>16</UserField2Value>
</LotsData>
</Lots>
<UserId>1</UserId>
<UserName>sample string 2</UserName>
</UserSettings>