POST api/ClinicManagement/PostClinicLocation
Posts the clinic location.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | The request. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AppContextId": "ddb35515-706a-4bc0-b734-25a10b8d7a05",
"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>ddb35515-706a-4bc0-b734-25a10b8d7a05</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.