ExternalInventoryResets
externalInventoryResets
Page number to return, starting with zero
Number of records per page (default 100)
Field name to order by (or comma separated names)
If true don't limit page size (no pagination)
Levels of dependent child records to include
Success
Authentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
GET /rest/s1/poorti/externalInventoryResets HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
[
{
"_entity": "org.apache.ofbiz.product.inventory.ExternalInventoryReset",
"resetItemId": "text",
"resetDateResourceId": "text",
"facilityId": "text",
"productId": "text",
"externalFacilityId": "text",
"productIdentType": "text",
"productIdentValue": "text",
"inventoryItemId": "text",
"inventoryItemATP": 1,
"inventoryItemQOH": 1,
"externalATP": 1,
"externalQOH": 1,
"unitCost": 1,
"lastUpdatedStamp": "2025-08-08T08:49:28.281Z"
}
]
org.apache.ofbiz.product.inventory.ExternalInventoryReset
Success
Authentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
POST /rest/s1/poorti/externalInventoryResets HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 399
{
"_entity": "org.apache.ofbiz.product.inventory.ExternalInventoryReset",
"resetItemId": "text",
"resetDateResourceId": "text",
"facilityId": "text",
"productId": "text",
"externalFacilityId": "text",
"productIdentType": "text",
"productIdentValue": "text",
"inventoryItemId": "text",
"inventoryItemATP": 1,
"inventoryItemQOH": 1,
"externalATP": 1,
"externalQOH": 1,
"unitCost": 1,
"lastUpdatedStamp": "2025-08-08T08:49:28.281Z"
}
{
"_entity": "org.apache.ofbiz.product.inventory.ExternalInventoryReset.PK",
"resetItemId": "text"
}
Success
Authentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
GET /rest/s1/poorti/externalInventoryResets/{resetItemId} HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
{
"_entity": "org.apache.ofbiz.product.inventory.ExternalInventoryReset",
"resetItemId": "text",
"resetDateResourceId": "text",
"facilityId": "text",
"productId": "text",
"externalFacilityId": "text",
"productIdentType": "text",
"productIdentValue": "text",
"inventoryItemId": "text",
"inventoryItemATP": 1,
"inventoryItemQOH": 1,
"externalATP": 1,
"externalQOH": 1,
"unitCost": 1,
"lastUpdatedStamp": "2025-08-08T08:49:28.281Z"
}
org.apache.ofbiz.product.inventory.ExternalInventoryReset
Success
Authentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
PUT /rest/s1/poorti/externalInventoryResets/{resetItemId} HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 399
{
"_entity": "org.apache.ofbiz.product.inventory.ExternalInventoryReset",
"resetItemId": "text",
"resetDateResourceId": "text",
"facilityId": "text",
"productId": "text",
"externalFacilityId": "text",
"productIdentType": "text",
"productIdentValue": "text",
"inventoryItemId": "text",
"inventoryItemATP": 1,
"inventoryItemQOH": 1,
"externalATP": 1,
"externalQOH": 1,
"unitCost": 1,
"lastUpdatedStamp": "2025-08-08T08:49:28.281Z"
}
{
"_entity": "org.apache.ofbiz.product.inventory.ExternalInventoryReset.PK",
"resetItemId": "text"
}
Authentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
DELETE /rest/s1/poorti/externalInventoryResets/{resetItemId} HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
No content
Was this helpful?