POST api/OptimalHealthv2/PostPharmacy
Request Information
URI Parameters
None.
Body Parameters
InputPharmacyProviderName | Description | Type | Additional information |
---|---|---|---|
pstCardNo | string |
None. |
|
pstplan | string |
None. |
|
pstCorpCode | string |
None. |
|
pstProviderName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "pstCardNo": "sample string 1", "pstplan": "sample string 2", "pstCorpCode": "sample string 3", "pstProviderName": "sample string 4" }
application/xml, text/xml
Sample:
<OptimalHealthResponse.InputPharmacyProvider xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces"> <pstCardNo>sample string 1</pstCardNo> <pstCorpCode>sample string 3</pstCorpCode> <pstProviderName>sample string 4</pstProviderName> <pstplan>sample string 2</pstplan> </OptimalHealthResponse.InputPharmacyProvider>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.