-
Notifications
You must be signed in to change notification settings - Fork 6
section fields
Daniel Dupriest edited this page Nov 21, 2018
·
2 revisions
Section field data is represented in JSON by the following types.
| type | example value | description |
|---|---|---|
| boolean | true | Represents true/false statements. |
| date | "2015-05-22T14:56:28.000Z" | Represented by Javascript Date's toJSON method. The time portion is ignored. |
| date_time | "2015-05-22T14:56:28.000Z" | Represented by Javascript Date's toJSON method. |
| decimal | "1024.99" | Used to represent money with period. |
| file | "Fti289DDowpI..." | Base64-encoded image file. |
| string | "Day's Inn Hotel" | Used to represent names, descriptions, etc. |