Creates a new Provider Rate Criteria
Success
Unauthorized
{- "providerRateCriteria_Key": 0,
- "criteria_From": "string",
- "criteria_Operator": "s",
- "criteria_Thru": "string",
- "providerRateColumn_Key": 0,
- "providerRate_Key": 0
}
{- "data": {
- "providerRateCriteria_Key": 0,
- "criteria_From": "string",
- "criteria_Operator": "s",
- "criteria_Thru": "string",
- "providerRateColumn_Key": 0,
- "providerRate_Key": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all ProviderRateCriteria given a ProviderID and ProviderRateKey
Success
Unauthorized
Updates a specific ProviderRateCriteria.
Success
Unauthorized
{- "providerRateCriteria_Key": 0,
- "criteria_From": "string",
- "criteria_Operator": "s",
- "criteria_Thru": "string",
- "providerRateColumn_Key": 0,
- "providerRate_Key": 0
}
{- "data": {
- "providerRateCriteria_Key": 0,
- "criteria_From": "string",
- "criteria_Operator": "s",
- "criteria_Thru": "string",
- "providerRateColumn_Key": 0,
- "providerRate_Key": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Updates a multiple ProviderRateCriteria.
Success
Unauthorized
[- {
- "providerRateCriteria_Key": 0,
- "criteria_From": "string",
- "criteria_Operator": "s",
- "criteria_Thru": "string",
- "providerRateColumn_Key": 0,
- "providerRate_Key": 0
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}