DELETE api/Dealer/Action/Delete
Delete
Request Information
URI Parameters
None.
Body Parameters
DealerVMName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
DealerName | string |
None. |
|
WebsiteURL | string |
None. |
|
LogoImageURL | string |
None. |
|
Phone | string |
None. |
|
string |
None. |
||
Address | string |
None. |
|
TimeZone | string |
None. |
|
Fax | string |
None. |
|
DealerServices | string |
None. |
|
SubscriptionDate | date |
None. |
|
Status | string |
None. |
|
UrlInstall | string |
None. |
|
ContactEmail | string |
None. |
|
FromEmail | string |
None. |
|
SMTPServer | string |
None. |
|
SMTPPort | string |
None. |
|
FromEmailPassword | string |
None. |
|
DealerMargin | decimal number |
None. |
|
WebVersion | string |
None. |
|
ShareWholeSalerInfo | boolean |
None. |
|
MultiPriceSelect | boolean |
None. |
|
ManagerMustApprove | boolean |
None. |
|
CarHistoryRptURL | string |
None. |
|
CarHistoryReports | Collection of CarHistoryReports |
None. |
|
DealerCode | string |
None. |
|
EmailToCustomer | boolean |
None. |
|
AllFieldsCustomer | Collection of string |
None. |
|
CustomerMF | Collection of string |
None. |
|
AllFieldsVehicle | Collection of string |
None. |
|
VehicleMF | Collection of string |
None. |
|
LicenseScan | boolean |
None. |
|
LicenceRegion | string |
None. |
|
SendSMSToWholeSaler | boolean |
None. |
|
SendPriceToSalesExecutive | boolean |
None. |
|
SendEmailToSalesExecutive | boolean |
None. |
|
OtherEmailAddresses | string |
None. |
|
CarRegUserName | string |
None. |
|
CarRegMethodName | string |
None. |
|
PhoneOrEmail | boolean |
None. |
|
DealerGroupId | integer |
None. |
|
PriceDetail | boolean |
None. |
|
DealerRePricing | boolean |
None. |
|
EvaluatorRePricing | boolean |
None. |
|
CurrencyId | integer |
None. |
|
LicenseRegionSelectionEnabled | boolean |
None. |
|
ShowIncompleteTradeInEditPrice | boolean |
None. |
|
DemoDealer | boolean |
None. |
|
NevdisRegScan | boolean |
None. |
|
NevdisVinScan | boolean |
None. |
|
Country | string |
None. |
|
FieldsSettings | string |
None. |
|
FieldsList | Collection of FieldsVM |
None. |
|
ShowEvaluatorDetails | boolean |
None. |
|
ShowWholeSalerNotes | boolean |
None. |
|
ShowStatusNotes | boolean |
None. |
|
FromEmailName | string |
None. |
|
FromEmailUser | string |
None. |
|
EmailSSL | boolean |
None. |
|
MotorWebNewZealand | boolean |
None. |
|
Type | string |
None. |
|
OtherEmailAddress | Collection of string |
None. |
|
CanEditPriceOnWholesalerBehalf | boolean |
None. |
|
RequestPricingFromWeb | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "DealerName": "sample string 2", "WebsiteURL": "sample string 3", "LogoImageURL": "sample string 4", "Phone": "sample string 5", "Email": "sample string 6", "Address": "sample string 7", "TimeZone": "sample string 8", "Fax": "sample string 9", "DealerServices": "sample string 10", "SubscriptionDate": "2024-12-23T14:36:20.6583499Z", "Status": "sample string 11", "UrlInstall": "sample string 12", "ContactEmail": "sample string 13", "FromEmail": "sample string 14", "SMTPServer": "sample string 15", "SMTPPort": "sample string 16", "FromEmailPassword": "sample string 17", "DealerMargin": 1.0, "WebVersion": "sample string 18", "ShareWholeSalerInfo": true, "MultiPriceSelect": true, "ManagerMustApprove": true, "CarHistoryRptURL": "sample string 19", "CarHistoryReports": [ { "Name": "sample string 1", "Value": "sample string 2" }, { "Name": "sample string 1", "Value": "sample string 2" } ], "DealerCode": "sample string 20", "EmailToCustomer": true, "AllFieldsCustomer": [ "sample string 1", "sample string 2" ], "CustomerMF": [ "sample string 1", "sample string 2" ], "AllFieldsVehicle": [ "sample string 1", "sample string 2" ], "VehicleMF": [ "sample string 1", "sample string 2" ], "LicenseScan": true, "LicenceRegion": "sample string 21", "SendSMSToWholeSaler": true, "SendPriceToSalesExecutive": true, "SendEmailToSalesExecutive": true, "OtherEmailAddresses": "sample string 22", "CarRegUserName": "sample string 23", "CarRegMethodName": "sample string 24", "PhoneOrEmail": true, "DealerGroupId": 1, "PriceDetail": true, "DealerRePricing": true, "EvaluatorRePricing": true, "CurrencyId": 1, "LicenseRegionSelectionEnabled": true, "ShowIncompleteTradeInEditPrice": true, "DemoDealer": true, "NevdisRegScan": true, "NevdisVinScan": true, "Country": "sample string 25", "FieldsSettings": "sample string 26", "FieldsList": [ { "Name": "sample string 1", "Value": "sample string 2" }, { "Name": "sample string 1", "Value": "sample string 2" } ], "ShowEvaluatorDetails": true, "ShowWholeSalerNotes": true, "ShowStatusNotes": true, "FromEmailName": "sample string 27", "FromEmailUser": "sample string 28", "EmailSSL": true, "MotorWebNewZealand": true, "Type": "sample string 29", "OtherEmailAddress": [ "sample string 1", "sample string 2" ], "CanEditPriceOnWholesalerBehalf": true, "RequestPricingFromWeb": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageVMName | Description | Type | Additional information |
---|---|---|---|
success | boolean |
None. |
|
message | string |
None. |
|
data | Object |
None. |
|
total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2", "data": {}, "total": 4 }