GET api/PBXMLVGroupVoucherTotDrCr/GetAllGroupVouchersTotDrCr?cccd={cccd}&Group={Group}&from={from}&to={to}&sessid={sessid}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cccd | No documentation available. |
Define this parameter in the request URI. |
Group | No documentation available. |
Define this parameter in the request URI. |
from | No documentation available. |
Define this parameter in the request URI. |
to | No documentation available. |
Define this parameter in the request URI. |
sessid | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "OpDrAmt": "sample string 1", "OpCrAmt": "sample string 2", "TotDrAmt": "sample string 3", "TotCrAmt": "sample string 4" }, { "OpDrAmt": "sample string 1", "OpCrAmt": "sample string 2", "TotDrAmt": "sample string 3", "TotCrAmt": "sample string 4" }, { "OpDrAmt": "sample string 1", "OpCrAmt": "sample string 2", "TotDrAmt": "sample string 3", "TotCrAmt": "sample string 4" } ]
text/html
Sample:
[{"OpDrAmt":"sample string 1","OpCrAmt":"sample string 2","TotDrAmt":"sample string 3","TotCrAmt":"sample string 4"},{"OpDrAmt":"sample string 1","OpCrAmt":"sample string 2","TotDrAmt":"sample string 3","TotCrAmt":"sample string 4"},{"OpDrAmt":"sample string 1","OpCrAmt":"sample string 2","TotDrAmt":"sample string 3","TotCrAmt":"sample string 4"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVGroupVoucherTotDrCr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVGroupVoucherTotDrCr> <OpCrAmt>sample string 2</OpCrAmt> <OpDrAmt>sample string 1</OpDrAmt> <TotCrAmt>sample string 4</TotCrAmt> <TotDrAmt>sample string 3</TotDrAmt> </PBXMLVGroupVoucherTotDrCr> <PBXMLVGroupVoucherTotDrCr> <OpCrAmt>sample string 2</OpCrAmt> <OpDrAmt>sample string 1</OpDrAmt> <TotCrAmt>sample string 4</TotCrAmt> <TotDrAmt>sample string 3</TotDrAmt> </PBXMLVGroupVoucherTotDrCr> <PBXMLVGroupVoucherTotDrCr> <OpCrAmt>sample string 2</OpCrAmt> <OpDrAmt>sample string 1</OpDrAmt> <TotCrAmt>sample string 4</TotCrAmt> <TotDrAmt>sample string 3</TotDrAmt> </PBXMLVGroupVoucherTotDrCr> </ArrayOfPBXMLVGroupVoucherTotDrCr>