| Name | Description | Type | Additional Information |
|---|---|---|---|
| Contract |
ID of the purchase contract |
string |
Required Max length: 15 |
| CustID |
ID of the customer on the contract |
string |
Required Max length: 6 |
| Location |
ID of the delivery location for the contract |
string |
Required Max length: 6 |
| Commodity |
ID of the commodity on the contract |
string |
Required Max length: 6 |
| Dateest |
Date the contract was established |
string |
Required Format must be MM/dd/yyyy |
| ExpireDate |
Expiration date of the contract |
string |
Format must be MM/dd/yyyy |
| ContractStatus |
Current status of the contract |
string |
Required Max length: 15 |
| ContractType |
Type of contract |
string |
Required Max length: 20 |
| CashPrice |
Cash price established for the contract |
decimal number |
Max of 5 decimal places |
| ContractQuantity |
Contracted quantity of the commodity |
decimal number |
Required |
| QuantityRecvd |
Quantity received so far |
decimal number | |
| Basisprice |
Difference between the futures price and cash price |
decimal number |
Max of 5 decimal places |
| FuturesMonth |
ID of the futures month used for the futures price |
string |
Max length: 10 |
| Exchange |
ID of the exchange used to establish the price |
string |
Max length: 10 |
| StrikePrice |
Price at which a futures contract can be bought or sold |
decimal number |
Max of 5 decimal places |
| Futuresprice |
Futures price established for the contract |
decimal number |
Max of 5 decimal places |
| ContractSigned |
Indicates whether or not the contract has been signed |
boolean | |
| BidCriteria |
ID for the terms of the bid |
string |
Max length: 20 |
| ShipDestination |
ID of the shipping destination to apply to the contract |
string |
Max length: 6 |
| OriginContract |
ID of the original contract this contract migrated from |
string |
Max length: 15 |
| OriginLocation |
The ID of the original contract location this contract migrated from |
string |
Max length: 6 |
| SalesmanID |
ID of the salesperson associated with the contract |
string |
Max length: 15 |
| PricingNotes |
Note related to pricing for the contract |
string |
Max length: 50 |
| IsSpot |
Indicates whether or not the contract is a spot contract |
boolean | |
| originalContractQuantity |
Original contracted quantity |
decimal number | |
| PurchaseContractGuid |
Global unique identifier for the Purchase Contract |
globally unique identifier |
Required (Hexadecimal 8-4-4-4-12) |
| SellerSignatureDateSignedToPrint |
The date the seller signed the contract. Only valid when ContractSiigned is true. Only the date portion is used. |
date | |
| ContractFormat |
The format used to create the physical contract to sign |
string |
Max length: 50 |
| DirectShipped |
Flag that indicates if the purchase contract is to be treated as direct shipped |
boolean | |
| LastModifiedUTC |
The last modified date of the contract in UTC format |
date | |
| PurchaseContractDeliveryDates |
List of delivery dates for the contract |
Collection of ClsGrPurConDd | |
| PurchaseContractGradeFactors |
List of grade factors for the contract |
Collection of ClsGrPurConGf | |
| PurchaseContractComments |
List of comments for the contract |
Collection of ClsGrPurConComm |