Skip to main content
POST
/
medicare
/
claims
/
{claimId}
/
resubmit
Resubmit a Medicare claim
curl --request POST \
  --url https://api.example.com/medicare/claims/{claimId}/resubmit
{
  "id": "<string>",
  "status": "created",
  "createdAt": "2023-11-07T05:31:56Z",
  "type": "patient",
  "transactionId": "<string>",
  "totalChargeAmount": 123,
  "totalRebateAmount": 123,
  "totalGapAmount": 123,
  "itemsCount": 123,
  "items": [
    {
      "id": "<string>",
      "itemCode": "<string>",
      "chargeAmount": 123,
      "rebateAmount": 123,
      "gapAmount": 123,
      "mcolAssessmentCode": "<string>",
      "mcolErrorCode": "<string>",
      "mcolErrorMessage": "<string>",
      "patientCount": 123,
      "quantity": 123
    }
  ],
  "paymentStatus": "full_paid",
  "reference": "<string>",
  "mcolClaimId": "<string>",
  "mcolErrorCode": "<string>",
  "mcolErrorMessage": "<string>"
}

Path Parameters

claimId
string
required

Response

201 - application/json
id
string
required
status
enum<string>
required
Available options:
created,
submitted,
confirmed,
rejected,
requires_review,
in_review,
cancelled,
failed
createdAt
string<date-time>
required
type
enum<string>
required
Available options:
patient,
bulk_bill
transactionId
string
required
totalChargeAmount
number
required
totalRebateAmount
number
required
totalGapAmount
number
required
itemsCount
number
required
items
object[]
required
paymentStatus
enum<string>
required
Available options:
full_paid,
part_paid,
not_paid
reference
string
mcolClaimId
string
mcolErrorCode
string
mcolErrorMessage
string