All Verbs | /service/CreateKlaviyoProfile |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
query | string | No | ||
Phone | query | string | No | |
ExternalId | query | string | No | |
FirstName | query | string | No | |
LastName | query | string | No | |
Organization | query | string | No | |
Address1 | query | string | No | |
Address2 | query | string | No | |
City | query | string | No | |
Region | query | string | No | |
Zip | query | string | No | |
Country | query | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=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
}