SalesOrderCreate

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Properties

Name Type Description
soldToOrgId integer
orderTypeId integer
orderedDate string
transactionalCurrCode string
shipToOrgId integer
invoiceToOrgId integer
salesrepId integer
lines array
View JSON Schema on GitHub

JSON Schema

supply-chain-sales-order-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}