Customer id
Example:10000
Delivery Address id
Sample request:
PUT /customers/1/deliveryaddresses/2
{
"first_name": "John",
"last_name": "Smith",
"company": "Melbourne School",
"address_line1": "1 Any Street",
"address_line2": "2 Any Street",
"suburb": "Melbourne",
"state": "VIC",
"postcode": "4000",
"country": "Australia",
"phone": "0458245689",
"mobile": "0458245689",
"default": false
}
Customer id
Example:10000
Delivery Address id
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Delivery Address model
Returns updated Delivery Address
Delivery Address model
Country
Country Code
State
Suburb
Address line 1
Address line 2
Post code
Company
Mobile phone
Phone
First name
Last Name
Identifier
Is Default
Modified on
Searches Customer Survey Segments by parameters
Order by.
Available field name values: id (default), active, name
Available direction values: asc, desc.
Example: name desc
Filter by.
Available field name values: id, active, name
In string values: ‘|’ and ‘,’ characters have to be escaped with slash, i.e. ‘\,’ ‘\|’
For operators that support multiple values (in, notin): multiple values are delimited using ‘|’ character
Available operators:
eq - Equal
neq - Not equals
lt - Less
lte - Less or equal
gt - Greater
gte - Greater or equal
in - In
notin - Not In
contains - Contains
isnull - Is Null
isnullorempty - Is Null Or Empty
isnotnull - Is Not Null
startswith - Starts with
endswith - Ends with
doesnotcontain - Does not contain
For non-nullable fields operators isnull and isnotnull are unavailable
For dates operators: contains, startswith, endswith, doesnotcontain, isnullorempty are unavailable
For strings operators: lt, lte, gt, gte are unavailable
Example: id:eq:19
Format - int32.
>= 1<= 100000
Format - int32.
>= 1<= 2147483647
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Paging Response with Customer Survey Segments data
Customer segment group model
Gets Customer Survey Segment by id
Customer Survey Segment id
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Returns found Customer Survey Segment
Customer segment group model
Customer Segment Group Identifier
Name
Active status
Customer segment option model
Searches Options by Customer Survey Segment id and other parameters
Order by
Available field name values: id (default), name
Available direction values: asc, desc
Example: name desc
Filter by.
Available field name values: id, name
In string values: ‘|’ and ‘,’ characters have to be escaped with slash, i.e. ‘\,’ ‘\|’
For operators that support multiple values (in, notin): multiple values are delimited using ‘|’ character
Available operators:
eq - Equal
neq - Not equals
lt - Less
lte - Less or equal
gt - Greater
gte - Greater or equal
in - In
notin - Not In
contains - Contains
isnull - Is Null
isnullorempty - Is Null Or Empty
isnotnull - Is Not Null
startswith - Starts with
endswith - Ends with
doesnotcontain - Does not contain
For non-nullable fields operators isnull and isnotnull are unavailable
For dates operators: contains, startswith, endswith, doesnotcontain, isnullorempty are unavailable
For strings operators: lt, lte, gt, gte are unavailable
Example: id:eq:19
Format - int32.
>= 1<= 100000
Format - int32.
>= 1<= 2147483647
Customer Survey Segment Id
Api subscription key
Default:no-cache
Bearer token for authorization (e.g., Bearer )
Paging Response with Customer Survey Segment Options data
Customer segment option model