Skip to content

INSPIRE Public Rest API Documentation. Copyright 2025 Fulfillment WMS. All rights reserved. (1.0)

OpenAPI documentation for API and Auth Rest Services

Download OpenAPI description
Overview
License
Languages
Servers
Mock server
https://apidocs.fulfillmentwms.com/_mock/openapi

Dock Appointment Scheduling Service

Dock Appointment Scheduling Services

Operations

Import Service

Services related to importing data

Operations

Reporting, Insights and Metrics Service

Services related to Reporting, Insights and Metrics

Operations

Inventory Service

Services related to Inventory

Operations

Invoice for 3PL Billing Service

Services related to viewing Invoices for 3PL Billing

Operations

Lists Service

Services related to Querying Lists of Objects

Operations

Mobile Tasks Service

Services related to Mobile Tasks

Operations

Request

Get All Mobile Tasks

Security
Authorization
Body*/*
mtaskGrpsArray of strings(uuid)
assignedtoArray of strings(uuid)
createdonFromstring(date-time)
createdonTostring(date-time)
completedonFromstring(date-time)
completedonTostring(date-time)
statusesArray of strings
Items Enum"PENDING""RELEASED_UNASSIGNED""RELEASED_ASSIGNED""HOLD""WORKING""WORKING_PAUSED""COMPLETED""CANCELED""VOID"
grpStatusesArray of strings
Items Enum"PENDING""RELEASED_UNASSIGNED""RELEASED_ASSIGNED""HOLD""WORKING""WORKING_PAUSED""COMPLETED""CANCELED""VOID"
facilitiesArray of strings(uuid)
itemsArray of strings(uuid)
lotsArray of strings
sublotsArray of strings
lpnsArray of strings
containersArray of strings
channelsArray of strings(uuid)
orderNumberstring
poNumberstring
soNumberstring
swcstring
shipToContainsstring
markForContainsstring
transNumberstring
carriersArray of strings(uuid)
eventCodesArray of strings
locationsArray of strings
curl -i -X POST \
  https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/mtask/query \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: */*' \
  -d '[object Object]'

Responses

Ok

Bodyapplication/jsonArray [
idstring(uuid)
ncodeinteger(int32)
createdbystring
createdonstring(date-time)
modifiedonstring(date-time)
requestedcompdtstring(date-time)
startedondtstring(date-time)
actualcompdtstring(date-time)
grp_idstring(uuid)
assignedto_idstring(uuid)
internalstatusstring
Enum"PENDING""RELEASED_UNASSIGNED""RELEASED_ASSIGNED""HOLD""WORKING""WORKING_PAUSED""COMPLETED""CANCELED""VOID"
notesstring
current_mworkflow_step_idstring(uuid)
inv_key_from_idstring(uuid)
inv_key_to_idstring(uuid)
total_num_movesinteger(int32)
qty_pcs_mutate_totalnumber
qty_pcs_fromnumber
qty_cases_fromnumber
qty_ip_fromnumber
qty_pcs_tonumber
qty_cases_tonumber
qty_ip_tonumber
detailsArray of objects(MTaskDetailsSecureType)
historyArray of objects(MTaskHistorySecureType)
persistentDataArray of objects(MTaskPersistenDataSecureType)
currentStepobject(MWorkflowStepsSecureType)
directionsArray of objects(MTaskMoveDirectionsSecureType)
invKeyFromobject(InvKeySecureType)
invKeyToobject(InvKeySecureType)
mtaskGrpobject(MTaskGrpMinSecureType)
]
Response
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "ncode": 0, "createdby": "string", "createdon": "2019-08-24T14:15:22Z", "modifiedon": "2019-08-24T14:15:22Z", "requestedcompdt": "2019-08-24T14:15:22Z", "startedondt": "2019-08-24T14:15:22Z", "actualcompdt": "2019-08-24T14:15:22Z", "grp_id": "45077050-e0f4-44bb-b191-93670aa1f292", "assignedto_id": "5c95277b-6f10-4a0d-9429-d3df63d6894f", "internalstatus": "PENDING", "notes": "string", "current_mworkflow_step_id": "038407f0-0f1f-4b3c-85b3-751978d116b1", "inv_key_from_id": "06b77332-adf8-41c2-8448-e276e556bd77", "inv_key_to_id": "c74817df-4d98-4309-908a-a24ad5f151b9", "total_num_moves": 0, "qty_pcs_mutate_total": 0, "qty_pcs_from": 0, "qty_cases_from": 0, "qty_ip_from": 0, "qty_pcs_to": 0, "qty_cases_to": 0, "qty_ip_to": 0, "details": [ … ], "history": [ … ], "persistentData": [ … ], "currentStep": { … }, "directions": [ … ], "invKeyFrom": { … }, "invKeyTo": { … }, "mtaskGrp": { … } } ]

Receiving Order Service

Services related to Receiving Orders

Operations

Shipping Order Service

Services related to Shipping Orders

Operations

Work/Project Order Service

Services related to Work/Project Orders

Operations

Authentication Service

Services related to authentication

Operations