Name | Description | Type | Additional information |
---|---|---|---|
Id |
Id of the order |
integer |
None. |
Name |
Name of the order |
string |
None. |
AppUser |
AppUser of the order |
string |
None. |
Type |
Type of the order |
string |
None. |
DataType |
Data Type of the order |
string |
None. |
CountryCode |
Country represented by its ISO 3166-1 alpha-2 Code (2 chars long) |
string |
None. |
CreationDate |
When the order was submitted |
date |
None. |
ModificationDate |
Last time a status change happened |
date |
None. |
Status |
Current status of the order |
object (See Model) |
None. |
RecordCount |
NUmber of records detected in the submitted file. If = 0 make sure the proper input setting were specified (column and row delimiters, etc) |
integer |
None. |
FileName |
Path of the file to process |
string |
None. |
FinalFileName |
Path of the final file generated, only available when order is Finalized |
string |
None. |
ReportFileName |
Path of the report file generated, only available when order is Finalized |
string |
None. |
HeaderInFirstRow |
Indicate if the first line contains columns names |
boolean |
None. |
RowDelimiter |
Custom row delimiter |
string |
None. |
ColumnDelimiter |
Custom columns delimiter |
string |
None. |
TrimCharacter |
Custom cell surrounding character to trim |
string |
None. |
Mappings |
List of order's mappings |
array of objects (See Model) |
None. |
History |
History of status changes |
array of objects (See Model) |
None. |
Options |
List of order's options |
array of objects (See Model) |
None. |
Preview |
List of columns and values detected |
array of objects (See Model) |
None. |