POST api/Agent

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
searchReq
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SearchFilter": {
    "MasterName": 0,
    "SearchType": "sample string 1",
    "SearchValue": "sample string 2"
  },
  "SecretKey": "sample string 1",
  "UserId": "sample string 2"
}

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Message": "sample string 2",
  "TotalCount": 3,
  "MasterData": [
    {
      "Name": "sample string 1",
      "Value": "sample string 2"
    },
    {
      "Name": "sample string 1",
      "Value": "sample string 2"
    },
    {
      "Name": "sample string 1",
      "Value": "sample string 2"
    }
  ]
}