Xero · Example Payload

Xero Getonlineinvoice Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getonlineinvoice 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": "getOnlineInvoice",
  "method": "GET",
  "path": "/Invoices/{InvoiceID}/OnlineInvoice",
  "summary": "Xero Retrieves a URL to an online invoice",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "d20705fb-fe1c-4366-835b-98de7474da3c",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1552331100745)/",
        "OnlineInvoices": [
          {
            "OnlineInvoiceUrl": "https://in.xero.com/bCWCCfytGdTXoJam9HENWlQt07G6zcDaj4gQojHu"
          }
        ]
      }
    }
  ]
}