GET api/PBXMLVVoucherCount/GetPBXMLVoucherCount?cccd={cccd}&trtype={trtype}&trcode={trcode}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | No documentation available. |
Define this parameter in the request URI. |
| trtype | No documentation available. |
Define this parameter in the request URI. |
| trcode | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"cccd": "sample string 1",
"VoucherNm": "sample string 2",
"TRTYPE": "sample string 3",
"TRCODE": "sample string 4",
"CNT": 5
}
text/html
Sample:
{"cccd":"sample string 1","VoucherNm":"sample string 2","TRTYPE":"sample string 3","TRCODE":"sample string 4","CNT":5}
application/xml, text/xml
Sample:
<PBXMLVVoucherCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <CNT>5</CNT> <TRCODE>sample string 4</TRCODE> <TRTYPE>sample string 3</TRTYPE> <VoucherNm>sample string 2</VoucherNm> <cccd>sample string 1</cccd> </PBXMLVVoucherCount>