Creates a new ProviderWithhold
Success
Unauthorized
{- "providerWithhold_Key": 0,
- "account_Key": 0,
- "benefit_Code": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "federal_ID": "string",
- "network_ID": "string",
- "payor_ID": "string",
- "provider_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "withhold": 0.1,
- "withhold_Max": 0.1,
- "withhold_Pct": true
}
{- "data": {
- "providerWithhold_Key": 0,
- "account_Key": 0,
- "benefit_Code": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "federal_ID": "string",
- "network_ID": "string",
- "payor_ID": "string",
- "provider_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "withhold": 0.1,
- "withhold_Max": 0.1,
- "withhold_Pct": true
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all ProviderWithhold. Supply optional ProviderID and/or FederalID parameters to filter results.
Success
Unauthorized
Updates a specific ProviderWithhold.
Success
Unauthorized
{- "providerWithhold_Key": 0,
- "account_Key": 0,
- "benefit_Code": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "federal_ID": "string",
- "network_ID": "string",
- "payor_ID": "string",
- "provider_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "withhold": 0.1,
- "withhold_Max": 0.1,
- "withhold_Pct": true
}
{- "data": {
- "providerWithhold_Key": 0,
- "account_Key": 0,
- "benefit_Code": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "federal_ID": "string",
- "network_ID": "string",
- "payor_ID": "string",
- "provider_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "withhold": 0.1,
- "withhold_Max": 0.1,
- "withhold_Pct": true
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple ProviderWithhold at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "providerWithhold_Key": 0,
- "account_Key": 0,
- "benefit_Code": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "ex_Code": "string",
- "federal_ID": "string",
- "network_ID": "string",
- "payor_ID": "string",
- "provider_ID": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string",
- "withhold": 0.1,
- "withhold_Max": 0.1,
- "withhold_Pct": 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"
}
}