Apache OFBiz · Example Payload

Apache Ofbiz Service List Response Example

ERPCRME-CommerceBusiness ApplicationsApacheJavaOpen SourceSupply Chain

Apache Ofbiz Service List 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": [
    {
      "name": "findProductById",
      "description": "Finds productId(s) corresponding to a product reference.",
      "link": {
        "href": "https://localhost:8443/rest/services/findProductById",
        "rel": "self",
        "type": "get"
      }
    }
  ]
}