API Docs / Schemas / MtdFigureMappingDto

MtdFigureMappingDto

The practice's remembered spreadsheet mapping for MTD quarterly-update imports: their own
category labels against the figure fields of one income source type. The entries are JSON
owned and interpreted by the form that does the importing — the server stores it verbatim.

Properties

Name Type Description
codestring

Unique code for the mapping.

Unique code for the mapping.

incomeSourceTypeenum

Unknown SelfEmployment UkProperty ForeignProperty

Unknown SelfEmployment UkProperty ForeignProperty

namestring

Display name for the mapping.

Display name for the mapping.

mappingJsonstring

The label→field entries, as JSON owned by the importing form.

The label→field entries, as JSON owned by the importing form.

JSON Example

{
  "code": "string",
  "incomeSourceType": "Unknown",
  "name": "string",
  "mappingJson": "string"
}

Used By Operations