GET api/MultiSarf
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MultiSarf| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| date | date |
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. |
|
| notes | string |
None. |
|
| rest_id | integer |
None. |
|
| branch | integer |
None. |
|
| IS_Deleted | boolean |
None. |
|
| center | integer |
None. |
|
| omla | integer |
None. |
|
| omlaval | decimal number |
None. |
|
| taxperc | decimal number |
None. |
|
| taxval | decimal number |
None. |
|
| reshd_id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"date": "2025-11-09T14:01:55.9189263+03:00",
"val": 1.1,
"type": 1,
"safe_bank_id": 1,
"sales_emp": 1,
"check_no": "sample string 2",
"check_date": "2025-11-09T14:01:55.9189263+03:00",
"notes": "sample string 3",
"rest_id": 1,
"branch": 1,
"IS_Deleted": true,
"center": 1,
"omla": 1,
"omlaval": 1.1,
"taxperc": 1.1,
"taxval": 1.1,
"reshd_id": 4
},
{
"id": 1,
"date": "2025-11-09T14:01:55.9189263+03:00",
"val": 1.1,
"type": 1,
"safe_bank_id": 1,
"sales_emp": 1,
"check_no": "sample string 2",
"check_date": "2025-11-09T14:01:55.9189263+03:00",
"notes": "sample string 3",
"rest_id": 1,
"branch": 1,
"IS_Deleted": true,
"center": 1,
"omla": 1,
"omlaval": 1.1,
"taxperc": 1.1,
"taxval": 1.1,
"reshd_id": 4
}
]
application/xml, text/xml
Sample:
<ArrayOfMultiSarf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
<MultiSarf>
<IS_Deleted>true</IS_Deleted>
<branch>1</branch>
<center>1</center>
<check_date>2025-11-09T14:01:55.9189263+03:00</check_date>
<check_no>sample string 2</check_no>
<date>2025-11-09T14:01:55.9189263+03:00</date>
<id>1</id>
<notes>sample string 3</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>
<type>1</type>
<val>1.1</val>
</MultiSarf>
<MultiSarf>
<IS_Deleted>true</IS_Deleted>
<branch>1</branch>
<center>1</center>
<check_date>2025-11-09T14:01:55.9189263+03:00</check_date>
<check_no>sample string 2</check_no>
<date>2025-11-09T14:01:55.9189263+03:00</date>
<id>1</id>
<notes>sample string 3</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>
<type>1</type>
<val>1.1</val>
</MultiSarf>
</ArrayOfMultiSarf>