Xero · Example Payload

Xero Getemployeepaytemplates Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getemployeepaytemplates 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": "getEmployeePayTemplates",
  "method": "GET",
  "path": "/Employees/{EmployeeID}/PayTemplates",
  "summary": "Retrieves pay templates for a specific employee",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "00000000-0000-0000-0000-000000000000",
        "providerName": "provider-name",
        "dateTimeUTC": "2020-08-27 15:09:19.062738",
        "httpStatusCode": "OK",
        "pagination": {
          "page": 1,
          "pageSize": 100,
          "pageCount": 0,
          "itemCount": 0
        },
        "problem": null,
        "payTemplate": {
          "employeeID": "68342973-c405-4b86-b5d3-d7b877c27995",
          "earningTemplates": [
            {
              "payTemplateEarningID": "1527cf6c-93db-41bf-aba2-9d6af1d3c499",
              "ratePerUnit": 20,
              "numberOfUnits": 8,
              "fixedAmount": null,
              "earningsRateID": "f9d8f5b5-9049-47f4-8541-35e200f750a5",
              "name": "Ordinary Time"
            }
          ]
        }
      }
    }
  ]
}