Data Types
Data types are provided for each request’s options and payload fields. Here are the possible data types:
Type | Description |
---|---|
bit | A binary flag with a value of 0 for false or 1 for true. |
char | A single character. Example: C |
integer | A whole number with no commas or decimals. Example: 1234 |
mixed | A mixed data type can be any of these, depending on the custom field in question. See custom fields for more information. |
string | A text value. Example: This is a string of text. |
timestamp | A Unix 32-bit timestamp representing the number of seconds since the Unix Epoch (January 1, 1970 00:00:00 GMT). Example: 1399376670 |