Versions Compared

Key

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

Web service call

Request examples

Null values

When a response to a REST JSON 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 createsNull values etc.

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  
400   The request could not be deserialized.
401A non-accessible flow is requested.  
404   
406The request contains an Accept header for an unsupported MIME type.  
500An unexpected exception occured while handling the BaaS request.