GET api/PBXMLVSalesOrdersBooks/GetAllPNLExpenses?cccd={cccd}&from={from}&to={to}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cccd | 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. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "cccd": "sample string 1", "VoucherNm": 2, "trtype": "sample string 3", "trcode": "sample string 4", "trformatdt": "sample string 5", "trkey": "sample string 6", "trno": "sample string 7", "PaidTo": "sample string 8", "Amt": 9.1, "REFERENCE": "sample string 10" }, { "cccd": "sample string 1", "VoucherNm": 2, "trtype": "sample string 3", "trcode": "sample string 4", "trformatdt": "sample string 5", "trkey": "sample string 6", "trno": "sample string 7", "PaidTo": "sample string 8", "Amt": 9.1, "REFERENCE": "sample string 10" }, { "cccd": "sample string 1", "VoucherNm": 2, "trtype": "sample string 3", "trcode": "sample string 4", "trformatdt": "sample string 5", "trkey": "sample string 6", "trno": "sample string 7", "PaidTo": "sample string 8", "Amt": 9.1, "REFERENCE": "sample string 10" } ]
text/html
Sample:
[{"cccd":"sample string 1","VoucherNm":2,"trtype":"sample string 3","trcode":"sample string 4","trformatdt":"sample string 5","trkey":"sample string 6","trno":"sample string 7","PaidTo":"sample string 8","Amt":9.1,"REFERENCE":"sample string 10"},{"cccd":"sample string 1","VoucherNm":2,"trtype":"sample string 3","trcode":"sample string 4","trformatdt":"sample string 5","trkey":"sample string 6","trno":"sample string 7","PaidTo":"sample string 8","Amt":9.1,"REFERENCE":"sample string 10"},{"cccd":"sample string 1","VoucherNm":2,"trtype":"sample string 3","trcode":"sample string 4","trformatdt":"sample string 5","trkey":"sample string 6","trno":"sample string 7","PaidTo":"sample string 8","Amt":9.1,"REFERENCE":"sample string 10"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVSalesOrdersBooks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVSalesOrdersBooks> <Amt>9.1</Amt> <PaidTo>sample string 8</PaidTo> <REFERENCE>sample string 10</REFERENCE> <VoucherNm>2</VoucherNm> <cccd>sample string 1</cccd> <trcode>sample string 4</trcode> <trformatdt>sample string 5</trformatdt> <trkey>sample string 6</trkey> <trno>sample string 7</trno> <trtype>sample string 3</trtype> </PBXMLVSalesOrdersBooks> <PBXMLVSalesOrdersBooks> <Amt>9.1</Amt> <PaidTo>sample string 8</PaidTo> <REFERENCE>sample string 10</REFERENCE> <VoucherNm>2</VoucherNm> <cccd>sample string 1</cccd> <trcode>sample string 4</trcode> <trformatdt>sample string 5</trformatdt> <trkey>sample string 6</trkey> <trno>sample string 7</trno> <trtype>sample string 3</trtype> </PBXMLVSalesOrdersBooks> <PBXMLVSalesOrdersBooks> <Amt>9.1</Amt> <PaidTo>sample string 8</PaidTo> <REFERENCE>sample string 10</REFERENCE> <VoucherNm>2</VoucherNm> <cccd>sample string 1</cccd> <trcode>sample string 4</trcode> <trformatdt>sample string 5</trformatdt> <trkey>sample string 6</trkey> <trno>sample string 7</trno> <trtype>sample string 3</trtype> </PBXMLVSalesOrdersBooks> </ArrayOfPBXMLVSalesOrdersBooks>