Represents a formal and legally binding agreement in regard to the purchase of goods or services.
Name | Data Type | Description |
---|---|---|
ContractKey | Integer |
System assigned, immutable value that uniquely identifies the record |
Owner | AppEntityType |
Refer to data type’s documentation for further information |
ContractNumber | String |
User assigned, mutable value that uniquely identifies the record |
Date | DateTime |
Date of record |
Customer | Name |
Counterparty to the Contract |
Location | String |
Description associated with the location to which product is to be delivered |
PurchaseOrderNumber | String |
Customer supplied reference number |
SaleTerms | SaleTerms |
Refer to data type’s documentation for further information |
PayTerms | PayTerms |
Refer to data type’s documentation for further information |
ShipDate | DateTime |
User specified intended date of shipment |
ExpirationDate | Nullable<DateTime> |
Optional |
IsInternational | Boolean |
User assigned indicator intended to designate whether an contract is to be shipped internationally, without further definition of what it means to be “international”. Usage may actually signify that an contract represents a special consideration for logistics, such as requiring ocean vessel transport, as opposed to being a strict indicator of an international transaction. This seems to be backed by current data, where contracts to Canada do not generally have the indicator set |
Port | Port |
Refer to data type’s documentation for further information |
BLType | BillOfLadingType |
Refer to data type’s documentation for further information |