UiPath Documentation
industry-department-solutions
latest
false
  • Overview
  • API Resources

Supply Chain & Retail Solutions API guide

Data Types

The Data Ingestion API supports the following data types when specifying the schema of the data being sent. For a full breakdown of the required request payload and which data types apply to each field, see:

Data TypeDescriptionExtra Requirements
stringText/string values (Limit for Redshift: 65535; for Snowflake same as the warehouse default)None
integerWhole number valuesNone
booleanTrue/false valuesNone
floatFloating-point numbersNone — precision and scale are not accepted for float and will be rejected at schema save
numericPrecise decimal numbersRequires precision (1–38) and scale (0–37)
jsonArbitrary JSON values — stored as Snowflake VARIANT / Redshift SUPERNone
dateDate values (no time component)Requires a timestampFormat validation with format: "YYYY-MM-DD"
timestampDate + time valuesRequires a timestampFormat validation with format: "YYYY-MM-DD HH:MI:SS" or format: "YYYY-MM-DD HH:MI:SS ±hh:mm"

Data Type Categories

CategoryTypesAdditional Required Fields
Basic Typesstring, integer, boolean, float, jsonNone beyond standard validations
Numeric Typesnumericprecision (number), scale (number)
Date/Time Typesdate, timestamptimestampFormat validation with format field
  • Data Type Categories

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated