Version 8.3.8

Back | 

WsPaletteReport

URL

http://de.piksel.tech/ws/ws_palette_report/mode/json/apiv/5.0?method=put&
Use "request" param as post variable for submitting json/xml request payload for all PUT requests.

Parameters

  • type => type of report transaction/subscription/userProfile
    filters=>filters for trasaction/subscription accepted by palette

Request

Create request to send palette report

Request format

{
  "WsPaletteReport": {
    "type": "transaction\/subscription",
    "filters": ""
  }
}

Test Example

{ "WsPaletteReport": { "type": "transaction", "filters": "" } }

Response

Response format

{
  "WsPaletteReport": {
    "id": 1,
    "type": "transaction",
    "status": "QUEUED",
    "filters": "",
    "createTime": "2020-03-14T21:45:30Z",
    "updateTime": "2020-03-14T21:45:30Z"
  }
}