Xero · Example Payload

Xero Emailinvoice Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Emailinvoice Example is an example object payload from Xero, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "emailInvoice",
  "method": "POST",
  "path": "/Invoices/{InvoiceID}/Email",
  "summary": "Xero Sends a copy of a specific invoice to related contact via email",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {}
    }
  ],
  "responseExamples": []
}