Save Employment Financial Details
Sends the pay, tax, benefits in kind and deductions for one employment. A full replacement of the figures provided from this side — not of the employer's, which HMRC keep alongside. The figures sent here take precedence for the year, which is why deleting them restores the employer's rather than leaving nothing.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
| employmentId* | path string | |
| taxYear* | path string | |
Request Body*
{
"pay": {
"taxablePayToDate": 0,
"totalTaxToDate": 0
},
"deductions": {
"studentLoans": "..."
},
"benefitsInKind": {
"accommodation": 0,
"assets": 0,
"assetTransfer": 0,
"beneficialLoan": 0,
"car": 0
},
"offPayrollWorker": false
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found