MtdLossCreatedDto
What creating a loss or a claim returns: the identifier HMRC issued.
Properties
| Name | Type | Description |
|---|---|---|
| id | string | HMRC's identifier for the new record. |
HMRC's identifier for the new record. | ||
| hmrcCorrelationId | string | HMRC's correlation id for the exchange — the only evidence MTD issues. |
HMRC's correlation id for the exchange — the only evidence MTD issues. | ||
JSON Example
{
"id": "string",
"hmrcCorrelationId": "string"
}