public/Lookup/Query

Gets Lookup Data based on the Lookup-Names sent over this query

Request Information

Body Parameters

Body parameters need to be integrated as json key value collection followed by valid object notations, below if the list of parameters can be sent as request body by an integrator.

Collection of Query
NameDescriptionTypeAdditional information
Name

string

Required

Parameters

Dictionary of string [key] and string [value]

None.

Request Format

Below is the typical object of the request, in order to use the API for various requirement, refer the documentation.

[
  {
    "Name": "String Parameter 1",
    "Parameters": {
      "String Parameter 1": "String Parameter 2",
      "String Parameter 3": "String Parameter 4"
    }
  },
  {
    "Name": "String Parameter 1",
    "Parameters": {
      "String Parameter 1": "String Parameter 2",
      "String Parameter 3": "String Parameter 4"
    }
  }
]

Response Information

Resource Description

Collection of Object

None.

Response Formats

Sample not available.