object Case

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

case_barcodeString

Barcode value for the case.

case_quantityInt

Case quantity as a whole-unit count.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "case_barcode": "012345678905",
  "case_quantity": 2
}