POST
/
change
/
v1
/
claimStatus
/
raw-x12
/
enhanced
curl --request POST \
  --url https://healthcare.us.stedi.com/2024-04-01/change/v1/claimStatus/raw-x12/enhanced \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "x12": "<string>",
  "requestExtensions": {
    "extensions": [
      {
        "type": "CLAIM_STATUS"
      }
    ]
  },
  "parameters": "<any>"
}'
{
  "x12": "<string>",
  "responseExtensions": {
    "statusCode": "0",
    "statusDescription": "<string>",
    "extensions": [
      {
        "type": "CLAIM_STATUS"
      }
    ]
  }
}

A direct replacement for the CHC Claim Status x12 (enhanced) API.

Authorizations

Authorization
string
headerrequired

API key authentication via the 'Authorization' header

Body

application/json
x12
string
requestExtensions
object
parameters
any

Response

200 - application/json
x12
string
responseExtensions
object