Resource Fields
|
PII |
SI |
Field |
Description |
Format |
|---|---|---|---|---|
|
|
|
id |
The "id" refers to the identifier of a specific entity within the context of the API. It is automatically generated, does not change, and can only be accessed in read mode. It serves as a search filter to locate data based on a list of values. |
number(10,0) |
|
|
|
insertUser |
foreign key that uniquely identifies a singular user that create the warehouse. |
number(10,0) |
|
|
|
insertDate |
creation date |
Date |
|
|
|
updateUser |
foreign key that uniquely identifies a singular user that last updated the warehouse.. |
number(10,0) |
|
|
|
updateDate |
last update date |
Date |
|
|
|
state |
foreign key that uniquely identifies a status of the warehouse. |
number(10,0) |
|
|
|
type |
foreign key that uniquely identifies a type of the warehouse. |
number(10,0) |
|
|
|
code |
The code refers to the identifier of a specific entity within the context of the API code |
String |
|
|
|
description |
the description of the warehouse. |
LocalizedString |
|
|
|
schedulingUser |
foreign key that uniquely identifies a schedulig user of the warehouse. |
number(10,0) |
|
|
|
trackingMode |
foreign key that uniquely identifies a tracking mode of the warehouse. |
number(10,0) |
|
|
|
address |
foreign key that uniquely identifies address of the warehouse. |
number(10,0) |
|
|
|
position |
Position |
WarehousePosition |