API Docs / Operations / Client - MTD Employments / Save Employment Financial Details

Save Employment Financial Details

PUT /tenants/{tenant}/clients/{client}/mtd/employments/{taxYear}/{employmentId}/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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
employmentId* path string
taxYear* path string
{
  "pay": {
    "taxablePayToDate": 0,
    "totalTaxToDate": 0
  },
  "deductions": {
    "studentLoans": "..."
  },
  "benefitsInKind": {
    "accommodation": 0,
    "assets": 0,
    "assetTransfer": 0,
    "beneficialLoan": 0,
    "car": 0
  },
  "offPayrollWorker": false
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found