Request for API Request with CWAAS
{
"type" : "record",
"name" : "cwaasRequest",
"namespace" : "com.data.avro",
"fields" : [ {
"name" : "idType",
"type" : "string"
}, {
"name" : "idValue",
"type" : "string"
}, {
"name" : "sourceCd",
"type" : ["string","null"],
"default" : ""
}, {
"name" : "responseFormat",
"type" : ["string","null"],
"default" : ""
}, {
"name" : "appId",
"type" : "string"
} ]
}