Creates a new ExplanationCodes
Success
Unauthorized
{- "ex_Code": "string",
- "admin_Override": "s",
- "category": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Description": "string",
- "ex_Result": "s",
- "hipaA_Code": "string",
- "hipaA_Group_Code": "string",
- "long_Description": "string",
- "no_Print_On_Remit": "s",
- "override_Denied": true,
- "override_Pend": true,
- "patient_Responsibility": true,
- "print_Only": true,
- "suppress_EOB_Remit": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "ex_Code": "string",
- "admin_Override": "s",
- "category": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Description": "string",
- "ex_Result": "s",
- "hipaA_Code": "string",
- "hipaA_Group_Code": "string",
- "long_Description": "string",
- "no_Print_On_Remit": "s",
- "override_Denied": true,
- "override_Pend": true,
- "patient_Responsibility": true,
- "print_Only": true,
- "suppress_EOB_Remit": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Updates a specific ExplanationCodes.
Success
Unauthorized
{- "ex_Code": "string",
- "admin_Override": "s",
- "category": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Description": "string",
- "ex_Result": "s",
- "hipaA_Code": "string",
- "hipaA_Group_Code": "string",
- "long_Description": "string",
- "no_Print_On_Remit": "s",
- "override_Denied": true,
- "override_Pend": true,
- "patient_Responsibility": true,
- "print_Only": true,
- "suppress_EOB_Remit": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "ex_Code": "string",
- "admin_Override": "s",
- "category": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Description": "string",
- "ex_Result": "s",
- "hipaA_Code": "string",
- "hipaA_Group_Code": "string",
- "long_Description": "string",
- "no_Print_On_Remit": "s",
- "override_Denied": true,
- "override_Pend": true,
- "patient_Responsibility": true,
- "print_Only": true,
- "suppress_EOB_Remit": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple ExplanationCodes at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "ex_Code": "string",
- "admin_Override": "s",
- "category": "string",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Description": "string",
- "ex_Result": "s",
- "hipaA_Code": "string",
- "hipaA_Group_Code": "string",
- "long_Description": "string",
- "no_Print_On_Remit": "s",
- "override_Denied": true,
- "override_Pend": true,
- "patient_Responsibility": true,
- "print_Only": true,
- "suppress_EOB_Remit": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}