I'm trying to submit a job through the API that will send phone messages to customers. I only need to use one message for this job, and the message is in a wav file. When I execute my code, I get the following exception:
There was an error generating the XML document.
InnerException: Value of ItemElementName mismatches the type of System.String; you need to set it to ListCreateDemo.EasyLinkJobSubmit.ItemChoiceType.@DocUrl
I've tried renaming it, but the exception still occurs
The code in question is attached to this post.
Any advice would be appreciated.