Skip to main content

SubscriptionCalculateLicense

POST 

/orgs/:org_guid/profile/subscriptions/products/:product_guid:calculate-license

SubscriptionCalculateLicense

Request

Path Parameters

    org_guid uuidrequired
    product_guid uuidrequired

Header Parameters

    X-LP-Client-Identifier stringrequired

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

    Example: 87ecd2c0-f885-4b8b-b941-e31d403967c4
    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

Body

    plan

    object

    required

    guid uuid

    guid

    type_of string

    type_of

    quantity int32required

    Possible values: <= 100000

    quantity

    period_in_months int32required

    Possible values: <= 60

    period_in_months

    who_pays

    object

    guid uuid

    guid

    type_of string

    type_of

    type_of string

    type_of

Responses

Created

Schema

    plan

    object

    guid uuid

    guid

    type_of string

    type_of

    quantity int32

    quantity

    expires_at date-time

    expires_at

    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

Loading...