Creates a new ProviderCredAttestation
Success
Unauthorized
{- "providerCredAttestation_Key": 0,
- "answerDate": "2019-08-24T14:15:22Z",
- "answerNumeric": 0,
- "answerText": "string",
- "answerYesNo": true,
- "credAttestationMethod_Key": 0,
- "credAttestationQuestion_Key": 0,
- "credAttestationSource_Key": 0,
- "credAttestationType_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "providerCred_Key": 0,
- "question_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "providerCredAttestation_Key": 0,
- "answerDate": "2019-08-24T14:15:22Z",
- "answerNumeric": 0,
- "answerText": "string",
- "answerYesNo": true,
- "credAttestationMethod_Key": 0,
- "credAttestationQuestion_Key": 0,
- "credAttestationSource_Key": 0,
- "credAttestationType_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "providerCred_Key": 0,
- "question_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 ProviderCredAttestation for the given providerCredKey
Success
Unauthorized
Updates a specific ProviderCredAttestation.
Success
Unauthorized
{- "providerCredAttestation_Key": 0,
- "answerDate": "2019-08-24T14:15:22Z",
- "answerNumeric": 0,
- "answerText": "string",
- "answerYesNo": true,
- "credAttestationMethod_Key": 0,
- "credAttestationQuestion_Key": 0,
- "credAttestationSource_Key": 0,
- "credAttestationType_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "providerCred_Key": 0,
- "question_Date": "2019-08-24T14:15:22Z",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "providerCredAttestation_Key": 0,
- "answerDate": "2019-08-24T14:15:22Z",
- "answerNumeric": 0,
- "answerText": "string",
- "answerYesNo": true,
- "credAttestationMethod_Key": 0,
- "credAttestationQuestion_Key": 0,
- "credAttestationSource_Key": 0,
- "credAttestationType_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "providerCred_Key": 0,
- "question_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 ProviderCredAttestation at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "providerCredAttestation_Key": 0,
- "answerDate": "2019-08-24T14:15:22Z",
- "answerNumeric": 0,
- "answerText": "string",
- "answerYesNo": true,
- "credAttestationMethod_Key": 0,
- "credAttestationQuestion_Key": 0,
- "credAttestationSource_Key": 0,
- "credAttestationType_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "providerCred_Key": 0,
- "question_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"
}
}