GET api/SandQ

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SandQ
NameDescriptionTypeAdditional information
id

integer

None.

date

date

None.

cust_id

integer

None.

val

decimal number

None.

type

integer

None.

safe_bank_id

integer

None.

sales_emp

integer

None.

check_no

string

None.

check_date

date

None.

checkbank

string

None.

check_state

integer

None.

notes

string

None.

rest_id

integer

None.

branch

integer

None.

IS_Deleted

boolean

None.

center

integer

None.

is_installment

boolean

None.

installment_date

date

None.

proc_id

integer

None.

ref_no

string

None.

reshd_id

integer

None.

omla

integer

None.

omlaval

decimal number

None.

val1

decimal number

None.

omla1

integer

None.

omlaval1

decimal number

None.

Discount

decimal number

None.

trans_no

integer

None.

trans_closed

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "date": "2025-11-09T14:03:16.5832569+03:00",
    "cust_id": 1,
    "val": 1.1,
    "type": 1,
    "safe_bank_id": 1,
    "sales_emp": 1,
    "check_no": "sample string 2",
    "check_date": "2025-11-09T14:03:16.5832569+03:00",
    "checkbank": "sample string 3",
    "check_state": 1,
    "notes": "sample string 4",
    "rest_id": 1,
    "branch": 1,
    "IS_Deleted": true,
    "center": 1,
    "is_installment": true,
    "installment_date": "2025-11-09T14:03:16.5832569+03:00",
    "proc_id": 1,
    "ref_no": "sample string 5",
    "reshd_id": 6,
    "omla": 1,
    "omlaval": 1.1,
    "val1": 1.1,
    "omla1": 1,
    "omlaval1": 1.1,
    "Discount": 1.1,
    "trans_no": 1,
    "trans_closed": 1
  },
  {
    "id": 1,
    "date": "2025-11-09T14:03:16.5832569+03:00",
    "cust_id": 1,
    "val": 1.1,
    "type": 1,
    "safe_bank_id": 1,
    "sales_emp": 1,
    "check_no": "sample string 2",
    "check_date": "2025-11-09T14:03:16.5832569+03:00",
    "checkbank": "sample string 3",
    "check_state": 1,
    "notes": "sample string 4",
    "rest_id": 1,
    "branch": 1,
    "IS_Deleted": true,
    "center": 1,
    "is_installment": true,
    "installment_date": "2025-11-09T14:03:16.5832569+03:00",
    "proc_id": 1,
    "ref_no": "sample string 5",
    "reshd_id": 6,
    "omla": 1,
    "omlaval": 1.1,
    "val1": 1.1,
    "omla1": 1,
    "omlaval1": 1.1,
    "Discount": 1.1,
    "trans_no": 1,
    "trans_closed": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfSandQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
  <SandQ>
    <Discount>1.1</Discount>
    <IS_Deleted>true</IS_Deleted>
    <branch>1</branch>
    <center>1</center>
    <check_date>2025-11-09T14:03:16.5832569+03:00</check_date>
    <check_no>sample string 2</check_no>
    <check_state>1</check_state>
    <checkbank>sample string 3</checkbank>
    <cust_id>1</cust_id>
    <date>2025-11-09T14:03:16.5832569+03:00</date>
    <id>1</id>
    <installment_date>2025-11-09T14:03:16.5832569+03:00</installment_date>
    <is_installment>true</is_installment>
    <notes>sample string 4</notes>
    <omla>1</omla>
    <omla1>1</omla1>
    <omlaval>1.1</omlaval>
    <omlaval1>1.1</omlaval1>
    <proc_id>1</proc_id>
    <ref_no>sample string 5</ref_no>
    <reshd_id>6</reshd_id>
    <rest_id>1</rest_id>
    <safe_bank_id>1</safe_bank_id>
    <sales_emp>1</sales_emp>
    <trans_closed>1</trans_closed>
    <trans_no>1</trans_no>
    <type>1</type>
    <val>1.1</val>
    <val1>1.1</val1>
  </SandQ>
  <SandQ>
    <Discount>1.1</Discount>
    <IS_Deleted>true</IS_Deleted>
    <branch>1</branch>
    <center>1</center>
    <check_date>2025-11-09T14:03:16.5832569+03:00</check_date>
    <check_no>sample string 2</check_no>
    <check_state>1</check_state>
    <checkbank>sample string 3</checkbank>
    <cust_id>1</cust_id>
    <date>2025-11-09T14:03:16.5832569+03:00</date>
    <id>1</id>
    <installment_date>2025-11-09T14:03:16.5832569+03:00</installment_date>
    <is_installment>true</is_installment>
    <notes>sample string 4</notes>
    <omla>1</omla>
    <omla1>1</omla1>
    <omlaval>1.1</omlaval>
    <omlaval1>1.1</omlaval1>
    <proc_id>1</proc_id>
    <ref_no>sample string 5</ref_no>
    <reshd_id>6</reshd_id>
    <rest_id>1</rest_id>
    <safe_bank_id>1</safe_bank_id>
    <sales_emp>1</sales_emp>
    <trans_closed>1</trans_closed>
    <trans_no>1</trans_no>
    <type>1</type>
    <val>1.1</val>
    <val1>1.1</val1>
  </SandQ>
</ArrayOfSandQ>