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.
Following verbs are supported by this resource.
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"
}
]
GET by ID
End Point: /transfers/{ID}
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"
}