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
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-07-11T19:59:11.178Z",
"thruDate": "2025-07-11T19:59:11.178Z",
"lastUpdatedStamp": "2025-07-11T19:59:11.178Z"
}
]
The entity will store mapping which will be used during import to map field with external system fields.
co.hotwax.datamanager.DataManagerMapping
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-07-11T19:59:11.178Z",
"thruDate": "2025-07-11T19:59:11.178Z",
"lastUpdatedStamp": "2025-07-11T19:59:11.178Z"
}
{
"_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.
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-07-11T19:59:11.178Z",
"thruDate": "2025-07-11T19:59:11.178Z",
"lastUpdatedStamp": "2025-07-11T19:59:11.178Z"
}
The entity will store mapping which will be used during import to map field with external system fields.
co.hotwax.datamanager.DataManagerMapping
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-07-11T19:59:11.178Z",
"thruDate": "2025-07-11T19:59:11.178Z",
"lastUpdatedStamp": "2025-07-11T19:59:11.178Z"
}
{
"_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.
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?