GET api/SandQD

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SandQD
NameDescriptionTypeAdditional information
id

integer

None.

date

date

None.

emp_person

integer

None.

cust_id

integer

None.

acc_code

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.

ref_no

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "date": "2025-11-09T14:04:57.0542722+03:00",
    "emp_person": 1,
    "cust_id": 1,
    "acc_code": 1,
    "val": 1.1,
    "type": 1,
    "safe_bank_id": 1,
    "sales_emp": 1,
    "check_no": "sample string 2",
    "check_date": "2025-11-09T14:04:57.0542722+03:00",
    "checkbank": "sample string 3",
    "check_state": 1,
    "notes": "sample string 4",
    "rest_id": 1,
    "branch": 1,
    "IS_Deleted": true,
    "center": 1,
    "ref_no": "sample string 5"
  },
  {
    "id": 1,
    "date": "2025-11-09T14:04:57.0542722+03:00",
    "emp_person": 1,
    "cust_id": 1,
    "acc_code": 1,
    "val": 1.1,
    "type": 1,
    "safe_bank_id": 1,
    "sales_emp": 1,
    "check_no": "sample string 2",
    "check_date": "2025-11-09T14:04:57.0542722+03:00",
    "checkbank": "sample string 3",
    "check_state": 1,
    "notes": "sample string 4",
    "rest_id": 1,
    "branch": 1,
    "IS_Deleted": true,
    "center": 1,
    "ref_no": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSandQD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
  <SandQD>
    <IS_Deleted>true</IS_Deleted>
    <acc_code>1</acc_code>
    <branch>1</branch>
    <center>1</center>
    <check_date>2025-11-09T14:04:57.0542722+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:04:57.0542722+03:00</date>
    <emp_person>1</emp_person>
    <id>1</id>
    <notes>sample string 4</notes>
    <ref_no>sample string 5</ref_no>
    <rest_id>1</rest_id>
    <safe_bank_id>1</safe_bank_id>
    <sales_emp>1</sales_emp>
    <type>1</type>
    <val>1.1</val>
  </SandQD>
  <SandQD>
    <IS_Deleted>true</IS_Deleted>
    <acc_code>1</acc_code>
    <branch>1</branch>
    <center>1</center>
    <check_date>2025-11-09T14:04:57.0542722+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:04:57.0542722+03:00</date>
    <emp_person>1</emp_person>
    <id>1</id>
    <notes>sample string 4</notes>
    <ref_no>sample string 5</ref_no>
    <rest_id>1</rest_id>
    <safe_bank_id>1</safe_bank_id>
    <sales_emp>1</sales_emp>
    <type>1</type>
    <val>1.1</val>
  </SandQD>
</ArrayOfSandQD>