Breadcrumbs

API - Lot Groups


Overview

The list page that contains the item units of measure codes.

Endpoint name

lotGroups

Source table

WiFi Lot Group

Fixed view

No filter

Requests allowed

GET, POST, PATCH, DELETE

Primary key

Code

Record ID

code

Procedures

None


Data

Field List

Property

Type

format

Description


1

systemId

string

uuid

SystemId

Record ID

2

code

string

max 10

Code

primary key

Mandatory

3

description

string

max 50


optional

4

defaultLotHoldStatus

string

enum

Options: blank, Hold, "QA Hold", "QA Lock", "Customs Hold"

optional

5

productConsumptionAllowed

boolean



optional

6

productProductionAllowed

boolean



optional

7

rawMatConsumptionAllowed

boolean



optional

8

wipConsumptionAllowed

boolean


Qty. per Unit of Measure

optional

9

wipProductionAllowed

boolean


Weight

optional

10

lastModified

string

date-time

SystemModifiedAt

non-editable

Example Object

JSON
{
    "systemId": "b5e1c045-612a-f011-b020-f11f8541a8f7",
    "code": "WEEK-1",
    "description": "Week 1, 2025",
    "defaultLotHoldStatus": " ",
    "productConsumptionAllowed": false,
    "productProductionAllowed": false,
    "rawMatConsumptionAllowed": true,
    "wipConsumptionAllowed": true,
    "wipProductionAllowed": false,
    "lastModified": "2025-05-06T10:03:06.387Z"
}