v1

latestOpenAPI 3.0.12026-07-266184114.0 KB
Outbox

Bulk update outbox faxes

Bulk update multiple outbox fax records (update comment). Maximum 100 outbox fax IDs per request. Duplicate IDs are automatically ignored. Jobs in 'sending' status cannot be updated and will return a 409 status code. (Permitted scopes: fax:all:edit, fax:fax:edit)

put/accounts/{user_id}/outbox

Path parameters

user_idstring required

User ID. Use 'self' for your own account, or provide a specific user ID for corporate member accounts.

Request body

idsstring[] required

List of outbox fax IDs to update (1-100 unique IDs). Duplicates are automatically ignored.

commentstring required

Comment text to set for all outbox faxes. Send empty string to remove comment.

Response

Response containing bulk operation results for outbox faxes