GET api/rapor/{token}/xml/{raporId}

Kullanıcı raporlarını xml olarak çalıştırır.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

return api/kernel/create-token

string

Required

raporId

Rapor Id

integer

Required

Page

Sayfa

integer

Range: inclusive between 1 and 2147483647

PageSize

Sayfada gösterilecek kayıt sayısı

integer

Range: inclusive between 1 and 100

OrderColumn

Sıralama yapılacak kolon adı

string

None.

Order

Sıralama Yönü

OrderBy

None.

Search

Arama

Collection of SearchModel

None.

StokDepo

Bakiyesi istenilen depo kodu gönderilir. Eğer tüm bakiye isteniyorsa gönderilmez veya -1 gönderilir.

integer

None.

Body Parameters

None.

Response Information

Resource Description

StandartRaporResponse
NameDescriptionTypeAdditional information
Type

string

None.

Filter

Collection of RaporFilterTypes

None.

Columns

Object

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "type": "sample string 1",
  "filter": [
    {
      "elementType": "sample string 1",
      "name": "sample string 2",
      "key": "sample string 3",
      "values": [
        "sample string 1",
        "sample string 2"
      ],
      "eventId": "sample string 4",
      "defaultValue": "sample string 5"
    },
    {
      "elementType": "sample string 1",
      "name": "sample string 2",
      "key": "sample string 3",
      "values": [
        "sample string 1",
        "sample string 2"
      ],
      "eventId": "sample string 4",
      "defaultValue": "sample string 5"
    }
  ],
  "columns": {},
  "data": {}
}