Oracle E-Business Suite · JSON Structure

Supply Chain Supplier Structure

Type: object Properties: 15
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

vendorId vendorName segment1 vendorType taxPayerId standardIndustryClass paymentCurrencyCode paymentMethodCode termsId enabled startDateActive endDateActive sites 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": "Supplier",
  "type": "object",
  "properties": {
    "vendorId": {
      "type": "integer"
    },
    "vendorName": {
      "type": "string"
    },
    "segment1": {
      "type": "string"
    },
    "vendorType": {
      "type": "string"
    },
    "taxPayerId": {
      "type": "string"
    },
    "standardIndustryClass": {
      "type": "string"
    },
    "paymentCurrencyCode": {
      "type": "string"
    },
    "paymentMethodCode": {
      "type": "string"
    },
    "termsId": {
      "type": "integer"
    },
    "enabled": {
      "type": "boolean"
    },
    "startDateActive": {
      "type": "string"
    },
    "endDateActive": {
      "type": "string"
    },
    "sites": {
      "type": "array"
    },
    "creationDate": {
      "type": "string"
    },
    "lastUpdateDate": {
      "type": "string"
    }
  }
}