OpenBalanceDetail

Returns information regarding contracted, shipped, and balance quantities of all open contracts

Request

URL https://cap.crainwalnut.com/api/contracts/openbalancedetail
Method GET

Parameters

This endpoint has no parameters.

Returns

An array of objects of anonymous type with the following definition

Name Data Type Description
ContractProduct ContractProduct Refer to data type’s documentation for further information
CropYear CropYear Refer to data type’s documentation for further information
ContractedQuantity Decimal Amount of Product contracted expressed in terms of the product’s PackagingType
ContractedPounds Decimal Amount of Product contracted expressed in terms of the system's base UnitOfMeasure
ShippedQuantity Decimal Amount of Product shipped expressed in terms of the product’s PackagingType
ShippedPounds Decimal Amount of Product shipped expressed in terms of the system's base UnitOfMeasure
BalanceQuantity Decimal Balance of Product contracted after accounting for committed shipments expressed in terms of the product’s PackagingType
BalancePounds Decimal Balance of Product contracted after accounting for committed shipments expressed in terms of the system's base UnitOfMeasure
ContractedPrice Decimal Price of Product contracted
PriceType PriceType Refer to data type’s documentation for further information

Remarks

Properties ContractedPrice and PriceType are only available to users with extended security permissions. All other properties are available to anyone with general permission on the endpoint.