definition for components contained within a single barcode
Type
Description
Name
string
name by which the barcode definition will be known on the records of the database
TotalLength
int
SUM(BarcodeDefElement.Length); here for convenience without having to perform the SUM
GroupWith
string
barcode defs with same GroupWith are considered companions, each of which should be scanned for completeness
Elements
IEnumerable<Customer.Models.BarcodeDefElement>
field content contained within the barcode, listed in order of appearance in the barcode
ElementType
Customer.Models.BarcodeDefElementType
how name is interpreted
- 0: TrackBy
- 1: SavedElement
- 2: Skip
Name
string
name of track-by, name of saved element, or blank if skip
Length
int
number of characters
Sample content-type: application/hal+json
Copy to clipboard
copied
{
"name": "str" ,
"totalLength": 2 ,
"groupWith": "str" ,
"elements": [
{
"elementType": 0 ,
"name": "str" ,
"length": 2
}
]
}
definition for components contained within a single barcode
Type
Description
Name
string
name by which the barcode definition will be known on the records of the database
TotalLength
int
SUM(BarcodeDefElement.Length); here for convenience without having to perform the SUM
GroupWith
string
barcode defs with same GroupWith are considered companions, each of which should be scanned for completeness
Elements
IEnumerable<Customer.Models.BarcodeDefElement>
field content contained within the barcode, listed in order of appearance in the barcode
ElementType
Customer.Models.BarcodeDefElementType
how name is interpreted
- 0: TrackBy
- 1: SavedElement
- 2: Skip
Name
string
name of track-by, name of saved element, or blank if skip
Length
int
number of characters
Links
IList<WebApi.Hal.Link>
-
edit
DELETE
-
/rels/customers/customer
Sample accept: application/hal+json
{
"name": "str" ,
"totalLength": 2 ,
"groupWith": "str" ,
"elements": [
{
"elementType": 0 ,
"name": "str" ,
"length": 2
}
]
}