POST api/Voucher?StementID3={StementID3}&AgentCode3={AgentCode3}&LCode3={LCode3}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
StementID3 | No documentation available. |
Define this parameter in the request URI. |
AgentCode3 | No documentation available. |
Define this parameter in the request URI. |
LCode3 | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "TotalTillDate": 1, "LifeHeldupAmt": 2, "PhaseName": "sample string 3", "Status": "sample string 4" }, { "TotalTillDate": 1, "LifeHeldupAmt": 2, "PhaseName": "sample string 3", "Status": "sample string 4" }, { "TotalTillDate": 1, "LifeHeldupAmt": 2, "PhaseName": "sample string 3", "Status": "sample string 4" } ]
text/xml
Sample:
<ArrayOfclsVoucherPrint3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTFSApp.Models"> <clsVoucherPrint3> <LifeHeldupAmt>2</LifeHeldupAmt> <PhaseName>sample string 3</PhaseName> <Status>sample string 4</Status> <TotalTillDate>1</TotalTillDate> </clsVoucherPrint3> <clsVoucherPrint3> <LifeHeldupAmt>2</LifeHeldupAmt> <PhaseName>sample string 3</PhaseName> <Status>sample string 4</Status> <TotalTillDate>1</TotalTillDate> </clsVoucherPrint3> <clsVoucherPrint3> <LifeHeldupAmt>2</LifeHeldupAmt> <PhaseName>sample string 3</PhaseName> <Status>sample string 4</Status> <TotalTillDate>1</TotalTillDate> </clsVoucherPrint3> </ArrayOfclsVoucherPrint3>