Creates a new NoteData
Success
Unauthorized
{- "note_Key": 0,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "note_Alert": true,
- "note_Alert_End": "2019-08-24T14:15:22Z",
- "note_Category": "string",
- "note_Data": "string",
- "note_Priority": "string",
- "note_Subject": "string",
- "note_Type": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "note_Key": 0,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "note_Alert": true,
- "note_Alert_End": "2019-08-24T14:15:22Z",
- "note_Category": "string",
- "note_Data": "string",
- "note_Priority": "string",
- "note_Subject": "string",
- "note_Type": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
List of Notes based on a specific source Expectations of Category compared to what is in the source values
AUTH
@SourceColumn1 = auth_number
CALL
@SourceColumn1 = call_key
CASE
@SourceColumn1 = case_key
CLAIM
@SourceColumn1 = batch_number
@SourceColumn2 = batch_claim
CLMBTCH ** NO REFS **
@SourceColumn1 = batch_number
COMMAGEN ** NO REFS **
@SourceColumn1 = commissionagency_key
COMMREP ** NO REFS **
@SourceColumn1 = commissionrep_key
CORTRACK ** NO REFS **
@SourceColumn1 = reporttrack_key
FEESCHED ** NO REFS **
@SourceColumn1 = fee_sched
GRIEV
@SourceColumn1 = grievance_key
GROUP
@SourceColumn1 = group_id
GROUPDIV
@SourceColumn1 = group_id
@SourceColumn2 = division_id
GRPCLASS
@SourceColumn1 = group_id
GWREQ ** NO REFS **
@SourceColumn1 = request_key
INTRFACE ** NO REFS **
@SourceColumn1 = vbainterface_key
INVHDR ** NO REFS **
@SourceColumn1 = invoice_key
MEMBER
@SourceColumn1 = subscriber_id
@SourceColumn2 = member_seq
NETWORK ** NO REFS **
@SourceColumn1 = network_id
NOTE ** NO REFS **
@SourceColumn1 = note_key
PAYEE ** NO REFS **
@SourceColumn1 = payee_id
PAYOR ** NO REFS **
@SourceColumn1 = payor_id
PBENMAX
@SourceColumn1 = plan_id
@SourceColumn2 = benefit_code
@SourceColumn3 = max_id
PLAN ** NO REFS **
@SourceColumn1 = plan_id
PLANLVL ** NO REFS **
@SourceColumn1 = planbenefitlevel_key
PROV ** NO REFS **
@SourceColumn1 = provider_id
PROVCRED
@SourceColumn1 = providercred_key
REINS
@SourceColumn1 = reinscontract_key
REINSTRN
@SourceColumn1 = reinscontracttrans_key
SUB
@SourceColumn1 = subscriber_id
Success
Unauthorized
Updates a specific NoteData.
Success
Unauthorized
{- "note_Key": 0,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "note_Alert": true,
- "note_Alert_End": "2019-08-24T14:15:22Z",
- "note_Category": "string",
- "note_Data": "string",
- "note_Priority": "string",
- "note_Subject": "string",
- "note_Type": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "note_Key": 0,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "note_Alert": true,
- "note_Alert_End": "2019-08-24T14:15:22Z",
- "note_Category": "string",
- "note_Data": "string",
- "note_Priority": "string",
- "note_Subject": "string",
- "note_Type": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "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 NoteData at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "note_Key": 0,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "note_Alert": true,
- "note_Alert_End": "2019-08-24T14:15:22Z",
- "note_Category": "string",
- "note_Data": "string",
- "note_Priority": "string",
- "note_Subject": "string",
- "note_Type": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "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"
}
}