| Name | Description | Type | Additional information |
|---|---|---|---|
| T_ID |
Transteams unique record ID (Key) |
integer |
None. |
| C_ID |
The Customers unique record ID |
integer |
Required |
| OwnerID |
OwnerID may be ommitted in transfered JSON Record; otherwise it is ignored. OwnerID is derived from login identity. |
integer |
None. |
| Ship |
The ships name |
string |
Required Max length: 50 |
| Supplier |
The suppliers name |
string |
Required Max length: 50 |
| OrderNo |
The suppliers (or customers) number (ID) unique per order |
string |
Required Max length: 50 |
| Quantity |
Quantity of items |
integer |
Required Range: inclusive between 1 and 2147483647 |
| Item |
The items name or description in english |
string |
Required Max length: 50 |
| Item_German |
The items name or description in german |
string |
Max length: 50 |
| Value |
Value of item(s) in Euro |
decimal number |
None. |
| Weight | decimal number |
None. |
|
| Length | decimal number |
None. |
|
| Width | decimal number |
None. |
|
| Height | decimal number |
None. |
|
| AvisDate |
Date/Time of record creation at Transteam. Ignored if posted, but added to the record sent in the response body. |
date |
None. |
| StockDate |
Date/time of arrival at Transteam stock. Read only; ignored if posted. |
date |
None. |
| Status | string |
Max length: 1 |
|
| hasPDF | boolean |
None. |
|
| DG | boolean |
None. |