File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -631,7 +631,15 @@ paths:
631631 "employment": {
632632 "payrollCalendarID": "216d80e6-af55-47b1-b718-9457c3f5d2fe",
633633 "startDate": "2020-04-01T00:00:00",
634- "niCategory": "A",
634+ "niCategories": [
635+ {
636+ "niCategory": "A",
637+ "startDate": "2020-05-01",
638+ "niCategoryID": 594,
639+ "dateFirstEmployedAsCivilian": null,
640+ "workplacePostcode": null
641+ }
642+ ],
635643 "employeeNumber": "123ABC"
636644 }
637645 }'
@@ -650,8 +658,12 @@ paths:
650658 example : ' {
651659 "PayrollCalendarID": "216d80e6-af55-47b1-b718-9457c3f5d2fe",
652660 "StartDate": "2020-04-01",
653- "EmployeeNumber": "123ABC",
654- "NICategory": "A"
661+ "NICategories": [
662+ {
663+ "NICategory": ""
664+ }
665+ ],
666+ "EmployeeNumber": "123ABC"
655667 }'
656668 /Employees/{EmployeeID}/Tax :
657669 parameters :
You can’t perform that action at this time.
0 commit comments