NetworkIVRList
A Network IVR List is represented as a JSON Object as shown in the following example.
{
"ClientsID": 1,
"ID": 9,
"Name": "Campaign List"
}
NetworkIVRListEntry
A Network IVR List entry is represented as a JSON Object as shown in the following example.
{
"Field1": "Value 1",
"Field2": "Value 2",
"Field3" : "Value 3",
"Field4": "Value 4",
"ExtraData": "Extra Data Value (LONGTEXT)",
"bMarkedForSend": null,
"ID": 22,
"NetworkIVRListsID": 9
}