Previous
Next
JavaScript must be enabled to correctly display this content
Scalars
Scalars are primitive values.
- Int
- String
- DateTime
- Decimal
- Date
- Boolean
- Decimal6f
Scalar Types
Scalar types are the built-in values used by request arguments and response fields.
| Type |
Description |
| Boolean |
A true or false value. |
| Date |
A calendar date. |
| DateTime |
A date and time value. |
| Decimal |
A decimal numeric value. |
| Decimal6f |
A decimal numeric value with up to six fractional digits. |
| Int |
An integer value. |
| String |
A text value. |