POST api/Inventory/SaveVehicleInternetMarketing?VehicleID={VehicleID}
Add/Update vehicle internet marketing.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
VehicleID | integer |
Required |
Body Parameters
InternetMarketingName | Description | Type | Additional information |
---|---|---|---|
VehicleID | integer |
None. |
|
SpotLight | boolean |
None. |
|
Featured | boolean |
None. |
|
Financed | boolean |
None. |
|
Certified | boolean |
None. |
|
LowMileage | boolean |
None. |
|
SalePending | boolean |
None. |
|
Warranty3MonthOR3000Miles | boolean |
None. |
|
ShowHighLights | boolean |
None. |
|
ReducedPrice | boolean |
None. |
|
UseRetailPrice | boolean |
None. |
|
ShowCarFaxReportLink | boolean |
None. |
|
HideCarFaxSnapshot | boolean |
None. |
|
SellerCommentID | integer |
None. |
|
SellerComment | string |
None. |
|
HighlightCommentID | integer |
None. |
|
HighlightComment | string |
None. |
|
IsPublished | boolean |
None. |
|
ReducedAmount | decimal number |
None. |
|
InternetPrice | decimal number |
None. |
|
RetailPrice | decimal number |
None. |
|
WholesalePrice | decimal number |
None. |
|
WholesaleLightID | enumWholesaleLight |
None. |
|
IsBlueForWholesale | boolean |
None. |
|
WholesaleComments | string |
None. |
|
IsSoldPublished | boolean |
None. |
|
KBBPrice | decimal number |
None. |
|
IsFrameDamage | boolean |
None. |
|
NoHagglePricing | boolean |
None. |
|
LocalTrade | boolean |
None. |
|
OperatorID | integer |
None. |
|
OperationDate | date |
None. |
|
MonthlyPayment | decimal number |
None. |
|
WarrantyTypeID | enumWarrantyType |
None. |
|
TitleStatusID | enumVehicleTitleStatusType |
None. |
|
ShowCarGurusLink | boolean |
None. |
|
LiveDate | date |
None. |
|
IsPosted | boolean |
None. |
|
VehicleNADAPrice | decimal number |
None. |
|
RequestWebPrice | boolean |
None. |
|
VideoLink | string |
None. |
|
ShowAutoCheckReport | boolean |
None. |
|
ShowGreenLightInspection | boolean |
None. |
|
DownPayment | decimal number |
None. |
|
SalePrice | decimal number |
None. |
|
MilitaryDiscount | boolean |
None. |
|
WatermarkID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "VehicleID": 1, "SpotLight": true, "Featured": true, "Financed": true, "Certified": true, "LowMileage": true, "SalePending": true, "Warranty3MonthOR3000Miles": true, "ShowHighLights": true, "ReducedPrice": true, "UseRetailPrice": true, "ShowCarFaxReportLink": true, "HideCarFaxSnapshot": true, "SellerCommentID": 1, "SellerComment": "sample string 14", "HighlightCommentID": 1, "HighlightComment": "sample string 15", "IsPublished": true, "ReducedAmount": 1.0, "InternetPrice": 17.0, "RetailPrice": 18.0, "WholesalePrice": 19.0, "WholesaleLightID": 1, "IsBlueForWholesale": true, "WholesaleComments": "sample string 21", "IsSoldPublished": true, "KBBPrice": 1.0, "IsFrameDamage": true, "NoHagglePricing": true, "LocalTrade": true, "OperatorID": 1, "OperationDate": "2025-05-11T12:25:28.8068044-04:00", "MonthlyPayment": 1.0, "WarrantyTypeID": 0, "TitleStatusID": 0, "ShowCarGurusLink": true, "LiveDate": "2025-05-11T12:25:28.8068044-04:00", "IsPosted": true, "VehicleNADAPrice": 1.0, "RequestWebPrice": true, "VideoLink": "sample string 29", "ShowAutoCheckReport": true, "ShowGreenLightInspection": true, "DownPayment": 1.0, "SalePrice": 1.0, "MilitaryDiscount": true, "WatermarkID": 1 }
application/xml, text/xml
Sample:
<InternetMarketing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DC.Core.Model"> <Certified>true</Certified> <DownPayment>1</DownPayment> <Featured>true</Featured> <Financed>true</Financed> <HideCarFaxSnapshot>true</HideCarFaxSnapshot> <HighlightComment>sample string 15</HighlightComment> <HighlightCommentID>1</HighlightCommentID> <InternetPrice>17</InternetPrice> <IsBlueForWholesale>true</IsBlueForWholesale> <IsFrameDamage>true</IsFrameDamage> <IsPosted>true</IsPosted> <IsPublished>true</IsPublished> <IsSoldPublished>true</IsSoldPublished> <KBBPrice>1</KBBPrice> <LiveDate>2025-05-11T12:25:28.8068044-04:00</LiveDate> <LocalTrade>true</LocalTrade> <LowMileage>true</LowMileage> <MilitaryDiscount>true</MilitaryDiscount> <MonthlyPayment>1</MonthlyPayment> <NoHagglePricing>true</NoHagglePricing> <OperationDate>2025-05-11T12:25:28.8068044-04:00</OperationDate> <OperatorID>1</OperatorID> <ReducedAmount>1</ReducedAmount> <ReducedPrice>true</ReducedPrice> <RequestWebPrice>true</RequestWebPrice> <RetailPrice>18</RetailPrice> <SalePending>true</SalePending> <SalePrice>1</SalePrice> <SellerComment>sample string 14</SellerComment> <SellerCommentID>1</SellerCommentID> <ShowAutoCheckReport>true</ShowAutoCheckReport> <ShowCarFaxReportLink>true</ShowCarFaxReportLink> <ShowCarGurusLink>true</ShowCarGurusLink> <ShowGreenLightInspection>true</ShowGreenLightInspection> <ShowHighLights>true</ShowHighLights> <SpotLight>true</SpotLight> <TitleStatusID>Clean</TitleStatusID> <UseRetailPrice>true</UseRetailPrice> <VehicleID>1</VehicleID> <VehicleNADAPrice>1</VehicleNADAPrice> <VideoLink>sample string 29</VideoLink> <Warranty3MonthOR3000Miles>true</Warranty3MonthOR3000Miles> <WarrantyTypeID>No_Warranty</WarrantyTypeID> <WatermarkID>1</WatermarkID> <WholesaleComments>sample string 21</WholesaleComments> <WholesaleLightID>Green_Ride_and_Drive</WholesaleLightID> <WholesalePrice>19</WholesalePrice> </InternetMarketing>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.