Skip to main content

GetReportReportNomenclatureBalanceResultItem

GET 

/orgs/:org_guid/reports/nomenclature/balance/results

GetReportReportNomenclatureBalanceResultItem

Request

Path Parameters

    org_guid uuidrequired

Query Parameters

    date_from date-time
    good_category_guid uuid[]
    outlet_guid uuid
    warehouse_guid uuid
    balance_type ReportNomenclatureBalanceType

    Possible values: [FromValue, ToValue, Zero, LessZero]

    balance_value double
    page_token string
    presentation PresentationModes

    Possible values: [compact, full]

Header Parameters

    X-LP-Client-Identifier stringrequired

    ClientIdentifier

    Example: 3ae3a77c-b26e-4351-a329-3fa6b97ee55e
    X-LP-Client-Type stringrequired

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

    ClientType

    Example: App
    X-LP-Client-Name string

    ClientName

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

    ClientOSName

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

    ClientOSVersion

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

    ClientScreenResolution

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

    ClientModel

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

    OrganizationAlias

    X-LP-Client-Extensions csv

    ClientExtensions

    X-Client-Extensions csv

    ClientDepersonalizedExtensions

    Accept-Language stringrequired

    Language

    Example: en-US

Responses

Success

Schema

    items

    object[]

    nullable

    items

  • Array [

  • category stringnullable

    category

    name stringnullable

    name

    quantity_payment double

    quantity_payment

    quantity_refund double

    quantity_refund

    revenue_amount

    object

    value int64

    value

    currency CurrencyCodes (string)required

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

    type_of string

    type_of

    refund_amount

    object

    value int64

    value

    currency CurrencyCodes (string)required

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

    type_of string

    type_of

    balance double

    balance

    average_consumption double

    average_consumption

    sale_days int32

    sale_days

  • ]

  • 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...