Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 Table of contents

Table of Contents

Web service call

Request examples

Null values etc.

...

HTTP status codes

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

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

Non-required properties

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

The following table shows all situations regarding a non-required property (as modelled in the domain schema in Studio) which is not set (value UNKNOWN):

 JSON message
BaaS requestProperty absent or property value null
BaaS responseProperty absent
Web service requestProperty absent
Web service responseProperty absent or property value null