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 6 Next »

Null values

JSON messages with null values are supported by web service calls and Blueriq as a Service.

 JSON MessageDomain schema
BaaS requestProperty value nullProperty not required
BaaS responseProperty absentProperty not required
Web service request  
Web service response  

 

Incoming JSON messages containing properties with null values are allowed for non-required properties. When a property is specified as non-required 

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.

Responses

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