PUT api/lots/{lotName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lotName | string |
Required |
Body Parameters
LotSubModelName | Description | Type | Additional information |
---|---|---|---|
LotName | string |
None. |
|
LotAddress | string |
None. |
|
LotCity | string |
None. |
|
LotState | string |
None. |
|
LotZip | string |
None. |
|
LotPhone | string |
None. |
|
LotFax | string |
None. |
|
LotContactPerson | string |
None. |
|
LotTaxReg | string |
None. |
|
LotMVR | string |
None. |
|
LotMVNumber | string |
None. |
|
LotStateRegistration | string |
None. |
|
DealerFee | decimal number |
None. |
|
TagAgencyFee | decimal number |
None. |
|
TagFee | decimal number |
None. |
|
RegistrationFee | decimal number |
None. |
|
TitleFee | decimal number |
None. |
|
BHPHInHouse | boolean |
None. |
|
PackCost | decimal number |
None. |
|
LotTimezone | integer |
None. |
|
LotDLN | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "LotName": "sample string 1", "LotAddress": "sample string 2", "LotCity": "sample string 3", "LotState": "sample string 4", "LotZip": "sample string 5", "LotPhone": "sample string 6", "LotFax": "sample string 7", "LotContactPerson": "sample string 8", "LotTaxReg": "sample string 9", "LotMVR": "sample string 10", "LotMVNumber": "sample string 11", "LotStateRegistration": "sample string 12", "DealerFee": 13.0, "TagAgencyFee": 14.0, "TagFee": 15.0, "RegistrationFee": 16.0, "TitleFee": 17.0, "BHPHInHouse": true, "PackCost": 19.0, "LotTimezone": 1, "LotDLN": "sample string 20" }
application/xml, text/xml
Sample:
<LotSubModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automatrix.DMS.Business.Entities.SubModels"> <BHPHInHouse>true</BHPHInHouse> <DealerFee>13</DealerFee> <LotAddress>sample string 2</LotAddress> <LotCity>sample string 3</LotCity> <LotContactPerson>sample string 8</LotContactPerson> <LotDLN>sample string 20</LotDLN> <LotFax>sample string 7</LotFax> <LotMVNumber>sample string 11</LotMVNumber> <LotMVR>sample string 10</LotMVR> <LotName>sample string 1</LotName> <LotPhone>sample string 6</LotPhone> <LotState>sample string 4</LotState> <LotStateRegistration>sample string 12</LotStateRegistration> <LotTaxReg>sample string 9</LotTaxReg> <LotTimezone>1</LotTimezone> <LotZip>sample string 5</LotZip> <PackCost>19</PackCost> <RegistrationFee>16</RegistrationFee> <TagAgencyFee>14</TagAgencyFee> <TagFee>15</TagFee> <TitleFee>17</TitleFee> </LotSubModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |