POST api/ClinicManagement/PostClinicLocation

Posts the clinic location.

Request Information

Parameters

NameDescriptionAdditional information
request
The request.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AppContextId": "59854271-dc6f-46bf-9df6-316ab093d7b7",
  "Parameter": null
}

application/xml, text/xml

Sample:
<AuthenticatedInputOfClinicLocationxuv6Fhnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMT.UP">
  <Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMT.UP.Web.Models" i:nil="true" />
  <AppContextId>59854271-dc6f-46bf-9df6-316ab093d7b7</AppContextId>
</AuthenticatedInputOfClinicLocationxuv6Fhnt>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.