DataManagerMappings
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
co.hotwax.datamanager.DataManagerMappingAuthentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
GET /rest/s1/inventory-cycle-count/dataManagerMappings HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
[
{
"_entity": "co.hotwax.datamanager.DataManagerMapping",
"mappingPrefId": "text",
"mappingPrefName": "text",
"mappingPrefTypeEnumId": "text",
"mappingPrefValue": "text",
"fromDate": "2026-01-01T00:00:00.000Z",
"thruDate": "2026-01-01T00:00:00.000Z",
"lastUpdatedStamp": "2026-01-01T00:00:00.000Z"
}
]co.hotwax.datamanager.DataManagerMappingSuccess
co.hotwax.datamanager.DataManagerMapping.PKAuthentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
POST /rest/s1/inventory-cycle-count/dataManagerMappings HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 281
{
"_entity": "co.hotwax.datamanager.DataManagerMapping",
"mappingPrefId": "text",
"mappingPrefName": "text",
"mappingPrefTypeEnumId": "text",
"mappingPrefValue": "text",
"fromDate": "2026-01-01T00:00:00.000Z",
"thruDate": "2026-01-01T00:00:00.000Z",
"lastUpdatedStamp": "2026-01-01T00:00:00.000Z"
}{
"_entity": "co.hotwax.datamanager.DataManagerMapping.PK",
"mappingPrefId": "text"
}Success
co.hotwax.datamanager.DataManagerMappingAuthentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
GET /rest/s1/inventory-cycle-count/dataManagerMappings/{mappingPrefId} HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
{
"_entity": "co.hotwax.datamanager.DataManagerMapping",
"mappingPrefId": "text",
"mappingPrefName": "text",
"mappingPrefTypeEnumId": "text",
"mappingPrefValue": "text",
"fromDate": "2026-01-01T00:00:00.000Z",
"thruDate": "2026-01-01T00:00:00.000Z",
"lastUpdatedStamp": "2026-01-01T00:00:00.000Z"
}co.hotwax.datamanager.DataManagerMappingSuccess
co.hotwax.datamanager.DataManagerMapping.PKAuthentication required
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
POST /rest/s1/inventory-cycle-count/dataManagerMappings/{mappingPrefId} HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 281
{
"_entity": "co.hotwax.datamanager.DataManagerMapping",
"mappingPrefId": "text",
"mappingPrefName": "text",
"mappingPrefTypeEnumId": "text",
"mappingPrefValue": "text",
"fromDate": "2026-01-01T00:00:00.000Z",
"thruDate": "2026-01-01T00:00:00.000Z",
"lastUpdatedStamp": "2026-01-01T00:00:00.000Z"
}{
"_entity": "co.hotwax.datamanager.DataManagerMapping.PK",
"mappingPrefId": "text"
}Authentication required
No content
Access Forbidden (no authz)
Value Not Found
Too Many Requests (tarpit)
General Error
DELETE /rest/s1/inventory-cycle-count/dataManagerMappings/{mappingPrefId} HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
No content
Last updated
Was this helpful?