Apache OFBiz · Example Payload

Apache Ofbiz Service Response Example

ERPCRME-CommerceBusiness ApplicationsApacheJavaOpen SourceSupply Chain

Apache Ofbiz Service Response Example is an example object payload from Apache OFBiz, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusCodestatusDescriptionsuccessMessagedata

Example Payload

Raw ↑
{
  "statusCode": 200,
  "statusDescription": "OK",
  "successMessage": "OK",
  "data": {}
}