GET api/brusper/get_cash_det?code={code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of get_cash_det
NameDescriptionTypeAdditional information
tdate

string

None.

nos

string

None.

amt

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "tdate": "sample string 1",
    "nos": "sample string 2",
    "amt": "sample string 3"
  },
  {
    "tdate": "sample string 1",
    "nos": "sample string 2",
    "amt": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfget_cash_det xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
  <get_cash_det>
    <amt>sample string 3</amt>
    <nos>sample string 2</nos>
    <tdate>sample string 1</tdate>
  </get_cash_det>
  <get_cash_det>
    <amt>sample string 3</amt>
    <nos>sample string 2</nos>
    <tdate>sample string 1</tdate>
  </get_cash_det>
</ArrayOfget_cash_det>