SupplierCreate

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISoftware-as-a-ServiceSCM

Properties

Name Type Description
SupplierName string
SupplierType string
TaxpayerIdentificationNumber string
Country string
AddressLine1 string
City string
State string
PostalCode string
View JSON Schema on GitHub

JSON Schema

oracle-fusion-suppliercreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SupplierCreate",
  "title": "SupplierCreate",
  "type": "object",
  "required": [
    "SupplierName"
  ],
  "properties": {
    "SupplierName": {
      "type": "string"
    },
    "SupplierType": {
      "type": "string"
    },
    "TaxpayerIdentificationNumber": {
      "type": "string"
    },
    "Country": {
      "type": "string"
    },
    "AddressLine1": {
      "type": "string"
    },
    "City": {
      "type": "string"
    },
    "State": {
      "type": "string"
    },
    "PostalCode": {
      "type": "string"
    }
  }
}