Oracle E-Business Suite · Example Payload

Supply Chain Purchase Order Create Example

A sample description.

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

vendorIdvendorSiteIdcurrencyCodetypeLookupCodedescriptionbuyerIdshipToLocationIdbillToLocationIdtermsIdlines

Example Payload

Raw ↑
{
  "vendorId": "500123",
  "vendorSiteId": "500123",
  "currencyCode": "example_value",
  "typeLookupCode": "example_value",
  "description": "A sample description.",
  "buyerId": "500123",
  "shipToLocationId": "500123",
  "billToLocationId": "500123",
  "termsId": "500123",
  "lines": []
}