Creates a new NetworkProfileNetwork
Success
Unauthorized
{- "profile_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": {
- "profile_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"
}
}
Lists all NetworkProfileNetwork for the given Profile_ID
Success
Unauthorized
Updates a specific NetworkProfileNetwork.
Success
Unauthorized
{- "profile_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": {
- "profile_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"
}
}
Create or Update multiple NetworkProfileNetwork at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "profile_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"
}
}