@@ -385,7 +385,7 @@ api_instance = xero_client.<api_set>
385385
386386
387387xero_tenant_id = ' xero_tenant_id_example' # String | Xero identifier for Tenant
388- employee
= {
" title" :"Mr" ,
" firstName" :"Mike" ,
" lastName" :"Fancy" ,
" dateOfBirth" :"1999-01-01T00:00:00 " ,
" gender" :"M" ,
" email" :"[email protected] " ,
" isOffPayrollWorker" :false ,
" address" :{
" addressLine1" :"171 Midsummer" ,
" city" :"Milton Keyness" ,
" postCode" :"MK9 1EB" }}
# Employee | 388+ employee
= {
" title" :"Mr" ,
" firstName" :"Mike" ,
" lastName" :"Fancy" ,
" dateOfBirth" :"1999-01-01T00:00:00Z " ,
" gender" :"M" ,
" email" :"[email protected] " ,
" isOffPayrollWorker" :false ,
" address" :{
" addressLine1" :"171 Midsummer" ,
" city" :"Milton Keyness" ,
" postCode" :"MK9 1EB" }}
# Employee | 389389opts = {
390390 idempotency_key: ' KEY_VALUE' # String | This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
391391}
@@ -950,7 +950,7 @@ api_instance = xero_client.<api_set>
950950
951951xero_tenant_id = ' xero_tenant_id_example' # String | Xero identifier for Tenant
952952employee_id = ' 4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | Employee id for single object
953- employment = { " PayrollCalendarID " : " 216d80e6-af55-47b1-b718-9457c3f5d2fe " , " StartDate " : " 2020 -04-01" , " NICategories " : [ { " NICategory " : " A " , " StartDate " : " 2020-05-01" } ], " EmployeeNumber " : " 123ABC" } # Employment |
953+ employment = {" payrollCalendarID " :"cdfb8371-0b21-4b8a-8903-1024df6c391e" , " startDate " :"2024 -04-01" ," niCategories " :[{ " niCategory " :"I" , " startDate " : "2020-05-01", " workplacePostcode " :"SW1A 1AA" }], " employeeNumber " : "123ABC" } # Employment |
954954opts = {
955955 idempotency_key: ' KEY_VALUE' # String | This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
956956}
@@ -4351,7 +4351,7 @@ api_instance = xero_client.<api_set>
43514351
43524352xero_tenant_id = ' xero_tenant_id_example' # String | Xero identifier for Tenant
43534353employee_id = ' 4ff1e5cc-9835-40d5-bb18-09fdb118db9c' # String | Employee id for single object
4354- employee
= {
" title" :"Mr." ,
" firstName" :"TestDataUK" ,
" lastName" :"Tester" ,
" dateOfBirth" :"1992-11-22T00:00:00 " ,
" gender" :"M" ,
" email" :"[email protected] " ,
" phoneNumber" :"0400123456" ,
" isOffPayrollWorker" :false ,
" address" :{
" addressLine1" :"171 Midsummer" ,
" city" :"Milton Keyness" ,
" postCode" :"MK9 1EB" }}
# Employee | 4354+ employee
= {
" title" :"Mr." ,
" firstName" :"TestDataUK" ,
" lastName" :"Tester" ,
" dateOfBirth" :"1992-11-22T00:00:00Z " ,
" gender" :"M" ,
" email" :"[email protected] " ,
" phoneNumber" :"0400123456" ,
" isOffPayrollWorker" :false ,
" address" :{
" addressLine1" :"171 Midsummer" ,
" city" :"Milton Keyness" ,
" postCode" :"MK9 1EB" }}
# Employee | 43554355opts = {
43564356 idempotency_key: ' KEY_VALUE' # String | This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
43574357}
0 commit comments