File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -617,7 +617,15 @@ paths:
617617 "employment": {
618618 "payrollCalendarID": "216d80e6-af55-47b1-b718-9457c3f5d2fe",
619619 "startDate": "2020-04-01T00:00:00",
620- "niCategory": "A",
620+ "niCategories": [
621+ {
622+ "niCategory": "A",
623+ "startDate": "2020-05-01",
624+ "niCategoryID": 594,
625+ "dateFirstEmployedAsCivilian": null,
626+ "workplacePostcode": null
627+ }
628+ ],
621629 "employeeNumber": "123ABC"
622630 }
623631 }'
@@ -636,8 +644,12 @@ paths:
636644 example : ' {
637645 "PayrollCalendarID": "216d80e6-af55-47b1-b718-9457c3f5d2fe",
638646 "StartDate": "2020-04-01",
639- "EmployeeNumber": "123ABC",
640- "NICategory": "A"
647+ "NICategories": [
648+ {
649+ "NICategory": ""
650+ }
651+ ],
652+ "EmployeeNumber": "123ABC"
641653 }'
642654 /Employees/{EmployeeID}/Tax :
643655 parameters :
You can’t perform that action at this time.
0 commit comments