PUT api/pro/clinics/{clinicId}/clinic-libraries/{clinicLibraryId}/archived

Changes the archived field of the specified clinic library

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clinicId

string

Required

clinicLibraryId

The id of the clinic library.

string

Required

Body Parameters

The change clinic library archived request.

ChangeClinicLibraryArchivedRequest
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.