GET api/pricecodes

Gets a collection of Price Codes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of Price Codes

Collection of PriceCodeModel
NameDescriptionTypeAdditional information
Code

Gets or sets the price code name

string

None.

Description

Gets or sets the price code description

string

None.

PharmacyPriceCode

Gets or sets the pharmacy price code name

string

None.

Url

Gets or sets the link representing a link back to the resource

string

None.

ID

Gets or sets the identifier for the resource

integer

None.

Response Formats

application/json, text/json, application/json-patch+json

Sample:
[
  {
    "url": "sample string 4",
    "id": 5,
    "code": "sample string 1",
    "description": "sample string 2",
    "pharmacyPriceCode": "sample string 3"
  },
  {
    "url": "sample string 4",
    "id": 5,
    "code": "sample string 1",
    "description": "sample string 2",
    "pharmacyPriceCode": "sample string 3"
  }
]