GET api/pricecheck/{ndc}?quantity={quantity}&zipCode={zipCode}&localization={localization}&page={page}&pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ndc | string |
Required |
|
| quantity | decimal number |
Required |
|
| zipCode | string |
None. |
|
| localization | string |
None. |
|
| page | integer |
Default value is 1 |
|
| pageSize | integer |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
PagedPriceCheckModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Espots | Dictionary of string [key] and string [value] |
None. |
|
| PageNumber | integer |
None. |
|
| PageCount | integer |
None. |
|
| PageSize | integer |
None. |
|
| Items | Collection of PriceCheckModel |
None. |
|
| TotalRecordCount | integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
{
"pageNumber": 1,
"pageCount": 2,
"pageSize": 3,
"items": [
{
"url": "sample string 15",
"id": 16,
"networkName": "sample string 1",
"networkSortOrder": 2,
"logoUrl": "sample string 3",
"averageWac": 4.0,
"networkPrice": 5.0,
"mailOrderLocation": true,
"mailOrderPhoneNumber": "sample string 7",
"isPetMed": true,
"showPrice": true,
"altPriceText": "sample string 10",
"altPriceImageUrl": "sample string 11",
"showAltPriceImage": true,
"customURL": "sample string 13",
"customURLText": "sample string 14"
},
{
"url": "sample string 15",
"id": 16,
"networkName": "sample string 1",
"networkSortOrder": 2,
"logoUrl": "sample string 3",
"averageWac": 4.0,
"networkPrice": 5.0,
"mailOrderLocation": true,
"mailOrderPhoneNumber": "sample string 7",
"isPetMed": true,
"showPrice": true,
"altPriceText": "sample string 10",
"altPriceImageUrl": "sample string 11",
"showAltPriceImage": true,
"customURL": "sample string 13",
"customURLText": "sample string 14"
}
],
"totalRecordCount": 4,
"espots": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}