ProformaInvoiceIssuedEmail
Tělo požadavku pro odeslání dokladu e-mailem.
messagestringpovinné
Text zprávy.
např.Dobrý den, v příloze zasíláme zálohovou fakturu.recipientstring[]povinné
Adresy příjemců.
např.["recipient1@example.org","recipient2@example.org"]hidden_copystring[]
Adresy skrytých příjemců.
např.["no-reply@example.org"]attach_pdfboolean
Připojit PDF dokladu.
ProformaInvoiceIssuedEmail
{
"message": "Dobrý den, v příloze zasíláme zálohovou fakturu.",
"recipient": [
"recipient1@example.org",
"recipient2@example.org"
],
"hidden_copy": [
"no-reply@example.org"
],
"attach_pdf": true
}