Skip to main content

Возвращает список всех инициированных пользователем ранее задач на экспорт номенклатуры.

GET 

/v5/orgs/:org_guid/async/exports/nomenclature

Возвращает список всех инициированных пользователем ранее задач на экспорт номенклатуры.

Request

Path Parameters

    org_guid uuidrequired

    Уникальный идентификатор организации

Query Parameters

    page_token string
    presentation PresentationModes

    Possible values: [compact, full]

    created_from date-time
    created_to date-time
    updated_from date-time
    updated_to date-time
    order_by AsyncTaskOrdering

    Possible values: [created_at_asc, created_at_desc, updated_at_asc, updated_at_desc]

    task_status AsyncTaskStatuses[]

    Possible values: [InQueue, InProgress, WaitingForFeedback, Completed, Canceled]

    Статус задачи

Header Parameters

    Accept-Language stringrequired

    Язык используемый для ответов

    Example: ru-RU
    X-LP-Client-Identifier stringrequired

    Идентификатор клиента

    Example: 73bc41b3-2d0c-40f2-801d-a4f605c5bbf5
    X-LP-Client-Type stringrequired

    Possible values: [Unknown, App, WebApp, Service]

    Тип клиента

    Example: App
    X-LP-Client-Name string

    Имя клиента

    Example: Swagger
    X-LP-Client-OS-Name string

    ОС клиента

    Example: SwaggerDoc
    X-LP-Client-OS-Version string

    Версия ОС клиента

    Example: 1.0
    X-LP-Client-Screen-Resolution string

    Разрешение экрана ОС клиента

    Example: 1280x0900
    X-LP-Client-Model string

    Модель оборудования клиента

    Example: Chrome 75
    X-LP-Organization-Alias string

    Организация по умолчанию

    X-LP-Client-Extensions csv

    Поддерживаемые клиентом расширения моделей

Responses

Success

Schema

    items

    object[]

    nullable

  • Array [

  • mime_type stringnullable

    parameters

    object

    attributes_for_export

    object

    include_uom_name_column boolean
    include_uom_symbol_column boolean
    include_uom_is_fractional_column boolean
    include_uom_ru_okei_column boolean
    include_uom_unece_column boolean
    include_good_name_column boolean
    include_good_tax_column boolean
    include_good_settlement_subject_column boolean
    include_good_default_price_column boolean
    include_good_description_column boolean
    include_good_made_in_column boolean
    include_good_barcodes_ean13_column boolean
    include_good_barcodes_local_column boolean
    include_good_is_serial_column boolean
    include_good_markable_as_column boolean
    include_good_is_archived_column boolean
    include_good_is_part_of_column boolean
    include_goods_category_column boolean
    selection_parameters SelectionModes (string)

    Possible values: [alive_only, archived_only, all]

    status AsyncTaskStatuses (string)

    Possible values: [InQueue, InProgress, WaitingForFeedback, Completed, Canceled]

    progress int32

    resolutions

    object[]

    nullable

  • Array [

  • message stringnullable
    type ResolutionTypes (string)

    Possible values: [Information, Warning, Error]

  • ]

  • organization

    object

    guid uuid
    type_of stringnullable
    created_at date-time
    updated_at date-time
    deleted_at date-timenullable
    meta stringnullable

    Possible values: <= 128 characters

    meta_data

    object

    nullable

    property name* string
    guid uuid
    type_of stringnullable
  • ]

  • next_page_token stringnullable
    page_number int32
    pages_total int32
    items_per_page int32
    items_total int32
    type_of stringnullable
Loading...