Skip to content

Commit 243d300

Browse files
Added missing start date to example for Employment POST
1 parent 261a68e commit 243d300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xero-payroll-uk.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,8 @@ paths:
650650
"StartDate": "2020-04-01",
651651
"NICategories": [
652652
{
653-
"NICategory": ""
653+
"NICategory": "A",
654+
"StartDate": "2020-05-01"
654655
}
655656
],
656657
"EmployeeNumber": "123ABC"

0 commit comments

Comments
 (0)