EMUN1 ASP.NET

<back to all web services

DeleteMailchimpStore

Requires Authentication
The following routes are available for this service:
All Verbs/service/DeleteMailchimpStore
DeleteMailchimpStore Parameters:
NameParameterData TypeRequiredDescription
IdquerystringNo
Store Parameters:
NameParameterData TypeRequiredDescription
AddressformStoreAddressNo
CreatedAtformDateTime?No
CurrencyCodeformCurrencyCodeNo
PlatformformstringNo
IsSyncingformboolNo
DomainformstringNo
EmailAddressformstringNo
IdformstringNo
LinksformIEnumerable<Link>No
ListIdformstringNo
MoneyFormatformstringNo
NameformstringNo
PhoneformstringNo
PrimaryLocaleformstringNo
TimezoneformstringNo
UpdatedAtformDateTime?No
StoreAddress Parameters:
NameParameterData TypeRequiredDescription
LatitudeformintNo
LongitudeformintNo
Address Parameters:
NameParameterData TypeRequiredDescription
Address1formstringNo
Address2formstringNo
CityformstringNo
CountryformstringNo
CountryCodeformstringNo
PostalCodeformstringNo
ProvinceformstringNo
ProvinceCodeformstringNo
Link Parameters:
NameParameterData TypeRequiredDescription
HrefformstringNo
MethodformMethodNo
RelformstringNo
SchemaformstringNo
TargetSchemaformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /service/DeleteMailchimpStore HTTP/1.1 
Host: www.bernhardthospitality.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	id: String,
	address: 
	{
		latitude: 0,
		longitude: 0,
		address1: String,
		address2: String,
		city: String,
		country: String,
		countryCode: String,
		postalCode: String,
		province: String,
		provinceCode: String
	},
	createdAt: 0001-01-01,
	currencyCode: AED,
	platform: String,
	isSyncing: False,
	domain: String,
	emailAddress: String,
	listId: String,
	moneyFormat: String,
	name: String,
	phone: String,
	primaryLocale: String,
	timezone: String,
	updatedAt: 0001-01-01
}