flows/flows_lisek_filtered Mitmproxy2Swagger (1.0.0)

Download OpenAPI specification:Download

GET mobileversion

Responses

Response samples

Content type
application/json
{
  • "value": [
    ],
  • "success": true,
  • "errors": [
    ]
}

GET darkstores

Responses

Response samples

Content type
application/json
{
  • "value": [
    ],
  • "success": true,
  • "errors": [
    ]
}

POST login

Request Body schema: application/json
Token
string
GrantType
string

Responses

Request samples

Content type
application/json
{
  • "Token": "string",
  • "GrantType": "string"
}

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

GET darkstores by id

path Parameters
id
required
string

Responses

Response samples

Content type
application/json
{
  • "value": [
    ],
  • "success": true,
  • "errors": [
    ]
}

GET profile

Responses

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

GET addresses

Responses

Response samples

Content type
application/json
{
  • "value": [
    ],
  • "success": true,
  • "errors": [
    ]
}

GET favourites

Responses

Response samples

Content type
application/json
{
  • "value": [
    ],
  • "success": true,
  • "errors": [
    ]
}

POST setlocation

Request Body schema: application/json
latitude
number
longitude
number

Responses

Request samples

Content type
application/json
{
  • "latitude": 0,
  • "longitude": 0
}

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

GET darkstores by lat

path Parameters
lat
required
string
lon
required
string

Responses

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

GET transactionsettings

Responses

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

GET full by id

path Parameters
id
required
number

Responses

Response samples

Content type
application/json
{
  • "value": [
    ],
  • "success": true,
  • "errors": [
    ]
}

GET stocks by id

path Parameters
id
required
number

Responses

Response samples

Content type
application/json
{
  • "value": [
    ],
  • "success": true,
  • "errors": [
    ]
}

GET sliders by id

path Parameters
id
required
number

Responses

Response samples

Content type
application/json
{
  • "value": [
    ],
  • "success": true,
  • "errors": [
    ]
}

POST push

Request Body schema: application/json
token
string
platform
string
appVersion
string

Responses

Request samples

Content type
application/json
{
  • "token": "string",
  • "platform": "string",
  • "appVersion": "string"
}

Response samples

Content type
application/json
{
  • "success": true,
  • "errors": [
    ]
}

GET promo by id

path Parameters
id
required
number

Responses

Response samples

Content type
application/json
{
  • "value": [
    ],
  • "success": true,
  • "errors": [
    ]
}

POST code

Request Body schema: application/json
phone
string

Responses

Request samples

Content type
application/json
{
  • "phone": "string"
}

Response samples

Content type
application/json
{
  • "success": true,
  • "errors": [
    ]
}

POST login

Request Body schema: application/json
phone
string
code
string

Responses

Request samples

Content type
application/json
{
  • "phone": "string",
  • "code": "string"
}

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

GET user by id

path Parameters
id
required
number
id1
required
number
id2
required
number
query Parameters
active
string

Responses

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

POST setaddress by id

path Parameters
id
required
number

Responses

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

POST basket add

Request Body schema: application/json
ean
string
quantity
number

Responses

Request samples

Content type
application/json
{
  • "ean": "string",
  • "quantity": 0
}

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

POST remove

query Parameters
basketItemId
number
Request Body schema: application/json
ean
string
quantity
number

Responses

Request samples

Content type
application/json
{
  • "ean": "string",
  • "quantity": 0
}

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

POST checkouts

Responses

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

GET ordertips

Responses

Response samples

Content type
application/json
{
  • "value": [
    ],
  • "success": true,
  • "errors": [
    ]
}

GET methods

query Parameters
extended
number

Responses

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

GET coupons

Responses

Response samples

Content type
application/json
{
  • "value": [
    ],
  • "success": true,
  • "errors": [
    ]
}

GET scheduleslots by id

path Parameters
id
required
number

Responses

Response samples

Content type
application/json
{
  • "value": [
    ],
  • "success": true,
  • "errors": [
    ]
}

POST coupons activate by promocode

path Parameters
promocode
required
string

Responses

Response samples

Content type
application/json
{
  • "value": { },
  • "success": true,
  • "errors": [
    ]
}

POST coupons attach by id

path Parameters
id
required
number

Responses

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

GET basket

Responses

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

GET detail by id

path Parameters
id
required
number

Responses

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

POST orders by id

path Parameters
id
required
string

Responses

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

GET orders by id

path Parameters
id
required
number

Responses

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

POST orders by id

path Parameters
id
required
number
query Parameters
extended
number
Request Body schema: application/json
continueUrl
string
object

Responses

Request samples

Content type
application/json
{
  • "continueUrl": "string",
  • "paymentMethod": {
    }
}

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

GET estimateddeliverydate by id

path Parameters
id
required
number

Responses

Response samples

Content type
application/json
{
  • "value": {
    },
  • "success": true,
  • "errors": [
    ]
}

POST active

Responses

Response samples

Content type
application/json
{
  • "success": true,
  • "errors": [
    ]
}