Creates a new ProviderCred
Success
Unauthorized
{- "providerCred_Key": 0,
- "application_Start_Date": "2019-08-24T14:15:22Z",
- "committee_Date": "2019-08-24T14:15:22Z",
- "credType_Key": 0,
- "cred_Organization": "string",
- "cred_Status": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "practice_Payee_ID": "string",
- "practice_Send_Check_To": "string",
- "practice_Send_Check_To_Address": "string",
- "provider_Bio": "string",
- "provider_ID": "string",
- "specialty_Code": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "providerCred_Key": 0,
- "application_Start_Date": "2019-08-24T14:15:22Z",
- "committee_Date": "2019-08-24T14:15:22Z",
- "credType_Key": 0,
- "cred_Organization": "string",
- "cred_Status": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "practice_Payee_ID": "string",
- "practice_Send_Check_To": "string",
- "practice_Send_Check_To_Address": "string",
- "provider_Bio": "string",
- "provider_ID": "string",
- "specialty_Code": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all ProviderCred for the given providerID
Success
Unauthorized
Updates a specific ProviderCred.
Success
Unauthorized
{- "providerCred_Key": 0,
- "application_Start_Date": "2019-08-24T14:15:22Z",
- "committee_Date": "2019-08-24T14:15:22Z",
- "credType_Key": 0,
- "cred_Organization": "string",
- "cred_Status": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "practice_Payee_ID": "string",
- "practice_Send_Check_To": "string",
- "practice_Send_Check_To_Address": "string",
- "provider_Bio": "string",
- "provider_ID": "string",
- "specialty_Code": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "providerCred_Key": 0,
- "application_Start_Date": "2019-08-24T14:15:22Z",
- "committee_Date": "2019-08-24T14:15:22Z",
- "credType_Key": 0,
- "cred_Organization": "string",
- "cred_Status": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "practice_Payee_ID": "string",
- "practice_Send_Check_To": "string",
- "practice_Send_Check_To_Address": "string",
- "provider_Bio": "string",
- "provider_ID": "string",
- "specialty_Code": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "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 ProviderCred at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "providerCred_Key": 0,
- "application_Start_Date": "2019-08-24T14:15:22Z",
- "committee_Date": "2019-08-24T14:15:22Z",
- "credType_Key": 0,
- "cred_Organization": "string",
- "cred_Status": "string",
- "effective_Date": "2019-08-24T14:15:22Z",
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "practice_Payee_ID": "string",
- "practice_Send_Check_To": "string",
- "practice_Send_Check_To_Address": "string",
- "provider_Bio": "string",
- "provider_ID": "string",
- "specialty_Code": "string",
- "term_Date": "2019-08-24T14:15:22Z",
- "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"
}
}