Creates a new ProviderNetwork by assigning an existing Network to a Provider for a given Effective Date.
Success
Unauthorized
{- "provider_ID": "string",
- "network_ID": "string",
- "eff_Date": "2019-08-24T14:15:22Z",
- "claim_Days_Allowed": 0,
- "disc_Pct": 0.1,
- "disc_Pct_2": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "fee_Sched": "string",
- "fee_Sched_2": "string",
- "no_Proc_In_Fee_Disc_Pct": 0.1,
- "priority": 0,
- "reason_Comment": "string",
- "reason_ID": 0,
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_No_Proc_In_Fee": true
}
{- "data": {
- "provider_ID": "string",
- "network_ID": "string",
- "eff_Date": "2019-08-24T14:15:22Z",
- "claim_Days_Allowed": 0,
- "disc_Pct": 0.1,
- "disc_Pct_2": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "fee_Sched": "string",
- "fee_Sched_2": "string",
- "no_Proc_In_Fee_Disc_Pct": 0.1,
- "priority": 0,
- "reason_Comment": "string",
- "reason_ID": 0,
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_No_Proc_In_Fee": true
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Updates a specific ProviderNetwork. Note: The Provider ID, Network ID and Effective Date cannot be changed.
Success
Unauthorized
{- "provider_ID": "string",
- "network_ID": "string",
- "eff_Date": "2019-08-24T14:15:22Z",
- "claim_Days_Allowed": 0,
- "disc_Pct": 0.1,
- "disc_Pct_2": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "fee_Sched": "string",
- "fee_Sched_2": "string",
- "no_Proc_In_Fee_Disc_Pct": 0.1,
- "priority": 0,
- "reason_Comment": "string",
- "reason_ID": 0,
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_No_Proc_In_Fee": true
}
{- "data": {
- "provider_ID": "string",
- "network_ID": "string",
- "eff_Date": "2019-08-24T14:15:22Z",
- "claim_Days_Allowed": 0,
- "disc_Pct": 0.1,
- "disc_Pct_2": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "fee_Sched": "string",
- "fee_Sched_2": "string",
- "no_Proc_In_Fee_Disc_Pct": 0.1,
- "priority": 0,
- "reason_Comment": "string",
- "reason_ID": 0,
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_No_Proc_In_Fee": true
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Updates a multiple ProviderNetwork.
Success
Unauthorized
[- {
- "provider_ID": "string",
- "network_ID": "string",
- "eff_Date": "2019-08-24T14:15:22Z",
- "claim_Days_Allowed": 0,
- "disc_Pct": 0.1,
- "disc_Pct_2": 0.1,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "fee_Sched": "string",
- "fee_Sched_2": "string",
- "no_Proc_In_Fee_Disc_Pct": 0.1,
- "priority": 0,
- "reason_Comment": "string",
- "reason_ID": 0,
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "use_No_Proc_In_Fee": true
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}