API Docs / Operations / Making Tax Digital / Save Figure Mapping

Save Figure Mapping

PUT /tenants/{tenant}/mtd/figure-mappings/{incomeSourceType}

Saves the practice's remembered spreadsheet mapping for one income source type, replacing any previous one — there is exactly one remembered mapping per source type.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

incomeSourceType* path enum

Unknown SelfEmployment UkProperty ForeignProperty

Unknown SelfEmployment UkProperty ForeignProperty

{
  "name": "string",
  "mappingJson": "string"
}

Responses

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