GET api/Pharmacies

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Pharmacy
NameDescriptionTypeAdditional information
CKKID

integer

Required

KamsoftId

integer

Required

Response Formats

application/json, text/json

Sample:
[
  {
    "CKKID": 1,
    "KamsoftId": 1
  },
  {
    "CKKID": 1,
    "KamsoftId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfPharmacy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Core.Models">
  <Pharmacy>
    <CKKID>1</CKKID>
    <KamsoftId>1</KamsoftId>
  </Pharmacy>
  <Pharmacy>
    <CKKID>1</CKKID>
    <KamsoftId>1</KamsoftId>
  </Pharmacy>
</ArrayOfPharmacy>