heilog.ch.Api

<back to all web services

UpdateLabelRequest

The following routes are available for this service:
PUT/recipe/{RecipeId/label}
UpdateLabelRequest Parameters:
NameParameterData TypeRequiredDescription
RecipeIdbodylongNo
LabelbodyCreateRecipeLabelDtoNo
CreateRecipeLabelDto Parameters:
NameParameterData TypeRequiredDescription
CustomerIdformlong?No
LabelLanguageformLanguageCodeNo
LabelTypeformLabelTypeNo
TitleformstringNo
UsageformstringNo
IllnessformstringNo
CustomerPrefixformstringNo
CustomerNameformstringNo
IngredientPrefixformstringNo
IngredientTextformstringNo
DosagePrefixformstringNo
DosageTextformstringNo
EmulsionTextformstringNo
EthanolTextformstringNo
StorageTextformstringNo
ChargeNrPrefixformstringNo
AmountPrefixformstringNo
PricePrefixformstringNo
BarcodeformstringNo
PriceformfloatNo
ManufacturedPrefixformstringNo
BestUntilPrefixformstringNo
BestUntilformDateTime?No
ManufacturedformDateTimeNo
UnitOfMeasureformstringNo
LanguageCode Enum:
NameValue
de1
fr2
it3
LabelType Enum:
NameValue
SpagyricsHuman1
Tea2
SpagyricsAnimal3
Emulsion4
Tincture5
Homeopathie6
BudExtract7
Empty8

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/label} HTTP/1.1 
Host: heidak-api.test.exanic.ch 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<UpdateLabelRequest 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: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>
  <RecipeId>0</RecipeId>
</UpdateLabelRequest>