Xero · Example Payload

Xero Patchproject Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Patchproject 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": "patchProject",
  "method": "PATCH",
  "path": "/Projects/{projectId}",
  "summary": "Xero creates a project for the specified contact",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": "{ \"status\": \"INPROGRESS\" }"
    }
  ],
  "responseExamples": []
}