Xero · Example Payload

Xero Updatereceiptattachmentbyfilename Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Updatereceiptattachmentbyfilename 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": "updateReceiptAttachmentByFileName",
  "method": "POST",
  "path": "/Receipts/{ReceiptID}/Attachments/{FileName}",
  "summary": "Xero Updates a specific attachment on a specific expense claim receipts by file name",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "aeca1ea8-8fd9-4757-96a6-397dc4957a69",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1552686602761)/",
        "Attachments": [
          {
            "AttachmentID": "e02a84f6-b83a-4983-b3b9-35cd8880c7bc",
            "FileName": "HelloWorld.jpg",
            "Url": "https://api.xero.com/api.xro/2.0/Receipts/a44fd147-af4e-4fe8-a09a-55332df74162/Attachments/HelloWorld.jpg",
            "MimeType": "image/jpg",
            "ContentLength": 2878711
          }
        ]
      }
    }
  ]
}