Skip to main content
GET
/
api
/
Drug
/
DiscountInfo
Get Discount Info
curl --request GET \
  --url https://api.discountdrugnetwork.com/api/Drug/DiscountInfo \
  --header 'x-ddn-client-key: <api-key>'
{
  "groupId": "<string>",
  "cardholderID": "<string>",
  "rxBIN": "<string>",
  "rxPCN": "<string>"
}

Endpoint

GET https://api.discountdrugnetwork.com/api/Drug/DiscountInfo

Input Parameters

groupId
string
required
Reference back to the requested group ID.

Response

groupId
string
Reference to the requested group ID.
cardholderID
string
The new cardholder identifier.
rxBIN
string
The BIN assigned to the group ID.
rxPCN
string
The PCN assigned to the group ID.

Authorizations

x-ddn-client-key
string
header
required

Query Parameters

groupId
string
required

Reference back to the requested group ID.

Response

Successfully retrieved discount information.

groupId
string

Reference to the requested group ID.

cardholderID
string

The new cardholder identifier.

rxBIN
string

The BIN assigned to the group ID.

rxPCN
string

The PCN assigned to the group ID.