HomeGuidesAPIsReleasesDownloadsDeveloperEvents
Log In
Guides
These docs are for v2024.02. Click to read the latest docs for v2025.03.01.

SERVICE_CREDIT_CONTROL_EXIT

{ "type" : "object", "description": "Data used for SERVICE_CREDIT_CONTROL_ENTRY and SERVICE_CREDIT_CONTROL_EXIT", "properties" : { "customerId" : { "type" : "string" }, "externalUniqueIdentifier" : { "type" : "string" }, "username" : { "type" : "string" }, "email" : { "type" : "string" }, "title" : { "type" : "string" }, "firstName" : { "type" : "string" }, "lastName" : { "type" : "string" }, "dateOfBirth" : { "type" : "string", "format" : "date-time" }, "countryCode" : { "type" : "string" }, "postCode" : { "type" : "string" }, "consents" : { "type" : "object", "properties" : { "contactMethods" : { "type" : "array", "items" : { "type" : "string" } }, "consentPrefs" : { "type" : "array", "items" : { "type" : "string" } } } }, "customAttributes" : { "type" : "array", "items" : { "type" : "object", "properties" : { "name" : { "type" : "string" }, "value" : { "type" : "string" } } } }, "product" : { "type" : "string" }, "referrerId" : { "type" : "string" }, "orderId" : { "type" : "number" }, "balance" : { "type" : "number" }, "billDate" : { "type" : "string", "format" : "date-time" }, "minimumTermDuration" : { "type" : "integer" }, "minimumTermUnit" : { "type" : "string" }, "termEndDate" : { "type" : "string", "format" : "date-time" } }, "required": ["customerId", "username", "email", "title", "firstName", "lastName", "countryCode", "consents", "product", "orderId", "balance", "billDate"] }

Did this page help you?