OpenAPI documentation for API and Auth Rest Services
INSPIRE Public Rest API Documentation. Copyright 2025 Fulfillment WMS. All rights reserved. (1.0)
Download OpenAPI description
Overview
License
Languages
Servers
Mock server
https://apidocs.fulfillmentwms.com/_mock/openapi
- Mock serverhttps://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/invoices/query
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://apidocs.fulfillmentwms.com/_mock/openapi/v1/api/pub/invoices/query \
-H 'Content-Type: */*' \
-d '[object Object]'Response
application/json
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "createdby": "string", "createdon": "2019-08-24T14:15:22Z", "modifiedon": "2019-08-24T14:15:22Z", "invoice_num": "string", "billing_month": "JANUARY", "invoice_type": "ACCOUNT_BILLING_RECV", "due_date": "2019-08-24T14:15:22Z", "order_hdr_id": "ce03af97-b4bc-4ab2-90a8-b9e079e77b5b", "account_id": "449e7a5c-69d3-4b8a-aaaf-5c9b713ebc65", "facility_id": "82d24387-b696-4928-8926-f6f7f16d3353", "review_approved": true, "reviewed_user_id": "380124cd-80f8-4d0f-925c-355c45b41f94", "reviewedon": "2019-08-24T14:15:22Z", "exportedon": "2019-08-24T14:15:22Z", "export_success": true, "notes_internal": "string", "notes_external": "string", "orderHdr": { … }, "account": { … }, "facility": { … }, "lines": [ … ], "reviewedBy": { … } } ]