Creates a new ProviderCredCertification
Success
Unauthorized
{- "providerCredCertification_Key": 0,
- "certification_Date": "2019-08-24T14:15:22Z",
- "certification_Details": "string",
- "certification_Expiration_Date": "2019-08-24T14:15:22Z",
- "credCertification_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "psV_Date": "2019-08-24T14:15:22Z",
- "providerCred_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "providerCredCertification_Key": 0,
- "certification_Date": "2019-08-24T14:15:22Z",
- "certification_Details": "string",
- "certification_Expiration_Date": "2019-08-24T14:15:22Z",
- "credCertification_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "psV_Date": "2019-08-24T14:15:22Z",
- "providerCred_Key": 0,
- "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 ProviderCredCertification for the given providerCredKey
Success
Unauthorized
Updates a specific ProviderCredCertification.
Success
Unauthorized
{- "providerCredCertification_Key": 0,
- "certification_Date": "2019-08-24T14:15:22Z",
- "certification_Details": "string",
- "certification_Expiration_Date": "2019-08-24T14:15:22Z",
- "credCertification_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "psV_Date": "2019-08-24T14:15:22Z",
- "providerCred_Key": 0,
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "providerCredCertification_Key": 0,
- "certification_Date": "2019-08-24T14:15:22Z",
- "certification_Details": "string",
- "certification_Expiration_Date": "2019-08-24T14:15:22Z",
- "credCertification_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "psV_Date": "2019-08-24T14:15:22Z",
- "providerCred_Key": 0,
- "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 ProviderCredCertification at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "providerCredCertification_Key": 0,
- "certification_Date": "2019-08-24T14:15:22Z",
- "certification_Details": "string",
- "certification_Expiration_Date": "2019-08-24T14:15:22Z",
- "credCertification_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "psV_Date": "2019-08-24T14:15:22Z",
- "providerCred_Key": 0,
- "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"
}
}