Hello
Do you validate fax numbers ? I've sent fax on number "adada!!!" and get
"adada!!!"
"job_state": [ "Complete", "Posted" ],
Is it ok ?
Thanks
Yes, job_state is correct. Actual status is shown in delivery_attempts like below.
"delivery_attempts": [
{
"state": "Cancelled",
"gamma_code": 5104,
}
Thank you, and the last one.
In the example and in a documentation(https://developer.opentext.com/apis/99b857ce-b749-4061-bc63-8a077e3a0818/Cloud%20Fax#tag/Fax-status/paths/~1mra~1v1~1outbound~1faxes~1status~1/get)
delivery_attempts is a object but in a fact - array of objects
Yes, It would be corrected in next document revision.
And the last last one )
If delivery attempts is an array of objects. What is about order of this array? I mean the last attempt - is it last element of array or first ?
Thank you again
last attempt is last element of array!!