Oracle E-Business Suite · JSON Structure

Supply Chain Sales Order Create Structure

Type: object Properties: 8
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

soldToOrgId orderTypeId orderedDate transactionalCurrCode shipToOrgId invoiceToOrgId salesrepId lines

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SalesOrderCreate",
  "type": "object",
  "properties": {
    "soldToOrgId": {
      "type": "integer"
    },
    "orderTypeId": {
      "type": "integer"
    },
    "orderedDate": {
      "type": "string"
    },
    "transactionalCurrCode": {
      "type": "string"
    },
    "shipToOrgId": {
      "type": "integer"
    },
    "invoiceToOrgId": {
      "type": "integer"
    },
    "salesrepId": {
      "type": "integer"
    },
    "lines": {
      "type": "array"
    }
  }
}