GET api/MultiQbdSub

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MultiQbd_sub
NameDescriptionTypeAdditional information
sand_id

integer

None.

dept

decimal number

None.

credit

decimal number

None.

acc_no

integer

None.

notes

string

None.

branch

integer

None.

omla

integer

None.

omlaval

decimal number

None.

center

integer

None.

refno

string

None.

reshd_id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "sand_id": 1,
    "dept": 1.1,
    "credit": 1.1,
    "acc_no": 1,
    "notes": "sample string 1",
    "branch": 1,
    "omla": 1,
    "omlaval": 1.1,
    "center": 1,
    "refno": "sample string 2",
    "reshd_id": 3
  },
  {
    "sand_id": 1,
    "dept": 1.1,
    "credit": 1.1,
    "acc_no": 1,
    "notes": "sample string 1",
    "branch": 1,
    "omla": 1,
    "omlaval": 1.1,
    "center": 1,
    "refno": "sample string 2",
    "reshd_id": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfMultiQbd_sub xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
  <MultiQbd_sub>
    <acc_no>1</acc_no>
    <branch>1</branch>
    <center>1</center>
    <credit>1.1</credit>
    <dept>1.1</dept>
    <notes>sample string 1</notes>
    <omla>1</omla>
    <omlaval>1.1</omlaval>
    <refno>sample string 2</refno>
    <reshd_id>3</reshd_id>
    <sand_id>1</sand_id>
  </MultiQbd_sub>
  <MultiQbd_sub>
    <acc_no>1</acc_no>
    <branch>1</branch>
    <center>1</center>
    <credit>1.1</credit>
    <dept>1.1</dept>
    <notes>sample string 1</notes>
    <omla>1</omla>
    <omlaval>1.1</omlaval>
    <refno>sample string 2</refno>
    <reshd_id>3</reshd_id>
    <sand_id>1</sand_id>
  </MultiQbd_sub>
</ArrayOfMultiQbd_sub>