POST api/Voucher?StementID={StementID}&AgentCode={AgentCode}&LCode={LCode}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
StementID
No documentation available.

Define this parameter in the request URI.

AgentCode
No documentation available.

Define this parameter in the request URI.

LCode
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "DESCRIPTION": "sample string 1",
    "STMT_DATE": "sample string 2",
    "BRANCH1": "sample string 3",
    "CODE": 4,
    "RANK": 5,
    "NAME": "sample string 6",
    "PAN": "sample string 7",
    "TOTAL_COLLECTION": "sample string 8",
    "TOTALTILLDATE": "sample string 9",
    "LIFE_HELDUP_AMOUNT": "sample string 10",
    "PanEntryDate": "2025-07-17T01:06:23.6606433-07:00",
    "CurrentDate": "sample string 12",
    "UpToDate": "sample string 13",
    "ChainDetails": "sample string 14",
    "Status": "sample string 15"
  },
  {
    "DESCRIPTION": "sample string 1",
    "STMT_DATE": "sample string 2",
    "BRANCH1": "sample string 3",
    "CODE": 4,
    "RANK": 5,
    "NAME": "sample string 6",
    "PAN": "sample string 7",
    "TOTAL_COLLECTION": "sample string 8",
    "TOTALTILLDATE": "sample string 9",
    "LIFE_HELDUP_AMOUNT": "sample string 10",
    "PanEntryDate": "2025-07-17T01:06:23.6606433-07:00",
    "CurrentDate": "sample string 12",
    "UpToDate": "sample string 13",
    "ChainDetails": "sample string 14",
    "Status": "sample string 15"
  },
  {
    "DESCRIPTION": "sample string 1",
    "STMT_DATE": "sample string 2",
    "BRANCH1": "sample string 3",
    "CODE": 4,
    "RANK": 5,
    "NAME": "sample string 6",
    "PAN": "sample string 7",
    "TOTAL_COLLECTION": "sample string 8",
    "TOTALTILLDATE": "sample string 9",
    "LIFE_HELDUP_AMOUNT": "sample string 10",
    "PanEntryDate": "2025-07-17T01:06:23.6606433-07:00",
    "CurrentDate": "sample string 12",
    "UpToDate": "sample string 13",
    "ChainDetails": "sample string 14",
    "Status": "sample string 15"
  }
]

text/xml

Sample:
<ArrayOfclsVoucherPrint0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTFSApp.Models">
  <clsVoucherPrint0>
    <BRANCH1>sample string 3</BRANCH1>
    <CODE>4</CODE>
    <ChainDetails>sample string 14</ChainDetails>
    <CurrentDate>sample string 12</CurrentDate>
    <DESCRIPTION>sample string 1</DESCRIPTION>
    <LIFE_HELDUP_AMOUNT>sample string 10</LIFE_HELDUP_AMOUNT>
    <NAME>sample string 6</NAME>
    <PAN>sample string 7</PAN>
    <PanEntryDate>2025-07-17T01:06:23.6606433-07:00</PanEntryDate>
    <RANK>5</RANK>
    <STMT_DATE>sample string 2</STMT_DATE>
    <Status>sample string 15</Status>
    <TOTALTILLDATE>sample string 9</TOTALTILLDATE>
    <TOTAL_COLLECTION>sample string 8</TOTAL_COLLECTION>
    <UpToDate>sample string 13</UpToDate>
  </clsVoucherPrint0>
  <clsVoucherPrint0>
    <BRANCH1>sample string 3</BRANCH1>
    <CODE>4</CODE>
    <ChainDetails>sample string 14</ChainDetails>
    <CurrentDate>sample string 12</CurrentDate>
    <DESCRIPTION>sample string 1</DESCRIPTION>
    <LIFE_HELDUP_AMOUNT>sample string 10</LIFE_HELDUP_AMOUNT>
    <NAME>sample string 6</NAME>
    <PAN>sample string 7</PAN>
    <PanEntryDate>2025-07-17T01:06:23.6606433-07:00</PanEntryDate>
    <RANK>5</RANK>
    <STMT_DATE>sample string 2</STMT_DATE>
    <Status>sample string 15</Status>
    <TOTALTILLDATE>sample string 9</TOTALTILLDATE>
    <TOTAL_COLLECTION>sample string 8</TOTAL_COLLECTION>
    <UpToDate>sample string 13</UpToDate>
  </clsVoucherPrint0>
  <clsVoucherPrint0>
    <BRANCH1>sample string 3</BRANCH1>
    <CODE>4</CODE>
    <ChainDetails>sample string 14</ChainDetails>
    <CurrentDate>sample string 12</CurrentDate>
    <DESCRIPTION>sample string 1</DESCRIPTION>
    <LIFE_HELDUP_AMOUNT>sample string 10</LIFE_HELDUP_AMOUNT>
    <NAME>sample string 6</NAME>
    <PAN>sample string 7</PAN>
    <PanEntryDate>2025-07-17T01:06:23.6606433-07:00</PanEntryDate>
    <RANK>5</RANK>
    <STMT_DATE>sample string 2</STMT_DATE>
    <Status>sample string 15</Status>
    <TOTALTILLDATE>sample string 9</TOTALTILLDATE>
    <TOTAL_COLLECTION>sample string 8</TOTAL_COLLECTION>
    <UpToDate>sample string 13</UpToDate>
  </clsVoucherPrint0>
</ArrayOfclsVoucherPrint0>