Apache OFBiz · Schema

ServiceResponse

Standard API response from an OFBiz service invocation.

ERPCRME-CommerceBusiness ApplicationsApacheJavaOpen SourceSupply Chain

Properties

Name Type Description
statusCode integer HTTP status code.
statusDescription string Human-readable status description.
successMessage string Success message if applicable.
data object Service output data. Structure varies by service.
View JSON Schema on GitHub