GET api/HistoryApi/SummaryPendingMask

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of usp_SummaryPendingMaskResult
NameDescriptionTypeAdditional information
BrandName

string

None.

Name

string

None.

LoginId

integer

None.

cnt

integer

None.

Total

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BrandName": "sample string 1",
    "Name": "sample string 2",
    "LoginId": 3,
    "cnt": 4,
    "Total": 5
  },
  {
    "BrandName": "sample string 1",
    "Name": "sample string 2",
    "LoginId": 3,
    "cnt": 4,
    "Total": 5
  }
]

application/xml, text/xml

Sample:
<ArrayOfusp_SummaryPendingMaskResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels">
  <usp_SummaryPendingMaskResult>
    <BrandName>sample string 1</BrandName>
    <LoginId>3</LoginId>
    <Name>sample string 2</Name>
    <Total>5</Total>
    <cnt>4</cnt>
  </usp_SummaryPendingMaskResult>
  <usp_SummaryPendingMaskResult>
    <BrandName>sample string 1</BrandName>
    <LoginId>3</LoginId>
    <Name>sample string 2</Name>
    <Total>5</Total>
    <cnt>4</cnt>
  </usp_SummaryPendingMaskResult>
</ArrayOfusp_SummaryPendingMaskResult>