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.
ChangeClinicLibraryArchivedRequestName | Description | Type | Additional information |
---|---|---|---|
Archived | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "Archived": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.