Oracle E-Business Suite · Example Payload

Supply Chain Supplier Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Supply Chain Supplier Example is an example object payload from Oracle E-Business Suite, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

vendorIdvendorNamesegment1vendorTypetaxPayerIdstandardIndustryClasspaymentCurrencyCodepaymentMethodCodetermsIdenabledstartDateActiveendDateActivesitescreationDatelastUpdateDate

Example Payload

Raw ↑
{
  "vendorId": "500123",
  "vendorName": "example_value",
  "segment1": "example_value",
  "vendorType": "example_value",
  "taxPayerId": "500123",
  "standardIndustryClass": "example_value",
  "paymentCurrencyCode": "example_value",
  "paymentMethodCode": "example_value",
  "termsId": "500123",
  "enabled": true,
  "startDateActive": "example_value",
  "endDateActive": "example_value",
  "sites": [],
  "creationDate": "example_value",
  "lastUpdateDate": "example_value"
}