Oracle E-Business Suite · JSON Structure

Supply Chain Sales Order Structure

Type: object Properties: 18
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

headerId orderNumber orderedDate orderTypeId orderTypeName soldToOrgId customerName shipToOrgId invoiceToOrgId transactionalCurrCode flowStatusCode bookedFlag totalAmount salesrepId lines orgId creationDate lastUpdateDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SalesOrder",
  "type": "object",
  "properties": {
    "headerId": {
      "type": "integer"
    },
    "orderNumber": {
      "type": "integer"
    },
    "orderedDate": {
      "type": "string"
    },
    "orderTypeId": {
      "type": "integer"
    },
    "orderTypeName": {
      "type": "string"
    },
    "soldToOrgId": {
      "type": "integer"
    },
    "customerName": {
      "type": "string"
    },
    "shipToOrgId": {
      "type": "integer"
    },
    "invoiceToOrgId": {
      "type": "integer"
    },
    "transactionalCurrCode": {
      "type": "string"
    },
    "flowStatusCode": {
      "type": "string"
    },
    "bookedFlag": {
      "type": "string"
    },
    "totalAmount": {
      "type": "number"
    },
    "salesrepId": {
      "type": "integer"
    },
    "lines": {
      "type": "array"
    },
    "orgId": {
      "type": "integer"
    },
    "creationDate": {
      "type": "string"
    },
    "lastUpdateDate": {
      "type": "string"
    }
  }
}