FacilityGroups
Get the facility groups
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/available-to-promise/facilityGroups HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
[
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroup",
"facilityGroupId": "text",
"facilityGroupTypeId": "text",
"primaryParentGroupId": "text",
"facilityGroupName": "text",
"description": "text",
"lastUpdatedStamp": "2025-08-08T08:56:54.349Z"
}
]
org.apache.ofbiz.product.facility.FacilityGroup
Success
Authentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
POST /rest/s1/available-to-promise/facilityGroups HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 239
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroup",
"facilityGroupId": "text",
"facilityGroupTypeId": "text",
"primaryParentGroupId": "text",
"facilityGroupName": "text",
"description": "text",
"lastUpdatedStamp": "2025-08-08T08:56:54.349Z"
}
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroup.PK",
"facilityGroupId": "text"
}
Success
Authentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
GET /rest/s1/available-to-promise/facilityGroups/{facilityGroupId} HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroup",
"facilityGroupId": "text",
"facilityGroupTypeId": "text",
"primaryParentGroupId": "text",
"facilityGroupName": "text",
"description": "text",
"lastUpdatedStamp": "2025-08-08T08:56:54.349Z"
}
org.apache.ofbiz.product.facility.FacilityGroup
Success
Authentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
PUT /rest/s1/available-to-promise/facilityGroups/{facilityGroupId} HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 239
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroup",
"facilityGroupId": "text",
"facilityGroupTypeId": "text",
"primaryParentGroupId": "text",
"facilityGroupName": "text",
"description": "text",
"lastUpdatedStamp": "2025-08-08T08:56:54.349Z"
}
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroup.PK",
"facilityGroupId": "text"
}
View entity for Facility and Facility Group Member details.
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
In the absence of a product specific days to ship in ProductFacility, this will be used
This field store the unit of measurement of dimension (length, width and height)
This field stores facility ID of the external system
Success
Authentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
GET /rest/s1/available-to-promise/facilityGroups/{facilityGroupId}/facilities HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
[
{
"_entity": "co.hotwax.facility.FacilityGroupAndMember",
"parentFacilityTypeId": "text",
"facilityGroupId": "text",
"facilityGroupTypeId": "text",
"primaryParentGroupId": "text",
"facilityGroupName": "text",
"description": "text",
"facilityId": "text",
"fromDate": "2025-08-08T08:56:54.349Z",
"thruDate": "2025-08-08T08:56:54.349Z",
"sequenceNum": 1,
"facilityTypeId": "text",
"parentFacilityId": "text",
"ownerPartyId": "text",
"defaultInventoryItemTypeId": "text",
"facilityName": "text",
"primaryFacilityGroupId": "text",
"oldSquareFootage": 1,
"facilitySize": 1,
"facilitySizeUomId": "text",
"productStoreId": "text",
"defaultDaysToShip": 1,
"openedDate": "2025-08-08T08:56:54.349Z",
"closedDate": "2025-08-08T08:56:54.349Z",
"defaultDimensionUomId": "text",
"defaultWeightUomId": "text",
"geoPointId": "text",
"externalId": "text",
"openTime": "text",
"closeTime": "text",
"facilityTimeZone": "text",
"maximumOrderLimit": 1,
"postalCode": "text"
}
]
org.apache.ofbiz.product.facility.FacilityGroupMember
Success
Authentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
POST /rest/s1/available-to-promise/facilityGroups/{facilityGroupId}/facilities/{facilityId}/association HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 250
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroupMember",
"facilityId": "text",
"facilityGroupId": "text",
"fromDate": "2025-08-08T08:56:54.349Z",
"thruDate": "2025-08-08T08:56:54.349Z",
"sequenceNum": 1,
"lastUpdatedStamp": "2025-08-08T08:56:54.349Z"
}
{
"_entity": "org.apache.ofbiz.product.facility.FacilityGroupMember.PK",
"facilityId": "text",
"facilityGroupId": "text",
"fromDate": "2025-08-08T08:56:54.349Z"
}
Was this helpful?