POST api/ClinicDataProvider/UnloadClinicInfo
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "AppContextId": "b9f5be5a-fb5d-408f-b3bc-7d89d0ca146a", "Parameter": "ac81b87f-754e-45a0-916f-9806c285beda" }
application/xml, text/xml
Sample:
<AuthenticatedInputOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMT.UP"> <Parameter>ac81b87f-754e-45a0-916f-9806c285beda</Parameter> <AppContextId>b9f5be5a-fb5d-408f-b3bc-7d89d0ca146a</AppContextId> </AuthenticatedInputOfguid>
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.