Topic 4

Additional Customer Fields Create (topic 4) is triggered when an additional customer field is created for a customer.

Payload

Loyale sends an HTTP POST whose JSON body is a AdditionalCustomerFieldsResultView.

PropertyTypeNotes
customerIdstringCustomer identifier
iduuid | nullAdditional-field identifier
schemeIduuid | nullScheme identifier
namestring | nullDisplay name
keystring | nullField key
valuestring | nullField value
updatedDatedate-timeUTC
createdDatedate-timeUTC
internalbooleanWhether the field is internal
createdBystring | null
updatedBystring | null

What’s Next