SERVICE_CUSTOMER_ANONYMISED
{
"type" : "object",
"properties" : {
"customerId" : {
"type" : "string"
},
"externalUniqueIdentifier" : {
"type" : "string"
},
"username" : {
"type" : "string"
},
"lastName" : {
"type" : "string"
},
"active" : {
"type" : "boolean"
},
},
"required": ["customerId", "username", "lastName", "active"]
}
Updated 10 months ago