latestOpenAPI 3.0.02026-08-2217901.1 MB
ef9153fcac7c
Part Transfer Requests
List part transfer requests
Endpoint used to list part transfer request resources
get/parttransferrequests
Query parameters
cursorstring
Last pagination reference
limitinteger
max number of Part Transfer Requests returned
statusesstring[]
To filter by multiple status: status=APPROVED&status=DECLINED
Headers
x-organization-idinteger
Required if using a multi organizations token
Response
Successfully fetched Part Transfer Requests list
Example response
{
"partTransferRequests": [
{
"id": 963,
"quantityReceived": 2,
"quantityRequested": 3,
"quantityTransferred": 2,
"requestMessage": "Would you please send us five ball screws for our cnc machine?",
"responseMessage": "Sorry, we do not have enough extra ball screws to share them with you.",
"status": "PENDING",
"sourcePartId": 843,
"destinationPartId": 852,
"transferrerId": 102,
"requesterId": 201,
"destinationOrganizationId": 1001,
"sourceOrganizationId": 1002,
"sourceLocationId": 852,
"destinationLocations": [
{
"locationId": 917,
"quantity": 2
}
]
}
]
}