latestOpenAPI 3.0.02026-08-2217901.1 MB
ef9153fcac7c
Part Transfer Requests
Get part transfer request
get/parttransferrequests/{id}
Path parameters
idinteger required
ID of the partTransferRequest
Response
Successfully retrieved partTransferRequest's information
Example response
{
"partTransferRequest": {
"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
}
]
}
}