SERVICE_CONTRACT_CONTRACT_CHANGE_WITHDRAWN
{
"type" : "object",
"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"
}
}
}
},
"referrerId" : {
"type" : "string"
},
"itemToRemove" : {
"type" : "string"
},
"dateOfChange" : {
"type" : "string",
"format" : "date-time"
},
"movementType" : {
"type" : "string"
},
"itemToRetain" : {
"type" : "string"
},
"withdrawalRequestDate" : {
"type" : "string",
"format" : "date-time"
},
"billingDate" : {
"type" : "string",
"format" : "date-time"
}
},
"required": ["customerId", "username", "email", "title", "firstName", "lastName", "countryCode", "consents", "itemToRemove", "dateOfChange", "movementType", "itemToRetain", "withdrawalRequestDate", "billingDate"]
}
Updated 10 months ago