Hello,
I am using broadcasting to send the same fax to a list of fax numbers.
Later I am calling JobSummary web service to get status of the job.
It returns status in a JobSummaryResult object and I have two items which contain fax statuses
JobSummaryData[0].JobState[0] // state="complited"
JobSummaryData[0].JobState[1] // state="Posted"
But both this objects does not contain fax number, so I can't tell which fax was succed and which was not.
How can I understand what status belongs to what fax number? I looked in all properties of retunred object, but I can't see fax number there. Is it some property which I can setup during submission?