<back to all web services
UpdateProtocolRequest
The following routes are available for this service:PUT | /recipe/{RecipeId/protocol} | | |
---|
UpdateProtocolRequest Parameters:Name | Parameter | Data Type | Required | Description |
---|
RecipeId | body | long | No | |
Protocol | body | CreateRecipeProtocolDto | No | |
Label | body | CreateRecipeLabelDto | No | |
CreateRecipeProtocolDto Parameters:Name | Parameter | Data Type | Required | Description |
---|
ProtocolIngredients | form | List<ProtocolIngredientDto> | No | |
BottlingType | form | BottlingType | No | |
Signature | form | string | No | |
ManufacturedByGuideline | form | bool | No | |
HygieneInstructionsFollowed | form | bool | No | |
CleaningInstructionsFollowed | form | bool | No | |
ManufactureInstructionsFollowed | form | bool | No | |
Units | form | int | No | |
SingleSize | form | int | No | |
DripBottleChargeNo | form | string | No | |
ProtocolSignature | form | string | No | |
UnitOfMeasure | form | string | No | |
ProtocolIngredientDto Parameters:Name | Parameter | Data Type | Required | Description |
---|
Id | form | long | No | |
EssenceId | form | long | No | |
EssenceName | form | string | No | |
ProductGroup | form | ProductGroup | No | |
Ethanol | form | float | No | |
ExpiryDate | form | DateTime? | No | |
ChargeNo | form | string | No | |
Symptom | form | string | No | |
IsAmount | form | decimal | No | |
ShouldAmount | form | decimal | No | |
ProductGroup Enum:Name | Value | |
---|
Spagyric | 1 | |
Herbs | 3 | |
Tinctures | 4 | |
MineralSolution | 6 | |
LMPotency | 7 | |
Custom | 9 | |
BudExtract | 10 | |
BottlingType Enum:Name | Value | |
---|
AdHoc | 1 | |
Bulk | 2 | |
CreateRecipeLabelDto Parameters:Name | Parameter | Data Type | Required | Description |
---|
CustomerId | form | long? | No | |
LabelLanguage | form | LanguageCode | No | |
LabelType | form | LabelType | No | |
Title | form | string | No | |
Usage | form | string | No | |
Illness | form | string | No | |
CustomerPrefix | form | string | No | |
CustomerName | form | string | No | |
IngredientPrefix | form | string | No | |
IngredientText | form | string | No | |
DosagePrefix | form | string | No | |
DosageText | form | string | No | |
EmulsionPrefix | form | string | No | |
EmulsionText | form | string | No | |
EthanolText | form | string | No | |
StorageText | form | string | No | |
ChargeNrPrefix | form | string | No | |
AmountPrefix | form | string | No | |
PricePrefix | form | string | No | |
Barcode | form | string | No | |
Price | form | float | No | |
ManufacturedPrefix | form | string | No | |
BestUntilPrefix | form | string | No | |
BestUntil | form | DateTime? | No | |
Manufactured | form | DateTime | No | |
UnitOfMeasure | form | string | No | |
LanguageCode Enum:Name | Value | |
---|
de | 1 | |
fr | 2 | |
it | 3 | |
LabelType Enum:Name | Value | |
---|
SpagyricsHuman | 1 | |
Tea | 2 | |
SpagyricsAnimal | 3 | |
Emulsion | 4 | |
Tincture | 5 | |
Homeopathie | 6 | |
BudExtract | 7 | |
Empty | 8 | |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
PUT /recipe/{RecipeId/protocol} HTTP/1.1
Host: heidak-api.build.exanic.ch
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<UpdateProtocolRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/heilog.ch.Api.ServiceModel.Recipe">
<Label xmlns:d2p1="http://schemas.datacontract.org/2004/07/heilog.ch.Api.Dto.Recipe">
<d2p1:AmountPrefix>String</d2p1:AmountPrefix>
<d2p1:Barcode>String</d2p1:Barcode>
<d2p1:BestUntil>0001-01-01T00:00:00</d2p1:BestUntil>
<d2p1:BestUntilPrefix>String</d2p1:BestUntilPrefix>
<d2p1:ChargeNrPrefix>String</d2p1:ChargeNrPrefix>
<d2p1:CustomerId>0</d2p1:CustomerId>
<d2p1:CustomerName>String</d2p1:CustomerName>
<d2p1:CustomerPrefix>String</d2p1:CustomerPrefix>
<d2p1:DosagePrefix>String</d2p1:DosagePrefix>
<d2p1:DosageText>String</d2p1:DosageText>
<d2p1:EmulsionPrefix>String</d2p1:EmulsionPrefix>
<d2p1:EmulsionText>String</d2p1:EmulsionText>
<d2p1:EthanolText>String</d2p1:EthanolText>
<d2p1:Illness>String</d2p1:Illness>
<d2p1:IngredientPrefix>String</d2p1:IngredientPrefix>
<d2p1:IngredientText>String</d2p1:IngredientText>
<d2p1:LabelLanguage>de</d2p1:LabelLanguage>
<d2p1:LabelType>SpagyricsHuman</d2p1:LabelType>
<d2p1:Manufactured>0001-01-01T00:00:00</d2p1:Manufactured>
<d2p1:ManufacturedPrefix>String</d2p1:ManufacturedPrefix>
<d2p1:Price>0</d2p1:Price>
<d2p1:PricePrefix>String</d2p1:PricePrefix>
<d2p1:StorageText>String</d2p1:StorageText>
<d2p1:Title>String</d2p1:Title>
<d2p1:UnitOfMeasure>String</d2p1:UnitOfMeasure>
<d2p1:Usage>String</d2p1:Usage>
</Label>
<Protocol xmlns:d2p1="http://schemas.datacontract.org/2004/07/heilog.ch.Api.Dto.Recipe">
<d2p1:BottlingType>AdHoc</d2p1:BottlingType>
<d2p1:CleaningInstructionsFollowed>false</d2p1:CleaningInstructionsFollowed>
<d2p1:DripBottleChargeNo>String</d2p1:DripBottleChargeNo>
<d2p1:HygieneInstructionsFollowed>false</d2p1:HygieneInstructionsFollowed>
<d2p1:ManufactureInstructionsFollowed>false</d2p1:ManufactureInstructionsFollowed>
<d2p1:ManufacturedByGuideline>false</d2p1:ManufacturedByGuideline>
<d2p1:ProtocolIngredients xmlns:d3p1="http://schemas.datacontract.org/2004/07/heilog.ch.Api.Dto.Ingredient">
<d3p1:ProtocolIngredientDto>
<d3p1:ChargeNo>String</d3p1:ChargeNo>
<d3p1:EssenceId>0</d3p1:EssenceId>
<d3p1:EssenceName>String</d3p1:EssenceName>
<d3p1:Ethanol>0</d3p1:Ethanol>
<d3p1:ExpiryDate>0001-01-01T00:00:00</d3p1:ExpiryDate>
<d3p1:Id>0</d3p1:Id>
<d3p1:IsAmount>0</d3p1:IsAmount>
<d3p1:ProductGroup>Spagyric</d3p1:ProductGroup>
<d3p1:ShouldAmount>0</d3p1:ShouldAmount>
<d3p1:Symptom>String</d3p1:Symptom>
</d3p1:ProtocolIngredientDto>
</d2p1:ProtocolIngredients>
<d2p1:ProtocolSignature>String</d2p1:ProtocolSignature>
<d2p1:Signature>String</d2p1:Signature>
<d2p1:SingleSize>0</d2p1:SingleSize>
<d2p1:UnitOfMeasure>String</d2p1:UnitOfMeasure>
<d2p1:Units>0</d2p1:Units>
</Protocol>
<RecipeId>0</RecipeId>
</UpdateProtocolRequest>