SERVICE_BULK_RAF_COUNT_UPDATE_CUSTOMERS
{
"type" : "object",
"properties" : {
"previousRafCount" : {
"type" : "string"
},
"newRafCount" : {
"type" : "string"
}
},
"required": ["previousRafCount", "newRafCount"]
}
Updated 10 months ago