GET api/StoreTransfer?type={type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SafesTransfer
NameDescriptionTypeAdditional information
id

integer

None.

date

date

None.

safe_from

integer

None.

safe_to

integer

None.

branch

integer

None.

IS_Deleted

boolean

None.

no

integer

None.

Type

integer

None.

refno

string

None.

notes

string

None.

branch_create

integer

None.

Type_Cost

integer

None.

center

integer

None.

transfer_no

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "date": "2025-11-09T14:16:51.9978258+03:00",
    "safe_from": 1,
    "safe_to": 1,
    "branch": 1,
    "IS_Deleted": true,
    "no": 1,
    "Type": 1,
    "refno": "sample string 2",
    "notes": "sample string 3",
    "branch_create": 1,
    "Type_Cost": 1,
    "center": 1,
    "transfer_no": 1
  },
  {
    "id": 1,
    "date": "2025-11-09T14:16:51.9978258+03:00",
    "safe_from": 1,
    "safe_to": 1,
    "branch": 1,
    "IS_Deleted": true,
    "no": 1,
    "Type": 1,
    "refno": "sample string 2",
    "notes": "sample string 3",
    "branch_create": 1,
    "Type_Cost": 1,
    "center": 1,
    "transfer_no": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfSafesTransfer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
  <SafesTransfer>
    <IS_Deleted>true</IS_Deleted>
    <Type>1</Type>
    <Type_Cost>1</Type_Cost>
    <branch>1</branch>
    <branch_create>1</branch_create>
    <center>1</center>
    <date>2025-11-09T14:16:51.9978258+03:00</date>
    <id>1</id>
    <no>1</no>
    <notes>sample string 3</notes>
    <refno>sample string 2</refno>
    <safe_from>1</safe_from>
    <safe_to>1</safe_to>
    <transfer_no>1</transfer_no>
  </SafesTransfer>
  <SafesTransfer>
    <IS_Deleted>true</IS_Deleted>
    <Type>1</Type>
    <Type_Cost>1</Type_Cost>
    <branch>1</branch>
    <branch_create>1</branch_create>
    <center>1</center>
    <date>2025-11-09T14:16:51.9978258+03:00</date>
    <id>1</id>
    <no>1</no>
    <notes>sample string 3</notes>
    <refno>sample string 2</refno>
    <safe_from>1</safe_from>
    <safe_to>1</safe_to>
    <transfer_no>1</transfer_no>
  </SafesTransfer>
</ArrayOfSafesTransfer>