GET api/MultiQbd

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MultiQbd
NameDescriptionTypeAdditional information
id

integer

None.

date

date

None.

branch

integer

None.

notes

string

None.

rest_id

integer

None.

center

integer

None.

Type

integer

None.

check_no

string

None.

sales_emp

integer

None.

safe_bank_id

integer

None.

Val

decimal number

None.

taxval

decimal number

None.

check_date

date

None.

IS_Deleted

boolean

None.

omla

integer

None.

omlaval

decimal number

None.

taxperc

decimal number

None.

reshd_id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "date": "2025-11-09T14:00:06.7718107+03:00",
    "branch": 1,
    "notes": "sample string 2",
    "rest_id": 1,
    "center": 1,
    "Type": 1,
    "check_no": "sample string 3",
    "sales_emp": 1,
    "safe_bank_id": 1,
    "Val": 1.1,
    "taxval": 1.1,
    "check_date": "2025-11-09T14:00:06.7718107+03:00",
    "IS_Deleted": true,
    "omla": 1,
    "omlaval": 1.1,
    "taxperc": 1.1,
    "reshd_id": 4
  },
  {
    "id": 1,
    "date": "2025-11-09T14:00:06.7718107+03:00",
    "branch": 1,
    "notes": "sample string 2",
    "rest_id": 1,
    "center": 1,
    "Type": 1,
    "check_no": "sample string 3",
    "sales_emp": 1,
    "safe_bank_id": 1,
    "Val": 1.1,
    "taxval": 1.1,
    "check_date": "2025-11-09T14:00:06.7718107+03:00",
    "IS_Deleted": true,
    "omla": 1,
    "omlaval": 1.1,
    "taxperc": 1.1,
    "reshd_id": 4
  }
]

application/xml, text/xml

Sample:
<ArrayOfMultiQbd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
  <MultiQbd>
    <IS_Deleted>true</IS_Deleted>
    <Type>1</Type>
    <Val>1.1</Val>
    <branch>1</branch>
    <center>1</center>
    <check_date>2025-11-09T14:00:06.7718107+03:00</check_date>
    <check_no>sample string 3</check_no>
    <date>2025-11-09T14:00:06.7718107+03:00</date>
    <id>1</id>
    <notes>sample string 2</notes>
    <omla>1</omla>
    <omlaval>1.1</omlaval>
    <reshd_id>4</reshd_id>
    <rest_id>1</rest_id>
    <safe_bank_id>1</safe_bank_id>
    <sales_emp>1</sales_emp>
    <taxperc>1.1</taxperc>
    <taxval>1.1</taxval>
  </MultiQbd>
  <MultiQbd>
    <IS_Deleted>true</IS_Deleted>
    <Type>1</Type>
    <Val>1.1</Val>
    <branch>1</branch>
    <center>1</center>
    <check_date>2025-11-09T14:00:06.7718107+03:00</check_date>
    <check_no>sample string 3</check_no>
    <date>2025-11-09T14:00:06.7718107+03:00</date>
    <id>1</id>
    <notes>sample string 2</notes>
    <omla>1</omla>
    <omlaval>1.1</omlaval>
    <reshd_id>4</reshd_id>
    <rest_id>1</rest_id>
    <safe_bank_id>1</safe_bank_id>
    <sales_emp>1</sales_emp>
    <taxperc>1.1</taxperc>
    <taxval>1.1</taxval>
  </MultiQbd>
</ArrayOfMultiQbd>