POST api/pro/clinics

Creates a new pro Clinic.

Request Information

URI Parameters

None.

Body Parameters

The create Clinic request.

CreateClinicRequest
NameDescriptionTypeAdditional information
Admin

string

Required

Owner

string

Required

Name

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Admin": "sample string 1",
  "Owner": "sample string 2",
  "Name": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CreateClinicRequest'.

Response Information

Resource Description

Returns the new Clinic id.

string

Response Formats

application/json, text/json

Sample:
"sample string 1"