Xero · Example Payload

Xero Createquoteattachmentbyfilename Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Createquoteattachmentbyfilename 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": "createQuoteAttachmentByFileName",
  "method": "PUT",
  "path": "/Quotes/{QuoteID}/Attachments/{FileName}",
  "summary": "Xero Creates attachment for a specific quote",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "724cdff5-bcd1-4c5c-977e-e864c24258e0",
        "Status": "OK",
        "ProviderName": "Xero API Partner",
        "DateTimeUTC": "/Date(1550856817769)/",
        "Attachments": [
          {
            "AttachmentID": "ab95b276-9dce-4925-9077-439818ba270f",
            "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
          }
        ]
      }
    }
  ]
}