Oracle E-Business Suite · JSON Structure

Supply Chain Purchase Order Shipment Structure

Type: object Properties: 10
Business ApplicationsE-Business SuiteEnterpriseERPOracle

PurchaseOrderShipment is a JSON Structure definition published by Oracle E-Business Suite, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

lineLocationId shipmentNum quantity quantityReceived quantityBilled needByDate promisedDate shipToOrganizationId shipToLocationId closedCode

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PurchaseOrderShipment",
  "type": "object",
  "properties": {
    "lineLocationId": {
      "type": "integer"
    },
    "shipmentNum": {
      "type": "integer"
    },
    "quantity": {
      "type": "number"
    },
    "quantityReceived": {
      "type": "number"
    },
    "quantityBilled": {
      "type": "number"
    },
    "needByDate": {
      "type": "string"
    },
    "promisedDate": {
      "type": "string"
    },
    "shipToOrganizationId": {
      "type": "integer"
    },
    "shipToLocationId": {
      "type": "integer"
    },
    "closedCode": {
      "type": "string"
    }
  }
}