HmrcBatchRequestResult
Properties
| Name | Type | Description |
|---|---|---|
| succeeded | array of string | |
| failed | array of HmrcBatchRequestError |
JSON Example
{
"succeeded": [
"string"
],
"failed": [
{
"authorisationType": "...",
"error": "..."
}
]
}