POST api/Customer/Getudp_getquery

Documentation for 'Getudp_getquery'.

Request Information

Parameters

NameDescriptionAdditional information
objuser
Documentation for 'objuser'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "Registration_Id": 2,
  "InstallmentDate": "sample string 3",
  "LetterId": 4,
  "PortalId": 5,
  "Queryid": 6,
  "RegistrationId": 7
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": 2,
  "Message": "sample string 3",
  "LstData": [
    {
      "$id": "2",
      "Query_Name": "sample string 1",
      "Q_id": 2
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "Data": {
    "$ref": "2"
  }
}