Skip to main content

ListInvoices

GET 

/orgs/:org_guid/profile/invoices

ListInvoices

Request

Path Parameters

    org_guid uuidrequired

Query Parameters

    created_from date-time
    created_to date-time
    updated_from date-time
    updated_to date-time
    presentation PresentationModes

    Possible values: [compact, full]

Header Parameters

    X-LP-Client-Identifier stringrequired

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

    Example: 4908fb5f-2034-453a-a905-48016c65ba30
    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

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

    Accept-Language stringrequired

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

    Example: en-US

Responses

Success

Schema

    items

    object[]

    nullable

    items

  • Array [

  • company

    object

    id stringnullable

    id

    inn stringnullable

    inn

    kpp stringnullable

    kpp

    name stringnullable

    name

    number stringnullable

    number

    total_sum

    object

    value int64

    value

    currency CurrencyCodes (string)required

    Possible values: [RUB, GBP, USD, EUR, Unknown]

    type_of string

    type_of

    status InvoiceStatuses (string)

    Possible values: [Unknown, Pending, Paid, Canceled, Refunded]

    payment_by_card_link stringnullable

    payment_by_card_link

    payment_by_transaction_link stringnullable

    payment_by_transaction_link

    positions

    object[]

    nullable

    positions

  • Array [

  • name stringnullable

    name

    quantity int32

    quantity

    price

    object

    value int64

    value

    currency CurrencyCodes (string)required

    Possible values: [RUB, GBP, USD, EUR, Unknown]

    type_of string

    type_of

    total_sum

    object

    value int64

    value

    currency CurrencyCodes (string)required

    Possible values: [RUB, GBP, USD, EUR, Unknown]

    type_of string

    type_of

    type_of string

    type_of

  • ]

  • created_at date-time

    created_at

    updated_at date-time

    updated_at

    deleted_at date-timenullable

    deleted_at

    meta stringnullable

    Possible values: <= 128 characters

    meta

    meta_data

    object

    nullable

    meta_data

    property name* string
    guid uuid

    guid

    type_of string

    type_of

  • ]

  • next_page_token stringnullable

    next_page_token

    page_number int32

    page_number

    pages_total int32

    pages_total

    items_per_page int32

    items_per_page

    items_total int32

    items_total

    type_of string

    type_of

Loading...