GET setting/schduleReport/EditLimit?property={property}&Reportid={Reportid}&highlimit={highlimit}&lowlimit={lowlimit}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
property

string

Required

Reportid

string

Required

highlimit

string

Required

lowlimit

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseOfString
NameDescriptionTypeAdditional information
Message

string

None.

Status

boolean

None.

Body

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "Body": "sample string 3"
}

text/html

Sample:
{"Message":"sample string 1","Status":true,"Body":"sample string 3"}

application/xml, text/xml

Sample:
<ResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common">
  <Body>sample string 3</Body>
  <Message>sample string 1</Message>
  <Status>true</Status>
</ResponseOfstring>