You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The REST API interface returns and accepts boolean values as 't' or 'f' instead of true or false. To differentiate these values from regular text attributes, clients need to maintain a list of all the warehouse core boolean attributes and convert them from 't' or 'f' to true or false when communicating with the warehouse.
The text was updated successfully, but these errors were encountered:
The REST API interface returns and accepts boolean values as 't' or 'f' instead of true or false. To differentiate these values from regular text attributes, clients need to maintain a list of all the warehouse core boolean attributes and convert them from 't' or 'f' to true or false when communicating with the warehouse.
The text was updated successfully, but these errors were encountered: