Oracle E-Business Suite · Example Payload

Supply Chain Delivery Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Supply Chain Delivery Example is an example object payload from Oracle E-Business Suite, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

deliveryIdnamestatusCodeinitialPickupDateultimateDropoffDatecustomerIdshipToLocationIdcarrierIdshipMethodCodewaybillgrossWeightweightUomCodevolumevolumeUomCodeorganizationIdcreationDatelastUpdateDate

Example Payload

Raw ↑
{
  "deliveryId": "500123",
  "name": "Example Title",
  "statusCode": "example_value",
  "initialPickupDate": "example_value",
  "ultimateDropoffDate": "example_value",
  "customerId": "500123",
  "shipToLocationId": "500123",
  "carrierId": "500123",
  "shipMethodCode": "example_value",
  "waybill": "example_value",
  "grossWeight": 42.5,
  "weightUomCode": "example_value",
  "volume": 42.5,
  "volumeUomCode": "example_value",
  "organizationId": "500123",
  "creationDate": "example_value",
  "lastUpdateDate": "example_value"
}