Skip to main content

Validate Import

POST 

/import/validate

Validates the Import data.

Request

Body

Input data

    csv_string string

    Content of an import CSV file. This is required when path is not given in the request.

    path url

    The URL path to an import CSV file. This is only used if the csv_string is not given in the request. This is required when csv_string is not given in the request.

Responses

Validation successful.

Schema

  • Array [

  • order

    object

    shop_id uuid

    The guid of the Shop associated with the Order.

    firstName string

    The first name of the Receiver.

    lastName string

    The last name of the Receiver.

    email email

    The email address of the Receiver.

    locale IETF BCP 47

    The locale of the Receiver.

    created_at ISO 8601

    The time it was created.

    tickets

    object[]

  • Array [

  • ticket_id uuid

    The guid of the Ticket.

    ticket_number string

    The barcode of the Ticket.

    created_at ISO 8601

    The time it was created.

    metadata

    object

    guid string

    The guid of the Metadata.

  • ]

  • metadata

    object

    guid string

    The guid of the Metadata.

  • ]

Loading...