You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Web service call

Null values

When a response to a REST JSON web service call contains properties with null values these properties will be handled as non-existent properties. This means that null values are only accepted for properties that are specified as non-required in the response domain schema. Non-required properties on request domain schemas are not present in the actual request that the web service call creates, so there won't be any null values in web service call requests.

Blueriq as a Service

HTTP status codes

When working with Blueriq as a Service (Baas) there are several status HTTP status codes that can be expected in the response.

Response codeDescription
200OK
400The request could not be deserialized.
401A non-accessible flow is requested.
404An unknown web service is requested.
406The request contains an Accept header for an unsupported MIME type.
500An unexpected exception occured while handling the request.
  • No labels