Creates a new ProviderAPC
Success
Unauthorized
{- "providerAPC_Key": 0,
- "apC_Rate": 0.1,
- "apC_Schedule": "string",
- "apply_OON": true,
- "cost_To_Charge": 0.1,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "min_Amount": 0.1,
- "network_ID": "string",
- "provider_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "trim_Point": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "variable_Cost_Factor": 0.1
}
{- "data": {
- "providerAPC_Key": 0,
- "apC_Rate": 0.1,
- "apC_Schedule": "string",
- "apply_OON": true,
- "cost_To_Charge": 0.1,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "min_Amount": 0.1,
- "network_ID": "string",
- "provider_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "trim_Point": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "variable_Cost_Factor": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Updates a specific ProviderAPC.
Success
Unauthorized
{- "providerAPC_Key": 0,
- "apC_Rate": 0.1,
- "apC_Schedule": "string",
- "apply_OON": true,
- "cost_To_Charge": 0.1,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "min_Amount": 0.1,
- "network_ID": "string",
- "provider_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "trim_Point": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "variable_Cost_Factor": 0.1
}
{- "data": {
- "providerAPC_Key": 0,
- "apC_Rate": 0.1,
- "apC_Schedule": "string",
- "apply_OON": true,
- "cost_To_Charge": 0.1,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "min_Amount": 0.1,
- "network_ID": "string",
- "provider_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "trim_Point": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "variable_Cost_Factor": 0.1
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple ProviderAPC at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "providerAPC_Key": 0,
- "apC_Rate": 0.1,
- "apC_Schedule": "string",
- "apply_OON": true,
- "cost_To_Charge": 0.1,
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "min_Amount": 0.1,
- "network_ID": "string",
- "provider_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "trim_Point": 0.1,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "variable_Cost_Factor": 0.1
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}