POST BusineesAnalysis/GetUserCollSummaryAnalysis

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AcYear": "sample string 1",
  "StartDate": "sample string 2",
  "EndDate": "sample string 3"
}

text/html

Sample:
{"AcYear":"sample string 1","StartDate":"sample string 2","EndDate":"sample string 3"}

application/xml, text/xml

Sample:
<UserCollSummaryInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <AcYear>sample string 1</AcYear>
  <EndDate>sample string 3</EndDate>
  <StartDate>sample string 2</StartDate>
</UserCollSummaryInfoRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "UserName": "sample string 1",
    "PayType": "sample string 2",
    "CashAmt": 3.1,
    "ChequeAmt": 4.1,
    "OnlineAmt": 5.1,
    "NEFTAmt": 6.1,
    "CardAmt": 7.1,
    "TotalAmt": 8.1
  },
  {
    "UserName": "sample string 1",
    "PayType": "sample string 2",
    "CashAmt": 3.1,
    "ChequeAmt": 4.1,
    "OnlineAmt": 5.1,
    "NEFTAmt": 6.1,
    "CardAmt": 7.1,
    "TotalAmt": 8.1
  },
  {
    "UserName": "sample string 1",
    "PayType": "sample string 2",
    "CashAmt": 3.1,
    "ChequeAmt": 4.1,
    "OnlineAmt": 5.1,
    "NEFTAmt": 6.1,
    "CardAmt": 7.1,
    "TotalAmt": 8.1
  }
]

text/html

Sample:
[{"UserName":"sample string 1","PayType":"sample string 2","CashAmt":3.1,"ChequeAmt":4.1,"OnlineAmt":5.1,"NEFTAmt":6.1,"CardAmt":7.1,"TotalAmt":8.1},{"UserName":"sample string 1","PayType":"sample string 2","CashAmt":3.1,"ChequeAmt":4.1,"OnlineAmt":5.1,"NEFTAmt":6.1,"CardAmt":7.1,"TotalAmt":8.1},{"UserName":"sample string 1","PayType":"sample string 2","CashAmt":3.1,"ChequeAmt":4.1,"OnlineAmt":5.1,"NEFTAmt":6.1,"CardAmt":7.1,"TotalAmt":8.1}]

application/xml, text/xml

Sample:
<ArrayOfUserCollSummaryInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
  <UserCollSummaryInfo>
    <CardAmt>7.1</CardAmt>
    <CashAmt>3.1</CashAmt>
    <ChequeAmt>4.1</ChequeAmt>
    <NEFTAmt>6.1</NEFTAmt>
    <OnlineAmt>5.1</OnlineAmt>
    <PayType>sample string 2</PayType>
    <TotalAmt>8.1</TotalAmt>
    <UserName>sample string 1</UserName>
  </UserCollSummaryInfo>
  <UserCollSummaryInfo>
    <CardAmt>7.1</CardAmt>
    <CashAmt>3.1</CashAmt>
    <ChequeAmt>4.1</ChequeAmt>
    <NEFTAmt>6.1</NEFTAmt>
    <OnlineAmt>5.1</OnlineAmt>
    <PayType>sample string 2</PayType>
    <TotalAmt>8.1</TotalAmt>
    <UserName>sample string 1</UserName>
  </UserCollSummaryInfo>
  <UserCollSummaryInfo>
    <CardAmt>7.1</CardAmt>
    <CashAmt>3.1</CashAmt>
    <ChequeAmt>4.1</ChequeAmt>
    <NEFTAmt>6.1</NEFTAmt>
    <OnlineAmt>5.1</OnlineAmt>
    <PayType>sample string 2</PayType>
    <TotalAmt>8.1</TotalAmt>
    <UserName>sample string 1</UserName>
  </UserCollSummaryInfo>
</ArrayOfUserCollSummaryInfo>