Status queries
Use GetStateBasic to check delivery state and read the job response.
GetStateBasic
Response structure
ServiceResponse
├── ResponseCode Response code per response table (0 = OK)
└── ResponseText Response text per response table
JobResponse (only populated when ResponseCode = 0)
├── JobID JobID of the sent message
├── Address Recipient number
├── JobType Job type
├── SendState Send status
├── ErrorState Error status for fax. For other types, use SendState.
├── PointsUsed Number of credits consumed
└── FinishDate Date and time when the job was completedStandard webservice response
Parameter
Description
HTTP headers
Client request ID
Server request ID
Last updated
Was this helpful?
