| GET | /barcodepreset |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BarcodePresets | form | List<BarcodePresetDto> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | long | No | |
| LabelType | form | LabelType | No | |
| Barcode | form | string | No | |
| Size | form | int | No |
| 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 .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /barcodepreset HTTP/1.1 Host: heidak-api.build.exanic.ch Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
barcodePresets:
[
{
id: 0,
labelType: 1,
barcode: String,
size: 0
}
]
}