Xero · Example Payload

Xero Updateproject Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Updateproject 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": "updateProject",
  "method": "PUT",
  "path": "/Projects/{projectId}",
  "summary": "Xero Updates a specific project",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": "{ \"name\": \"New Kitchen\", \"deadlineUtc\": \"2017-04-23T18:25:43.511Z\", \"estimateAmount\": 99.99 }"
    }
  ],
  "responseExamples": []
}