Satışları Sayfalı Çekme

Sayfa yapısı ile satış çekme rotası

Satışları Sayfalı Çekme

GET https://api.marketplace.tekbas.com/gg/sales/pagination

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

Name
Type
Description

pageNumber

string

Kaçıncı sayfadaki sonuçların istendiği

pageSize

string

Bir sayfanın büyüklüğü

withData

boolean

Detay bilgisi ile birlikte çekme

byUser

string

orderBy

string

byStatus

string

Durum bilgisine göre filtreleme

orderType

string

'A' | 'D' olarak yollanmalıdır.

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Last updated

Was this helpful?