Creates a new ProviderPerDiem
Success
Unauthorized
{- "providerPerDiem_Key": 0,
- "apply_OON": true,
- "drG_Cluster": "string",
- "eR_Rate": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "inpatient": true,
- "max_Days": 0,
- "min_Days": 0,
- "network_ID": "string",
- "perDiem_Rate": 0.1,
- "provider_ID": "string",
- "unit_Based": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "providerPerDiem_Key": 0,
- "apply_OON": true,
- "drG_Cluster": "string",
- "eR_Rate": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "inpatient": true,
- "max_Days": 0,
- "min_Days": 0,
- "network_ID": "string",
- "perDiem_Rate": 0.1,
- "provider_ID": "string",
- "unit_Based": 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 ProviderPerDiem.
Success
Unauthorized
{- "providerPerDiem_Key": 0,
- "apply_OON": true,
- "drG_Cluster": "string",
- "eR_Rate": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "inpatient": true,
- "max_Days": 0,
- "min_Days": 0,
- "network_ID": "string",
- "perDiem_Rate": 0.1,
- "provider_ID": "string",
- "unit_Based": true,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "providerPerDiem_Key": 0,
- "apply_OON": true,
- "drG_Cluster": "string",
- "eR_Rate": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "inpatient": true,
- "max_Days": 0,
- "min_Days": 0,
- "network_ID": "string",
- "perDiem_Rate": 0.1,
- "provider_ID": "string",
- "unit_Based": 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 ProviderPerDiem at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "providerPerDiem_Key": 0,
- "apply_OON": true,
- "drG_Cluster": "string",
- "eR_Rate": true,
- "effective_Date": "2019-08-24T14:15:22Z",
- "end_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "inpatient": true,
- "max_Days": 0,
- "min_Days": 0,
- "network_ID": "string",
- "perDiem_Rate": 0.1,
- "provider_ID": "string",
- "unit_Based": 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"
}
}