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.
| Property | Type | Notes |
|---|---|---|
customerId | string | Customer identifier |
id | uuid | null | Additional-field identifier |
schemeId | uuid | null | Scheme identifier |
name | string | null | Display name |
key | string | null | Field key |
value | string | null | Field value |
updatedDate | date-time | UTC |
createdDate | date-time | UTC |
internal | boolean | Whether the field is internal |
createdBy | string | null | |
updatedBy | string | null |
Updated 6 days ago