DELETE api/crm/product

Request Information

URI Parameters

None.

Body Parameters

ProductRegistration
NameDescriptionTypeAdditional information
ProductSerialNumber

string

None.

Email

string

None.

DatePurchased

date

None.

TestRide

boolean

None.

TestRideLocation

string

None.

PromotionType

string

None.

PromotionEngagement

boolean

None.

ConsumerID

globally unique identifier

None.

ConsumerIDName

string

None.

BrandID

globally unique identifier

None.

BrandIDName

string

None.

Model

string

None.

ShopName

string

None.

ImagePath

string

None.

Status

integer

None.

BikeMileStone

integer

None.

BikeOdometer

decimal number

None.

StatusText

string

None.

BikeMileStoneText

string

None.

BikeOdometerText

string

None.

EntityID

globally unique identifier

None.

IsRegistered

boolean

None.

UnitOfMeasurement

integer

None.

UnitOfMeasurementText

string

None.

WebsiteGroup

integer

None.

WebsiteGroupText

string

None.

AddressLine1

string

None.

AddressLine2

string

None.

IsPrimaryAddress

boolean

None.

City

string

None.

State

string

None.

Country

string

None.

PostalCode

string

None.

OauthSource

integer

None.

OauthSourceText

string

None.

SourceSite

integer

None.

SourceSiteText

string

None.

BatteryKeyNumber

string

None.

SourceWebsiteGroup

integer

None.

Sku

string

None.

ProductType

string

None.

Platform

string

None.

Size

string

None.

Color

string

None.

UserReportedModel

string

None.

UserReportedSize

string

None.

UserReportedColor

string

None.

Wheel

string

None.

RegionalDateFormat

string

None.

ShopSoldTo

string

None.

ShopShipTo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "productSerialNumber": "sample string 1",
  "email": "sample string 2",
  "datePurchased": "2026-04-12T22:49:47.7678942-07:00",
  "testRide": true,
  "testRideLocation": "sample string 4",
  "promotionType": "sample string 5",
  "promotionEngagement": true,
  "consumerID": "8c4b5280-dbd2-4389-be0a-0352b5709ecc",
  "consumerIDName": "sample string 7",
  "brandID": "ab6fc66b-6e33-45a1-a74e-f1432da3884c",
  "brandIDName": "sample string 9",
  "model": "sample string 10",
  "shopName": "sample string 11",
  "imagePath": "sample string 12",
  "status": 1,
  "bikeMileStone": 1,
  "bikeOdometer": 1.0,
  "statusText": "sample string 13",
  "bikeMileStoneText": "sample string 14",
  "bikeOdometerText": "sample string 15",
  "entityID": "7d0e8884-65b4-4a5a-b137-781430a4fbb5",
  "isRegistered": true,
  "unitOfMeasurement": 1,
  "unitOfMeasurementText": "sample string 17",
  "websiteGroup": 1,
  "websiteGroupText": "sample string 18",
  "addressLine1": "sample string 19",
  "addressLine2": "sample string 20",
  "isPrimaryAddress": true,
  "city": "sample string 21",
  "state": "sample string 22",
  "country": "sample string 23",
  "postalCode": "sample string 24",
  "oauthSource": 1,
  "oauthSourceText": "sample string 25",
  "sourceSite": 26,
  "sourceSiteText": "sample string 27",
  "batteryKeyNumber": "sample string 28",
  "sourceWebsiteGroup": 29,
  "sku": "sample string 30",
  "productType": "sample string 31",
  "platform": "sample string 32",
  "size": "sample string 33",
  "color": "sample string 34",
  "userReportedModel": "sample string 35",
  "userReportedSize": "sample string 36",
  "userReportedColor": "sample string 37",
  "wheel": "sample string 38",
  "regionalDateFormat": "sample string 39",
  "shopSoldTo": "sample string 40",
  "shopShipTo": "sample string 41"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.