Name | Description | Type | Additional Information |
---|---|---|---|
ContainerId |
ID assigned to the container |
string |
Required Max length: 60 |
AlternateContainerId |
Alternate ID for the container (optional) |
string |
Max length: 60 |
OwnersContainerId |
Owner ID for the container (optional) |
string |
Max length: 60 |
TankType |
User defined |
string |
Max length: 25 |
Manufacturer |
Manufacturer of the container |
string |
Max length: 50 |
DateOfManufacture |
Date container was manufactured |
string |
Data type: DateTime Format must be MM/dd/yyyy |
OwningLocation |
Location ID assigned to the container |
string |
Max length: 6 |
CurrentLocation |
Location ID where the container is currently |
string |
Max length: 6 |
Capacity |
Holding capacity of the container |
decimal number |
Max of 3 decimal places Range: inclusive between 0 and 9999999 |
CapacityUnits |
Unit of measure used for the capacity of the container |
CapacityUnitsEnum | |
Inactive |
Status of the container - Active or Inactive |
boolean |
Must be 0, 1, True, or False |
FilledStatus |
Fill status of the container - Filled or Not Filled |
FilledStatusEnum | |
OwnedBy |
Type of entity that owns the container - Company, Customer, or Vendor |
OwnedByEnum | |
OwnedByCustomerId |
ID of the customer selected if OwnedBy is set to Customer |
string |
Max length: 6 |
OwnedByVendorId |
ID of the vendor selected if OwnedBy is set to Vendor |
string |
Max length: 10 |
ScheduledTestRequirement |
Type of schedulted test required for the container - Not Required, Before Every Fill, Required Every # of Days or Months |
ScheduledTestRequirementsEnum | |
TestRequiredInterval |
Number of days or months between tests for the container if ScheduledTestRequirement is set to Required Every # of Days or Months |
integer |
Cannot be negative Range: inclusive between 0 and 9999999 |
DaysOrMonths |
Designates if the scheduled test interval is based on Days or Months |
DaysOrMonthsEnum | |
Note |
Additional information regarding the container |
string |
Max length: 256 |
ContainerConstructionKey |
Number representing the construction material of the container |
integer |
Cannot be negative |
ContainerSealKey |
Number representing the seal material for the container |
integer |
Cannot be negative |
TamperEvidentDeviceNumber |
Number of the tamper evident device |
string |
Max length: 60 |
ApprovedProducts |
Any products that are allowed to be inside a container |
Collection of ClsContainerApprovedProductAdd |