Authorizations
Oauth 2.0 authentication
Path Parameters
The ID of the draft invoice to delete.
2147483647
Body
The email or SMS notification to send to the payer when they send an invoice..
The email or SMS notification to send to the invoicer or payer on sending an invoice.
The subject of the email that is sent as a notification to the recipient.<blockquote><strong>Note:</strong> User-provided values for this field will not be honored and the subject will always be defaulted to a system-defined value.</blockquote>
4000
A note to the payer.<blockquote><strong>Note:</strong> User-provided values for this field will not be honored and the note will always be defaulted to a system-defined value.</blockquote>
4000
Indicates whether to send a copy of the email to the merchant.
Indicates whether to send a copy of the email to the recipient.
An array of one or more CC: emails to which notifications are sent. If you omit this parameter, a notification is sent to all CC: email addresses that are part of the invoice.<blockquote><strong>Note:</strong> Valid values are email addresses in the additional_recipients
value associated with the invoice.</blockquote>
100
The internationalized email address.<blockquote><strong>Note:</strong> Up to 64 characters are allowed before and 255 characters are allowed after the <code>@</code> sign. However, the generally accepted maximum length for an email address is 254 characters. The pattern verifies that an unquoted <code>@</code> sign exists.</blockquote>
Response
A successful request returns the HTTP 200 OK
when the invoice issue date is current date.
The request-related HATEOAS link information.
The complete target URL. To make the related call, combine the method with this URI Template-formatted link. For pre-processing, include the $
, (
, and )
characters. The href
is the key HATEOAS component that links a completed call with a subsequent call.
The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link. See Link Relations.
The HTTP method required to make the related call.
GET
, POST
, PUT
, DELETE
, HEAD
, CONNECT
, OPTIONS
, PATCH