DataManagerMappings
dataManagerMappings
The entity will store mapping which will be used during import to map field with external system fields.
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/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": "2025-08-08T09:07:39.187Z",
"thruDate": "2025-08-08T09:07:39.187Z",
"lastUpdatedStamp": "2025-08-08T09:07:39.187Z"
}
]
The entity will store mapping which will be used during import to map field with external system fields.
co.hotwax.datamanager.DataManagerMapping
Success
Authentication 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": "2025-08-08T09:07:39.187Z",
"thruDate": "2025-08-08T09:07:39.187Z",
"lastUpdatedStamp": "2025-08-08T09:07:39.187Z"
}
{
"_entity": "co.hotwax.datamanager.DataManagerMapping.PK",
"mappingPrefId": "text"
}
The entity will store mapping which will be used during import to map field with external system fields.
Success
Authentication 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": "2025-08-08T09:07:39.187Z",
"thruDate": "2025-08-08T09:07:39.187Z",
"lastUpdatedStamp": "2025-08-08T09:07:39.187Z"
}
The entity will store mapping which will be used during import to map field with external system fields.
co.hotwax.datamanager.DataManagerMapping
Success
Authentication 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": "2025-08-08T09:07:39.187Z",
"thruDate": "2025-08-08T09:07:39.187Z",
"lastUpdatedStamp": "2025-08-08T09:07:39.187Z"
}
{
"_entity": "co.hotwax.datamanager.DataManagerMapping.PK",
"mappingPrefId": "text"
}
The entity will store mapping which will be used during import to map field with external system fields.
Authentication required
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
Was this helpful?