Xero · Example Payload

Xero Getcreditnoteattachments Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getcreditnoteattachments 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": "getCreditNoteAttachments",
  "method": "GET",
  "path": "/CreditNotes/{CreditNoteID}/Attachments",
  "summary": "Xero Retrieves attachments for a specific credit notes",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "2bb15054-3868-4f85-a9c6-0402ec8c1201",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1551822670731)/",
        "Attachments": [
          {
            "AttachmentID": "b7eb1fc9-a0f9-4e8e-9373-6689f5350832",
            "FileName": "HelloWorld.png",
            "Url": "https://api.xero.com/api.xro/2.0/CreditNotes/249f15fa-f2a7-4acc-8769-0984103f2225/Attachments/HelloWorld.png",
            "MimeType": "image/png",
            "ContentLength": 76091
          }
        ]
      }
    }
  ]
}