Xero · Example Payload

Xero Updateleaveapplication Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Updateleaveapplication 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": "updateLeaveApplication",
  "method": "POST",
  "path": "/LeaveApplications/{LeaveApplicationID}",
  "summary": "Updates a specific leave application",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": "[ { \"EmployeeID\": \"cdfb8371-0b21-4b8a-8903-1024df6c391e\", \"LeaveApplicationID\": \"1d4cd583-0107-4386-936b-672eb3d1f624\", \"LeaveTypeID\": \"184ea8f7-d143-46dd-bef3-0c60e1aa6fca\", \"LeavePeriods\": [ { \"PayPeriodStartDate\": \"/Date(1572566400000+0000)/\", \"PayPeriodEndDate\": \"/Date(1573084800000+0000)/\", \"LeavePeriodStatus\": \"SCHEDULED\", \"NumberOfUnits\": 7.6 } ], \"Title\": \"vacation\", \"Description\": \"My updated Description\", \"StartDate\": \"/Date(1572559200000+0000)/\", \"EndDate\": \"/Date(1572645600000+0000)/\", \"PayOutType\": \"DEFAULT\" } ]"
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "00000000-0000-0000-0000-000000000000",
        "Status": "OK",
        "ProviderName": "3f93110a-df13-49c7-b82f-a069813df188",
        "DateTimeUTC": "/Date(1573679792293)/",
        "LeaveApplications": [
          {
            "LeaveApplicationID": "1d4cd583-0107-4386-936b-672eb3d1f624",
            "EmployeeID": "cdfb8371-0b21-4b8a-8903-1024df6c391e",
            "LeaveTypeID": "184ea8f7-d143-46dd-bef3-0c60e1aa6fca",
            "LeavePeriods": [
              {
                "PayPeriodStartDate": "/Date(1572566400000+0000)/",
                "PayPeriodEndDate": "/Date(1573084800000+0000)/",
                "LeavePeriodStatus": "SCHEDULED",
                "NumberOfUnits": 7.6
              }
            ],
            "Title": "vacation",
            "Description": "My updated Description",
            "StartDate": "/Date(1572559200000+0000)/",
            "EndDate": "/Date(1572645600000+0000)/",
            "UpdatedDateUTC": "/Date(1573679792293+0000)/",
            "PayOutType": "DEFAULT"
          }
        ]
      }
    }
  ]
}