Skip to content

Instantly share code, notes, and snippets.

View artem-tkachuck's full-sized avatar

Artem Tkachuck artem-tkachuck

View GitHub Profile
var $actionBox = '#search';
var $contentBox = '#customer';
var $location = window.location;
var $hash = $location.hash.replace(/#/g, "").trim();
var $deeplink = getDeepLinkParams($hash);
/** Check Deeplink */
if ($deeplink.customer) {
applyCustomer(false, $deeplink.customer);
@artem-tkachuck
artem-tkachuck / request.json
Last active April 29, 2016 15:23
Customer API Request Example @call.colibo.de
{
"display_name": "Christine Fink",
"birthday": "2016-01-02",
"gender": "female",
"source_external_id": "FG98765435-k",
"addresses": [
{
"name": "home",
"is_main": true,
"firstname": "Christine",