Xero · Example Payload

Xero Createrepeatinginvoiceattachmentbyfilename Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Createrepeatinginvoiceattachmentbyfilename 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": "createRepeatingInvoiceAttachmentByFileName",
  "method": "PUT",
  "path": "/RepeatingInvoices/{RepeatingInvoiceID}/Attachments/{FileName}",
  "summary": "Xero Creates an attachment from a specific repeating invoices by file name",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "219de8c0-ee70-48af-a000-594eba14b417",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1553805866696)/",
        "Attachments": [
          {
            "AttachmentID": "e078e56c-9a2b-4f6c-a1fa-5d19b0dab611",
            "FileName": "foobar.jpg",
            "Url": "https://api.xero.com/api.xro/2.0/RepeatingInvoices/428c0d75-909f-4b04-8403-a48dc27283b0/Attachments/foobar.jpg",
            "MimeType": "image/jpg",
            "ContentLength": 2878711
          }
        ]
      }
    }
  ]
}