Last updated 9 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
Get the getInventoryCopiedFlds data.
The authorization object required for the operation. Only one credential type is required (if multiple are available) as long as it is configured in SymXchange parameters.
{"AdministrativeCredentials":{"Password":"suwn37834b91&"}}
The custom object for NexumAPI request attributes.
{"customFields":{"appId":"glaci"}}
POST /nexum/627/2022.01/parameter/getInventoryCopiedFlds HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 167 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "InventoryCopiedFldsInventoryScreenType": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "InventoryCopiedFlds": { "CopiedField": [ { "EntryId": 1, "CopiedField": 1 } ], "SubField": [ { "EntryId": 1, "SubField": 1 } ], "InventoryScreenType": 1 } }
Get the getInventoryCopiedFldsSelectFields data.
POST /nexum/627/2022.01/parameter/getInventoryCopiedFldsSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 321 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "InventoryCopiedFldsInventoryScreenType": 1, "SelectableFields": { "IncludeAllInventoryCopiedFldsFields": true, "InventoryCopiedFldsFields": { "CopiedField": [ 1 ], "InventoryScreenType": true, "SubField": [ 1 ] } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Get the getInventoryCopiedFldsPagedList data.
POST /nexum/627/2022.01/parameter/getInventoryCopiedFldsPagedList HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 218 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "InventoryCopiedFlds": [ { "CopiedField": [ { "EntryId": 1, "CopiedField": 1 } ], "SubField": [ { "EntryId": 1, "SubField": 1 } ], "InventoryScreenType": 1 } ], "Token": "text" }
Get the getInventoryCopiedFldsListSelectFields data.
POST /nexum/627/2022.01/parameter/getInventoryCopiedFldsListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 278 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllInventoryCopiedFldsFields": true, "InventoryCopiedFldsFields": { "CopiedField": [ 1 ], "InventoryScreenType": true, "SubField": [ 1 ] } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "InventoryCopiedFldsList": { "hasReachedMaximumListSize": true, "InventoryCopiedFlds": [ { "CopiedField": [ { "EntryId": 1, "CopiedField": 1 } ], "SubField": [ { "EntryId": 1, "SubField": 1 } ], "InventoryScreenType": 1 } ] } }
Field for selecting various options related to searchinventorycopiedfldsselectfields
POST /nexum/627/2022.01/parameter/searchInventoryCopiedFldsSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 310 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllInventoryCopiedFldsFields": true, "InventoryCopiedFldsFields": { "CopiedField": [ 1 ], "InventoryScreenType": true, "SubField": [ 1 ] } }, "SearchFilter": { "Query": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Get the getInventoryCopiedFldsPagedListSelectFields data.
POST /nexum/627/2022.01/parameter/getInventoryCopiedFldsPagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 372 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllInventoryCopiedFldsFields": true, "InventoryCopiedFldsFields": { "CopiedField": [ 1 ], "InventoryScreenType": true, "SubField": [ 1 ] } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Field for selecting various options related to searchinventorycopiedfldspagedselectfields
POST /nexum/627/2022.01/parameter/searchInventoryCopiedFldsPagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 387 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllInventoryCopiedFldsFields": true, "InventoryCopiedFldsFields": { "CopiedField": [ 1 ], "InventoryScreenType": true, "SubField": [ 1 ] } }, "Query": "text", "nxAttributes": { "customFields": { "appId": "glaci" } } }
POST /nexum/627/2022.01/parameter/updateInventoryCopiedFldsByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 292 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "InventoryCopiedFldsInventoryScreenType": 1, "InventoryCopiedFldsUpdatableFields": { "CopiedField": [ { "EntryId": 1, "CopiedField": 1 } ], "SubField": [ { "EntryId": 1, "SubField": 1 } ] }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }