The customer reference for a product by account.
{
"action": "UPSERT",
"productCustomerReferenceRequest": {
"accountId": "12345678",
"productId": "3456789",
"customerRef": "fascinatingReference"
}
}
{
"action": "DELETE",
"productCustomerReferenceRequest": {
"accountId": "45454545",
"productId": "3456789"
}
}
The action to perform with the customer reference (UPSERT or DELETE)
Spark sends an event to the OpCo when the user is requesting for customer ref edit
- if the user is creating or updating a customer ref you will receive an upsert action
- if the user is deleting a customer ref you will receive a delete action
If the conditions in the "If" tab are respected, then the conditions in the "Then" tab should be respected. Otherwise, the conditions in the "Else" tab should be respected.
"UPSERT"
The identifier of the account
The customer ref for the product, Supported by all special chars respecting the pattern.
Must match regular expression:[a-zA-Z0-9_.+@() /$"=#,;'£\\:°*&%-]+
The product identifier, Supported by all special chars respecting the pattern.
Must match regular expression:[a-zA-Z0-9_.-]+