POST api/IRDCompoundQuery/SaveIRDCustomQuery

Request Information

URI Parameters

None.

Body Parameters

IrdCompundQueryModel
NameDescriptionTypeAdditional information
Name

string

None.

PaperType

string

None.

Heading

string

None.

SelectedPreSavedQuery

integer

None.

QueryList

Collection of IrdCompundQueryInnerModel

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "paperType": "sample string 2",
  "heading": "sample string 3",
  "selectedPreSavedQuery": 4,
  "queryList": [
    {
      "criteria": "sample string 1",
      "operator": "sample string 2",
      "value": "sample string 3",
      "logicOperator": "sample string 4",
      "tableId": 5
    },
    {
      "criteria": "sample string 1",
      "operator": "sample string 2",
      "value": "sample string 3",
      "logicOperator": "sample string 4",
      "tableId": 5
    }
  ]
}

multipart/form-data, application/octet-stream

Sample:
{"name":"sample string 1","paperType":"sample string 2","heading":"sample string 3","selectedPreSavedQuery":4,"queryList":[{"criteria":"sample string 1","operator":"sample string 2","value":"sample string 3","logicOperator":"sample string 4","tableId":5},{"criteria":"sample string 1","operator":"sample string 2","value":"sample string 3","logicOperator":"sample string 4","tableId":5}]}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReturnResult
NameDescriptionTypeAdditional information
Result

Object

None.

Msg

Object

None.

token

Object

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "result": {},
  "msg": {},
  "token": {},
  "data": {}
}

multipart/form-data, application/octet-stream

Sample:
{"result":{},"msg":{},"token":{},"data":{}}