GET api/Party/PartyOtherCharges

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "LedgerId": "sample string 1",
    "Code": "sample string 2",
    "LedgerName": "sample string 3",
    "Rate": "sample string 4",
    "GSTRate": "sample string 5"
  },
  {
    "LedgerId": "sample string 1",
    "Code": "sample string 2",
    "LedgerName": "sample string 3",
    "Rate": "sample string 4",
    "GSTRate": "sample string 5"
  },
  {
    "LedgerId": "sample string 1",
    "Code": "sample string 2",
    "LedgerName": "sample string 3",
    "Rate": "sample string 4",
    "GSTRate": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPartyOtherChargesList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMSWebAPINew.Models">
  <PartyOtherChargesList>
    <Code>sample string 2</Code>
    <GSTRate>sample string 5</GSTRate>
    <LedgerId>sample string 1</LedgerId>
    <LedgerName>sample string 3</LedgerName>
    <Rate>sample string 4</Rate>
  </PartyOtherChargesList>
  <PartyOtherChargesList>
    <Code>sample string 2</Code>
    <GSTRate>sample string 5</GSTRate>
    <LedgerId>sample string 1</LedgerId>
    <LedgerName>sample string 3</LedgerName>
    <Rate>sample string 4</Rate>
  </PartyOtherChargesList>
  <PartyOtherChargesList>
    <Code>sample string 2</Code>
    <GSTRate>sample string 5</GSTRate>
    <LedgerId>sample string 1</LedgerId>
    <LedgerName>sample string 3</LedgerName>
    <Rate>sample string 4</Rate>
  </PartyOtherChargesList>
</ArrayOfPartyOtherChargesList>