Oracle E-Business Suite · JSON Structure

Supply Chain Supplier Site Structure

Type: object Properties: 11
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

vendorSiteId vendorSiteCode addressLine1 addressLine2 city state zip country purchasingSiteFlag paymentSiteFlag orgId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SupplierSite",
  "type": "object",
  "properties": {
    "vendorSiteId": {
      "type": "integer"
    },
    "vendorSiteCode": {
      "type": "string"
    },
    "addressLine1": {
      "type": "string"
    },
    "addressLine2": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "zip": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "purchasingSiteFlag": {
      "type": "string"
    },
    "paymentSiteFlag": {
      "type": "string"
    },
    "orgId": {
      "type": "integer"
    }
  }
}