POST api/CRM/SaveWishlist

Add/Update Wishlist

Request Information

URI Parameters

None.

Body Parameters

Wishlist
NameDescriptionTypeAdditional information
WishListID

integer

None.

Year

integer

None.

ModelYear

integer

None.

ModelID

integer

None.

UserID

integer

None.

AddedDate

date

None.

ExpirationDate

date

None.

UserAlert

boolean

None.

CustomerAlert

boolean

None.

Memo

string

None.

MakeID

integer

None.

By

string

None.

BusinessID

integer

None.

IsVehicleOfInterest

boolean

None.

ColorID

integer

None.

VehicleInterestID

integer

None.

IsRemoved

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "WishListID": 1,
  "Year": 2,
  "ModelYear": 3,
  "ModelID": 4,
  "UserID": 5,
  "AddedDate": "2025-05-11T13:35:26.7037668-04:00",
  "ExpirationDate": "2025-05-11T13:35:26.7037668-04:00",
  "UserAlert": true,
  "CustomerAlert": true,
  "Memo": "sample string 10",
  "MakeID": 11,
  "By": "sample string 12",
  "BusinessID": 13,
  "IsVehicleOfInterest": true,
  "ColorID": 15,
  "VehicleInterestID": 16,
  "IsRemoved": true
}

application/xml, text/xml

Sample:
<Wishlist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DC.Core.Model">
  <AddedDate>2025-05-11T13:35:26.7037668-04:00</AddedDate>
  <BusinessID>13</BusinessID>
  <By>sample string 12</By>
  <ColorID>15</ColorID>
  <CustomerAlert>true</CustomerAlert>
  <ExpirationDate>2025-05-11T13:35:26.7037668-04:00</ExpirationDate>
  <IsRemoved>true</IsRemoved>
  <IsVehicleOfInterest>true</IsVehicleOfInterest>
  <MakeID>11</MakeID>
  <Memo>sample string 10</Memo>
  <ModelID>4</ModelID>
  <ModelYear>3</ModelYear>
  <UserAlert>true</UserAlert>
  <UserID>5</UserID>
  <VehicleInterestID>16</VehicleInterestID>
  <WishListID>1</WishListID>
  <Year>2</Year>
</Wishlist>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Wishlist
NameDescriptionTypeAdditional information
WishListID

integer

None.

Year

integer

None.

ModelYear

integer

None.

ModelID

integer

None.

UserID

integer

None.

AddedDate

date

None.

ExpirationDate

date

None.

UserAlert

boolean

None.

CustomerAlert

boolean

None.

Memo

string

None.

MakeID

integer

None.

By

string

None.

BusinessID

integer

None.

IsVehicleOfInterest

boolean

None.

ColorID

integer

None.

VehicleInterestID

integer

None.

IsRemoved

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "WishListID": 1,
  "Year": 2,
  "ModelYear": 3,
  "ModelID": 4,
  "UserID": 5,
  "AddedDate": "2025-05-11T13:35:26.7037668-04:00",
  "ExpirationDate": "2025-05-11T13:35:26.7037668-04:00",
  "UserAlert": true,
  "CustomerAlert": true,
  "Memo": "sample string 10",
  "MakeID": 11,
  "By": "sample string 12",
  "BusinessID": 13,
  "IsVehicleOfInterest": true,
  "ColorID": 15,
  "VehicleInterestID": 16,
  "IsRemoved": true
}

application/xml, text/xml

Sample:
<Wishlist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DC.Core.Model">
  <AddedDate>2025-05-11T13:35:26.7037668-04:00</AddedDate>
  <BusinessID>13</BusinessID>
  <By>sample string 12</By>
  <ColorID>15</ColorID>
  <CustomerAlert>true</CustomerAlert>
  <ExpirationDate>2025-05-11T13:35:26.7037668-04:00</ExpirationDate>
  <IsRemoved>true</IsRemoved>
  <IsVehicleOfInterest>true</IsVehicleOfInterest>
  <MakeID>11</MakeID>
  <Memo>sample string 10</Memo>
  <ModelID>4</ModelID>
  <ModelYear>3</ModelYear>
  <UserAlert>true</UserAlert>
  <UserID>5</UserID>
  <VehicleInterestID>16</VehicleInterestID>
  <WishListID>1</WishListID>
  <Year>2</Year>
</Wishlist>