GET PlanCare2Api/EvsMedication/FarMedRxClientMedication?clientId={clientId}&type={type}

Retrieves Farmed Client Medication information When parsing the FarMed XML failed a HttpStatusCode.UnprocessableEntity (422) will be returned

Request Information

URI Parameters

Name Description Type Additional information
clientId

PlanCare internal Client identifier

integer

Required

type

FarMed Format Type value: mo (voorschriftquery) or rx (voorschriftquerypoli)

string

Required

Body Parameters

None.

Response Information

Resource Description

Base 64 string containing FarMedRx XML

string

Response Formats

application/json, text/json

Sample:
"sample string"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>