Navigation: Webservice > Data types > Simple data types
boolean values (bool)
The data type bool is used to exchange logical information (true or false). Examples of flags are the method call and return values, which indicate the success or failure of a method call up.