GET api/member/ReceiptDetails/{memberId}/{fdate}/{todate}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
memberId
No documentation available.

Define this parameter in the request URI.

fdate
No documentation available.

Define this parameter in the request URI.

todate
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Towards": "sample string 1",
    "Amount": "sample string 2",
    "PaymentDate": "sample string 3",
    "PaymentType": "sample string 4",
    "PaymentMode": "sample string 5",
    "ReceiptNo": "sample string 6"
  },
  {
    "Towards": "sample string 1",
    "Amount": "sample string 2",
    "PaymentDate": "sample string 3",
    "PaymentType": "sample string 4",
    "PaymentMode": "sample string 5",
    "ReceiptNo": "sample string 6"
  },
  {
    "Towards": "sample string 1",
    "Amount": "sample string 2",
    "PaymentDate": "sample string 3",
    "PaymentType": "sample string 4",
    "PaymentMode": "sample string 5",
    "ReceiptNo": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfReceiptDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMSWebAPI.Model">
  <ReceiptDetails>
    <Amount>sample string 2</Amount>
    <PaymentDate>sample string 3</PaymentDate>
    <PaymentMode>sample string 5</PaymentMode>
    <PaymentType>sample string 4</PaymentType>
    <ReceiptNo>sample string 6</ReceiptNo>
    <Towards>sample string 1</Towards>
  </ReceiptDetails>
  <ReceiptDetails>
    <Amount>sample string 2</Amount>
    <PaymentDate>sample string 3</PaymentDate>
    <PaymentMode>sample string 5</PaymentMode>
    <PaymentType>sample string 4</PaymentType>
    <ReceiptNo>sample string 6</ReceiptNo>
    <Towards>sample string 1</Towards>
  </ReceiptDetails>
  <ReceiptDetails>
    <Amount>sample string 2</Amount>
    <PaymentDate>sample string 3</PaymentDate>
    <PaymentMode>sample string 5</PaymentMode>
    <PaymentType>sample string 4</PaymentType>
    <ReceiptNo>sample string 6</ReceiptNo>
    <Towards>sample string 1</Towards>
  </ReceiptDetails>
</ArrayOfReceiptDetails>