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) |
|
|
|
type |
foreign key that uniquely identifies a singular Transaction Type. |
number(10,0) |
|
|
|
warehouse |
foreign key that uniquely identifies a singular warehouse. |
number(10,0) |
|
|
|
material |
foreign key that uniquely identifies a singular material. |
number(10,0) |
|
|
|
stockType |
foreign key that uniquely identifies a singular stock type. |
number(10,0) |
|
|
|
measureUnit |
foreign key that uniquely identifies a singular measureUnit. |
number(10,0) |
|
|
|
operation |
foreign key that uniquely identifies a singular operation. |
number(10,0) |
|
|
|
quantity |
amount. |
number(10,3) |
|
|
|
referenceDate |
the reference date. |
ZonedDateTimeRange |
|
|
|
stockUpdated |
if stock is updated |
Boolean |