POST api/MyReport/BindGridData

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
myReportModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FromDate": "2026-04-16T02:31:45.6073087",
  "ToDate": "2026-04-16T02:31:45.6073087",
  "StoreUID": "sample string 1",
  "Status": "sample string 2",
  "SortExpression": "sample string 3",
  "LoggedInUserUID": "sample string 4",
  "MaximumRows": 5,
  "StartRowIndex": 6
}

application/xml, text/xml

Sample:
<MyReportRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer.Model">
  <FromDate>2026-04-16T02:31:45.6073087+12:00</FromDate>
  <LoggedInUserUID>sample string 4</LoggedInUserUID>
  <MaximumRows>5</MaximumRows>
  <SortExpression>sample string 3</SortExpression>
  <StartRowIndex>6</StartRowIndex>
  <Status>sample string 2</Status>
  <StoreUID>sample string 1</StoreUID>
  <ToDate>2026-04-16T02:31:45.6073087+12:00</ToDate>
</MyReportRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.