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 |
|---|---|---|
| code | string | Unique code for the mapping. |
Unique code for the mapping. | ||
| incomeSourceType | enum | Unknown SelfEmployment UkProperty ForeignProperty |
Unknown SelfEmployment UkProperty ForeignProperty | ||
| name | string | Display name for the mapping. |
Display name for the mapping. | ||
| mappingJson | string | 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"
}