SaveMtdFigureMappingRequest
Saves (or replaces) the remembered mapping for one income source type.
Properties
| Name | Type | Description |
|---|---|---|
| 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
{
"name": "string",
"mappingJson": "string"
}