GET api/Taswya

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of tsweya
NameDescriptionTypeAdditional information
id

integer

None.

no

integer

None.

date

date

None.

safe

integer

None.

center

integer

None.

refno

string

None.

notes

string

None.

res_id

integer

None.

is_deleted

boolean

None.

acc

integer

None.

branch

integer

None.

Type_Price

integer

None.

create_user

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "no": 1,
    "date": "2025-11-09T14:22:21.3731675+03:00",
    "safe": 1,
    "center": 1,
    "refno": "sample string 2",
    "notes": "sample string 3",
    "res_id": 1,
    "is_deleted": true,
    "acc": 1,
    "branch": 1,
    "Type_Price": 1,
    "create_user": 1
  },
  {
    "id": 1,
    "no": 1,
    "date": "2025-11-09T14:22:21.3731675+03:00",
    "safe": 1,
    "center": 1,
    "refno": "sample string 2",
    "notes": "sample string 3",
    "res_id": 1,
    "is_deleted": true,
    "acc": 1,
    "branch": 1,
    "Type_Price": 1,
    "create_user": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOftsweya xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
  <tsweya>
    <Type_Price>1</Type_Price>
    <acc>1</acc>
    <branch>1</branch>
    <center>1</center>
    <create_user>1</create_user>
    <date>2025-11-09T14:22:21.3731675+03:00</date>
    <id>1</id>
    <is_deleted>true</is_deleted>
    <no>1</no>
    <notes>sample string 3</notes>
    <refno>sample string 2</refno>
    <res_id>1</res_id>
    <safe>1</safe>
  </tsweya>
  <tsweya>
    <Type_Price>1</Type_Price>
    <acc>1</acc>
    <branch>1</branch>
    <center>1</center>
    <create_user>1</create_user>
    <date>2025-11-09T14:22:21.3731675+03:00</date>
    <id>1</id>
    <is_deleted>true</is_deleted>
    <no>1</no>
    <notes>sample string 3</notes>
    <refno>sample string 2</refno>
    <res_id>1</res_id>
    <safe>1</safe>
  </tsweya>
</ArrayOftsweya>