Allows you to change a provider's name or other data properties.
Success
Bad Request
Unauthorized
Forbidden
Not Found
Server Error
{- "firstName": "string",
- "lastName": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "ssn": "string",
- "npi": 0,
- "aliases": [
- {
- "firstName": "string",
- "lastName": "string"
}
], - "credentialingStatus": "string",
- "emails": [
- {
- "email": "string",
- "type": "Unspecified"
}
], - "addresses": [
- {
- "state": "AL",
- "zipCode": "string",
- "city": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "type": "Unspecified"
}
], - "phone": "string",
- "languages": [
- "string"
], - "credentialedDate": "2019-08-24T14:15:22Z",
- "nextCredentialingDate": "2019-08-24",
- "recredentialedDates": [
- "2019-08-24T14:15:22Z"
], - "providerTypeId": "7c48fbd8-5cbf-42dd-a198-1f0ad04354f0",
- "deactivated": true
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "firstName": "string",
- "lastName": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "ssn": "string",
- "credentialingStatus": "string",
- "credentialedDate": "2019-08-24T14:15:22Z",
- "nextCredentialingDate": "2019-08-24",
- "npi": 0,
- "deactivated": true,
- "deactivatedAt": "2019-08-24T14:15:22Z",
- "aliases": [
- {
- "firstName": "string",
- "lastName": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "addresses": [
- {
- "state": "AL",
- "zipCode": "string",
- "city": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "type": "Unspecified",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "emails": [
- {
- "email": "string",
- "type": "Unspecified",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "phone": "string",
- "languages": [
- "string"
], - "recredentialedDates": [
- "2019-08-24T14:15:22Z"
], - "providerType": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string"
}, - "createdAt": "2019-08-24T14:15:22Z"
}