GET api/PBXMLVPurchaseOrdersBooks/GetAllTradingExpenses?cccd={cccd}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
cccd
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",
    "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": "sample string 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": "sample string 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":"sample string 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":"sample string 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":"sample string 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:
<ArrayOfPBXMLVPurchaseOrdersBooks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
  <PBXMLVPurchaseOrdersBooks>
    <Amt>9.1</Amt>
    <PaidTo>sample string 8</PaidTo>
    <REFERENCE>sample string 10</REFERENCE>
    <VoucherNm>sample string 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>
  </PBXMLVPurchaseOrdersBooks>
  <PBXMLVPurchaseOrdersBooks>
    <Amt>9.1</Amt>
    <PaidTo>sample string 8</PaidTo>
    <REFERENCE>sample string 10</REFERENCE>
    <VoucherNm>sample string 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>
  </PBXMLVPurchaseOrdersBooks>
  <PBXMLVPurchaseOrdersBooks>
    <Amt>9.1</Amt>
    <PaidTo>sample string 8</PaidTo>
    <REFERENCE>sample string 10</REFERENCE>
    <VoucherNm>sample string 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>
  </PBXMLVPurchaseOrdersBooks>
</ArrayOfPBXMLVPurchaseOrdersBooks>