Skip to main content
Skip table of contents

Transfer Orders

This resource allows you to fetch the list of Transfer Orders.

You can search for any existing Employee using filters as defined here.

Pagination is supported for this resource. Click here to see the details of it.

 

GET

End Point: /transfers

Sample response payload

CODE
[
 {
  "transferorderid": "string",
  "transfertype": "Normal",
  "status": "Open",
  "description": "string",
  "type": "T-In",
  "siteid": "string",
  "othersitename": "string",
  "departmentid": "string",
  "returntransferid": "string",
  "eventid": "string",
  "eventname": "string",
  "prepdate": "MM/dd/yyyy HH:mm",
  "receivedate": "MM/dd/yyyy HH:mm"
 }
]

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.