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
[
{
"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"
}
]