Creates a new import

SecurityAuthToken
Request
Request Body schema: multipart/form-data
csv_file
string <binary>
google_sheet_id
string
google_sheet_tab
string
is_complete
boolean
name
string
type
required
string
Responses
201

Successfully started a new import

Response Schema: application/json
created_at
string or null <date-time>
csv_file
string or null
error
string or null
google_sheet_id
string or null
google_sheet_tab
string or null
id
string or null <uuid>
is_complete
boolean
name
string or null
total_rows
integer or null <int32>
type
required
string
updated_at
string or null <date-time>
default

Default error response

post/imports/
Request samples
Response samples
application/json
{
  • "created_at": "2019-08-24T14:15:22Z",
  • "csv_file": "string",
  • "error": "string",
  • "google_sheet_id": "string",
  • "google_sheet_tab": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "is_complete": true,
  • "name": "string",
  • "total_rows": 0,
  • "type": "string",
  • "updated_at": "2019-08-24T14:15:22Z"
}
Copyright © Shipwell 2024. All right reserved.