Hide batch

Hide a batch from listing in queries. (There is no way to unhide a transaction). Hiding a batch also hides all its child faxes.

POST /outbound/batches/{id}/hide

Arguments

Name (bold if mandatory) Type Comments Default
id Number Transaction ID of batch to be hidden None, mandatory.

Response

Standard HTTP reponse codes apply.

Sample Calls

Raw HTTP


POST /outbound/batches/280103726/hide HTTP/1.1
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
Host: rest.interfax.net

cURL


curl "https://rest.interfax.net/outbound/batches/280103726/hide" ^
   -X POST ^
   -H content-length:0 ^
   -u username:password