Mail a 1099-INT

POST
/v4/documents/1099-int/:documentId/mail

Mails a 1099-INT document.

Path parameters

documentIdstringRequired

The unique identifier for an existing document.

Headers

Idempotency-KeystringOptional

The unique key used to identify a request that has already been processed.

Request

This endpoint expects an object.
toobjectRequired

The mailing address of the recipient.

fromobjectRequired

The mailing address of the sender.

Response

OK

createdAtdatetime

The creation date and time of the mailing in ISO 8601 format.

fromobject

The mailing address of the sender.

idstring

The unique identifier for this mailing.

mailedFromIdstring

The documentId of the mailed document.

statusenum
Allowed values: CREATEDPROCESSING_FOR_DELIVERYIN_TRANSITDELIVEREDRETURNED_TO_SENDER

The status of the mailing.

toobject

The mailing address of the recipient.

urlstring

The URL to the mailed document.

userIdstringOptional

The unique identifier for a single end-user of your application.

Errors