Xero · Example Payload

Xero Updatetimeentry Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Updatetimeentry 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": "updateTimeEntry",
  "method": "PUT",
  "path": "/Projects/{projectId}/Time/{timeEntryId}",
  "summary": "Xero Updates a time entry for a specific project",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "userId": "00000000-0000-0000-0000-000000000000",
        "taskId": "00000000-0000-0000-0000-000000000000",
        "dateUtc": "2020-02-27T15:00:00Z",
        "duration": 45,
        "description": "My UPDATED description"
      }
    }
  ],
  "responseExamples": []
}