POST api/Pharmacy/GetOrderedProductDetail
Request Information
URI Parameters
None.
Body Parameters
CommonRequest| Name | Description | Type | Additional information | 
|---|---|---|---|
| Request | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "Request": "sample string 1"
}
        application/xml, text/xml
            Sample:
        <CommonRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ETelMed.Entity.Models.Common"> <Request>sample string 1</Request> </CommonRequest>
application/x-www-form-urlencoded
            Sample:
    
        
Response Information
Resource Description
ResponseOfString| Name | Description | Type | Additional information | 
|---|---|---|---|
| IsSuccess | boolean | None. | |
| Message | string | None. | |
| Status | integer | None. | |
| Result | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "IsSuccess": true,
  "Message": "sample string 2",
  "Status": 3,
  "Result": "sample string 4"
}
        application/xml, text/xml
            Sample:
<ResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ETelMed.Entity.Models.Common"> <IsSuccess>true</IsSuccess> <Message>sample string 2</Message> <Result>sample string 4</Result> <Status>3</Status> </ResponseOfstring>