Change an existing facility's License

Change an existing License 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>
isPrimary
boolean

If set, the is primary of the License will be updated with this value.

object (FacilityLicenseNonVerifiedInfoPatchModel)
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

patch/facilities/{facilityId}/info/licenses/{id}
Request samples
application/json
{
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "isPrimary": true,
  • "nonVerifiedInfo": {
    }
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "lastUpdatedAt": "2019-08-24T14:15:22Z",
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "licenseTypeId": "acac9426-ab93-4f79-a277-f4ccd1b60206",
  • "state": "AL",
  • "licenseNumber": "string",
  • "isPrimary": true,
  • "nonVerifiedInfo": {
    }
}