PUT api/pro/clinics/{clinicId}/clinic-libraries/{clinicLibraryId}/archived
Changes the archived field of the specified clinic library
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clinicId | string |
Required |
|
| clinicLibraryId |
The id of the clinic library. |
string |
Required |
Body Parameters
The change clinic library archived request.
ChangeClinicLibraryArchivedRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Archived | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"Archived": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.