Xero · Example Payload

Xero Updatequoteattachmentbyfilename Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Updatequoteattachmentbyfilename 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": "updateQuoteAttachmentByFileName",
  "method": "POST",
  "path": "/Quotes/{QuoteID}/Attachments/{FileName}",
  "summary": "Xero Updates a specific attachment from a specific quote by filename",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "c8d6413a-1da2-4faa-9848-21f60443e906",
        "Status": "OK",
        "ProviderName": "Xero API Partner",
        "DateTimeUTC": "/Date(1550859714477)/",
        "Attachments": [
          {
            "AttachmentID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
            "FileName": "sample5.jpg",
            "Url": "https://api.xero.com/api.xro/2.0/Quotes/da962997-a8bd-4dff-9616-01cdc199283f/Attachments/sample5.jpg",
            "MimeType": "image/jpg",
            "ContentLength": 2878711
          }
        ]
      }
    }
  ]
}