GET api/TwreedSrf

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Twreed_Srf
NameDescriptionTypeAdditional information
id

integer

None.

no

integer

None.

Type

integer

None.

date

date

None.

safe

integer

None.

refno

string

None.

center

integer

None.

omla

integer

None.

acc

integer

None.

notes

string

None.

res_id

integer

None.

is_deleted

boolean

None.

branch

integer

None.

Type_Cost

integer

None.

acc2

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "no": 1,
    "Type": 1,
    "date": "2025-11-09T14:24:08.2000351+03:00",
    "safe": 1,
    "refno": "sample string 2",
    "center": 1,
    "omla": 1,
    "acc": 1,
    "notes": "sample string 3",
    "res_id": 1,
    "is_deleted": true,
    "branch": 1,
    "Type_Cost": 1,
    "acc2": 1
  },
  {
    "id": 1,
    "no": 1,
    "Type": 1,
    "date": "2025-11-09T14:24:08.2000351+03:00",
    "safe": 1,
    "refno": "sample string 2",
    "center": 1,
    "omla": 1,
    "acc": 1,
    "notes": "sample string 3",
    "res_id": 1,
    "is_deleted": true,
    "branch": 1,
    "Type_Cost": 1,
    "acc2": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfTwreed_Srf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
  <Twreed_Srf>
    <Type>1</Type>
    <Type_Cost>1</Type_Cost>
    <acc>1</acc>
    <acc2>1</acc2>
    <branch>1</branch>
    <center>1</center>
    <date>2025-11-09T14:24:08.2000351+03:00</date>
    <id>1</id>
    <is_deleted>true</is_deleted>
    <no>1</no>
    <notes>sample string 3</notes>
    <omla>1</omla>
    <refno>sample string 2</refno>
    <res_id>1</res_id>
    <safe>1</safe>
  </Twreed_Srf>
  <Twreed_Srf>
    <Type>1</Type>
    <Type_Cost>1</Type_Cost>
    <acc>1</acc>
    <acc2>1</acc2>
    <branch>1</branch>
    <center>1</center>
    <date>2025-11-09T14:24:08.2000351+03:00</date>
    <id>1</id>
    <is_deleted>true</is_deleted>
    <no>1</no>
    <notes>sample string 3</notes>
    <omla>1</omla>
    <refno>sample string 2</refno>
    <res_id>1</res_id>
    <safe>1</safe>
  </Twreed_Srf>
</ArrayOfTwreed_Srf>