200
An identical coverage authorization already exists.
application/json
{
"$ref": "#/components/schemas/CaseSponsorshipReferralEnvelope",
"type": "object",
"additionalProperties": false,
"required": [
"data",
"requestId"
],
"properties": {
"data": {
"$ref": "#/components/schemas/CaseSponsorshipReferral",
"type": "object",
"additionalProperties": false,
"required": [
"schemaVersion",
"referralAuthorizationId",
"externalCaseId",
"externalTransactionId",
"feeType",
"status",
"expiresAt"
],
"properties": {
"schemaVersion": {
"type": "string",
"const": "case-referral-authorization-v1"
},
"referralAuthorizationId": {
"type": "string"
},
"externalCaseId": {
"type": "string"
},
"externalTransactionId": {
"type": "string"
},
"feeType": {
"type": "string",
"const": "filing"
},
"status": {
"type": "string",
"const": "accepted"
},
"expiresAt": {
"type": "string",
"format": "date-time"
}
}
},
"requestId": {
"type": "string"
}
}
}