Example Response JSON

JavaScript Copy imageCopy
HTTP/1.1 200 OK 
Content-Type: "application/json; charset=utf-8" 
Content-Length: length 
x-ch-execution-time: 0
x-ch-activity-id: "ACTIVITY IDENTIFIER RETURNED"

{
    "GetFaxBroadcastStatusResponse": {
        "return": false,
        "RecipientStatusList": [
            {
            "FaxJobId": "",
            "RecipientId": 0,
            "RecipientStatusId": 0,
            "RecipientStatusDescription": "",
            "RecipientName": "",
            "RecipientCompanyName": "",
            "DeliveryAttempts": 0,
            "DeliveryDuration": 0,
            "DeliverySpeed": 0,
            "ReceiveCSID": "",
            "PageCount": 0,
            "FaxNumber": "",
            "StartDate": "",
            "EndDate": ""
            }
        ],
        "WSError": {
            "ErrorCode": 0,
            "ErrorString": ""
        }
    }
}

See Also