API Docs / Schemas / MtdLossCreatedDto

MtdLossCreatedDto

What creating a loss or a claim returns: the identifier HMRC issued.

Properties

Name Type Description
idstring

HMRC's identifier for the new record.

HMRC's identifier for the new record.

hmrcCorrelationIdstring

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"
}

Used By Operations