Change an existing facility's DEA

Change an existing DEA associated with the specified facility.

Request
path Parameters
facilityId
required
string <uuid>
id
required
string <uuid>
Request Body schema: application/json
appliesTo
string
Enum: "SelfOnly" "SelfAndAllChildren" "Custom"
associatedFacilitySpecialtyIds
Array of strings <uuid>
object (FacilityDeaNonVerifiedInfoPatchModel)
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

patch/facilities/{facilityId}/info/deas/{id}
Request samples
application/json
{
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "nonVerifiedInfo": {
    }
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "lastUpdatedAt": "2019-08-24T14:15:22Z",
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "deaNumber": "string",
  • "nonVerifiedInfo": {
    }
}