This section describes available data formats to use within SOAP API functions.
Date and Date-time formats
Formatting Dates
Whenever a function requires an argument of type Date, the format to use for the value is defined as Date format in the International Settings of the user who makes the API call.
Available formatting options are dd/MM/yyy and MM/dd/yyy.
Formatting Date-times
Whenever a function requires an argument of type Date Time or Timestamp, the format to use for the value is defined as Date - time format in the International Settings of the user who makes the API call.
Available formatting options are dd/MM/yyyy HH:mm and MM/dd/yyyy HH:mm.
Boolean fields
Accepted values
Accepted values for boolean fields are true or false. These parameters are lowercase and must be passed without any text qualifier.