Authorized read, response, or recovered result.
application/json
{
"$ref": "#/components/schemas/CanonicalFileAppealPreviewResponse",
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/CanonicalAppealResult",
"type": "object",
"properties": {
"appeal": {
"$ref": "#/components/schemas/CanonicalAppeal",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"disputeId": {
"type": "string"
},
"filedBy": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"filedAt": {
"type": "string"
},
"sourceDispositionId": {
"type": "string"
},
"sourceAwardHash": {
"type": "string"
},
"sourceAwardRevision": {
"type": "integer"
},
"sourceRecordHash": {
"type": "string"
},
"feeUsd": {
"type": "number"
},
"feeRecordId": {
"type": "string"
},
"feeStatus": {
"type": "string",
"enum": [
"payable",
"confirmed"
]
},
"openingBrief": {
"type": "object",
"properties": {
"notice": {
"type": "string"
},
"claimedErrors": {
"type": "array",
"items": {
"type": "string"
}
},
"outcomeEffect": {
"type": "string"
},
"filedAt": {
"type": "string"
}
}
},
"answerBrief": {
"type": "object",
"properties": {
"response": {
"type": "string"
},
"crossErrors": {
"type": "array",
"items": {
"type": "string"
}
},
"requestedDisposition": {
"type": "string"
},
"filedAt": {
"type": "string"
}
}
},
"answerDueAt": {
"type": "string"
},
"briefingClosedAt": {
"type": "string"
},
"briefingCloseReason": {
"type": "string"
},
"paymentReservationExpiresAt": {
"type": "string"
},
"docketedAt": {
"type": "string"
},
"docketNoticeServedAt": {
"type": "string"
},
"reasonedDisposition": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"by": {
"type": "string"
},
"at": {
"type": "string"
}
}
},
"decidedAt": {
"type": "string"
},
"outcome": {
"type": "string"
}
},
"required": [
"id",
"filedBy",
"filedAt",
"sourceDispositionId",
"sourceAwardHash",
"sourceAwardRevision",
"sourceRecordHash",
"feeUsd",
"feeStatus"
]
},
"status": {
"type": "string"
},
"feeChallenge": {
"$ref": "#/components/schemas/CanonicalAppealFeeChallenge",
"type": "object",
"properties": {
"method": {
"type": "string",
"const": "fiat_card"
},
"feeRecordId": {
"type": "string"
},
"amountUsd": {
"type": "number"
},
"deadlineAt": {
"type": "string"
},
"checkoutEndpoint": {
"type": "string"
}
},
"required": [
"method",
"feeRecordId",
"amountUsd",
"checkoutEndpoint"
]
}
},
"required": [
"appeal"
]
},
"requestId": {
"type": "string"
}
},
"required": [
"data",
"requestId"
],
"x-code-source": "lib/api/canonical-remedies.ts"
}