EMUN1 ASP.NET

<back to all web services

CreateKlaviyoProfile

The following routes are available for this service:
All Verbs/service/CreateKlaviyoProfile
CreateKlaviyoProfile Parameters:
NameParameterData TypeRequiredDescription
EmailquerystringNo
PhonequerystringNo
ExternalIdquerystringNo
FirstNamequerystringNo
LastNamequerystringNo
OrganizationquerystringNo
Address1querystringNo
Address2querystringNo
CityquerystringNo
RegionquerystringNo
ZipquerystringNo
CountryquerystringNo

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/CreateKlaviyoProfile HTTP/1.1 
Host: www.bernhardt.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	email: String,
	phone: String,
	externalId: String,
	firstName: String,
	lastName: String,
	organization: String,
	address1: String,
	address2: String,
	city: String,
	region: String,
	zip: String,
	country: String
}