HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /recipe/draft HTTP/1.1
Host: heidak-api.build.exanic.ch
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
recipe:
{
id: 0,
customerId: 0,
ingredients:
[
{
essenceId: 0,
essenceName: String,
productGroup: 1,
ethanol: 0,
contraIndication: String,
isAvailable: False,
expiryDate: 0001-01-01,
chargeNo: String,
symptom: String,
amount: 0
}
],
protocolIngredients:
[
{
id: 0,
essenceId: 0,
essenceName: String,
productGroup: 1,
ethanol: 0,
expiryDate: 0001-01-01,
chargeNo: String,
symptom: String,
isAmount: 0,
shouldAmount: 0
}
],
illnessId: 0,
targetType: 1,
bottlingType: 1,
comment: String,
signature: String,
recipeState: 0,
pharmacistId: 0,
manufacturedByGuideline: False,
hygieneInstructionsFollowed: False,
cleaningInstructionsFollowed: False,
manufactureInstructionsFollowed: False,
units: 0,
singleSize: 0,
dripBottleChargeNo: String,
protocolSignature: String,
labelLanguage: 1,
labelType: 1,
title: String,
usage: String,
illness: String,
customerPrefix: String,
customerName: String,
ingredientPrefix: String,
ingredientText: String,
dosagePrefix: String,
dosageText: String,
emulsionPrefix: String,
emulsionText: String,
ethanolText: String,
storageText: String,
chargeNrPrefix: String,
amountPrefix: String,
pricePrefix: String,
barcode: String,
price: 0,
manufacturedPrefix: String,
bestUntilPrefix: String,
bestUntil: 0001-01-01,
manufactured: 0001-01-01,
unitOfMeasure: String
},
sourceRecipeId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
recipe:
{
id: 0,
customerId: 0,
ingredients:
[
{
essenceId: 0,
essenceName: String,
productGroup: 1,
ethanol: 0,
contraIndication: String,
isAvailable: False,
expiryDate: 0001-01-01,
chargeNo: String,
symptom: String,
amount: 0
}
],
protocolIngredients:
[
{
id: 0,
essenceId: 0,
essenceName: String,
productGroup: 1,
ethanol: 0,
expiryDate: 0001-01-01,
chargeNo: String,
symptom: String,
isAmount: 0,
shouldAmount: 0
}
],
illnessId: 0,
targetType: 1,
bottlingType: 1,
comment: String,
signature: String,
recipeState: 0,
pharmacistId: 0,
manufacturedByGuideline: False,
hygieneInstructionsFollowed: False,
cleaningInstructionsFollowed: False,
manufactureInstructionsFollowed: False,
units: 0,
singleSize: 0,
dripBottleChargeNo: String,
protocolSignature: String,
labelLanguage: 1,
labelType: 1,
title: String,
usage: String,
illness: String,
customerPrefix: String,
customerName: String,
ingredientPrefix: String,
ingredientText: String,
dosagePrefix: String,
dosageText: String,
emulsionPrefix: String,
emulsionText: String,
ethanolText: String,
storageText: String,
chargeNrPrefix: String,
amountPrefix: String,
pricePrefix: String,
barcode: String,
price: 0,
manufacturedPrefix: String,
bestUntilPrefix: String,
bestUntil: 0001-01-01,
manufactured: 0001-01-01,
unitOfMeasure: String
}
}