POST api/Customer/Getudp_InsertqueryHistory
Documentation for 'Getudp_InsertqueryHistory'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ObjInsertqueryHistory | Documentation for 'ObjInsertqueryHistory'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"queryid": 2,
"text": "sample string 3",
"createdby": 4,
"mailstatus": "sample string 5",
"regid": 6,
"RootDomain": "sample string 7",
"FileName": "sample string 8",
"FileContent": "sample string 9"
}
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",
"Status": 1
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"Data": {
"$ref": "2"
}
}