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) |
|
|
|
header |
foreign key that uniquely identifies a singular warehouse operation. |
number(10,0) |
|
|
|
material |
foreign key that uniquely identifies a singular warehouse material. |
number(10,0) |
|
|
|
status |
foreign key that uniquely identifies a singular warehouse status. |
number(10,0) |
|
|
|
outgoingStockType |
foreign key that uniquely identifies a singular stock type. |
number(10,0) |
|
|
|
incomingStockType |
foreign key that uniquely identifies a singular stock type. |
number(10,0) |
|
|
|
measureUnit |
foreign key that uniquely identifies the measure Unit |
number(10,0) |
|
|
|
expectedQuantity |
the expected Quantity |
double |
|
|
|
creationUser |
foreign key that uniquely identifies the creation user |
number(10,0) |
|
|
|
creationDate |
the creation Date |
Date |
|
|
|
outgoingQuantity |
the outgoing Quantity |
double |
|
|
|
sendingUser |
foreign key that uniquely identifies the sending user |
number(10,0) |
|
|
|
sendingDate |
the sending Date |
Date |
|
|
|
incomingQuantity |
the incoming Quantity |
double |
|
|
|
receivingUser |
foreign key that uniquely identifies the receiving user |
number(10,0) |
|
|
|
receivingDate |
the receiving Date |
Date |
|
|
|
errorCode |
the error Code |
String |
|
|
|
errorDescription |
the error Description |
String |