Last updated 10 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
Get the getInventoryDefault 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/getInventoryDefault HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 158 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "InventoryDefaultInventoryType": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "InventoryDefault": { "Cost": 1, "FaceValue": 1, "LocationCode": "text", "Price": 1, "Quantity": 1, "StandardFee": 1, "Status": 1, "TermFrequency": 1, "TermPeriod": 1, "Type": 1, "InventoryType": 1 } }
InventoryDefaultSelectFields
POST /nexum/627/2022.01/parameter/getInventoryDefaultSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 429 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "InventoryDefaultInventoryType": 1, "SelectableFields": { "IncludeAllInventoryDefaultFields": true, "InventoryDefaultFields": { "Cost": true, "FaceValue": true, "InventoryType": true, "LocationCode": true, "Price": true, "Quantity": true, "StandardFee": true, "Status": true, "TermFrequency": true, "TermPeriod": true, "Type": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Get the getInventoryDefaultPagedList data.
POST /nexum/627/2022.01/parameter/getInventoryDefaultPagedList 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" } } }
{ "InventoryDefault": [ { "Cost": 1, "FaceValue": 1, "LocationCode": "text", "Price": 1, "Quantity": 1, "StandardFee": 1, "Status": 1, "TermFrequency": 1, "TermPeriod": 1, "Type": 1, "InventoryType": 1 } ], "Token": "text" }
Get the getInventoryDefaultListSelectFields data.
POST /nexum/627/2022.01/parameter/getInventoryDefaultListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 395 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllInventoryDefaultFields": true, "InventoryDefaultFields": { "Cost": true, "FaceValue": true, "InventoryType": true, "LocationCode": true, "Price": true, "Quantity": true, "StandardFee": true, "Status": true, "TermFrequency": true, "TermPeriod": true, "Type": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "InventoryDefaultList": { "hasReachedMaximumListSize": true, "InventoryDefault": [ { "Cost": 1, "FaceValue": 1, "LocationCode": "text", "Price": 1, "Quantity": 1, "StandardFee": 1, "Status": 1, "TermFrequency": 1, "TermPeriod": 1, "Type": 1, "InventoryType": 1 } ] } }
Field for selecting various options related to searchinventorydefaultselectfields
POST /nexum/627/2022.01/parameter/searchInventoryDefaultSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 427 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllInventoryDefaultFields": true, "InventoryDefaultFields": { "Cost": true, "FaceValue": true, "InventoryType": true, "LocationCode": true, "Price": true, "Quantity": true, "StandardFee": true, "Status": true, "TermFrequency": true, "TermPeriod": true, "Type": true } }, "SearchFilter": { "Query": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Get the getInventoryDefaultPagedListSelectFields data.
POST /nexum/627/2022.01/parameter/getInventoryDefaultPagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 489 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllInventoryDefaultFields": true, "InventoryDefaultFields": { "Cost": true, "FaceValue": true, "InventoryType": true, "LocationCode": true, "Price": true, "Quantity": true, "StandardFee": true, "Status": true, "TermFrequency": true, "TermPeriod": true, "Type": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Field for selecting various options related to searchinventorydefaultpagedselectfields
POST /nexum/627/2022.01/parameter/searchInventoryDefaultPagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 504 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllInventoryDefaultFields": true, "InventoryDefaultFields": { "Cost": true, "FaceValue": true, "InventoryType": true, "LocationCode": true, "Price": true, "Quantity": true, "StandardFee": true, "Status": true, "TermFrequency": true, "TermPeriod": true, "Type": true } }, "Query": "text", "nxAttributes": { "customFields": { "appId": "glaci" } } }
POST /nexum/627/2022.01/parameter/updateInventoryDefaultByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 322 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "InventoryDefaultInventoryType": 1, "InventoryDefaultUpdatableFields": { "Cost": 1, "FaceValue": 1, "LocationCode": "text", "Price": 1, "Quantity": 1, "StandardFee": 1, "Status": 1, "TermFrequency": 1, "TermPeriod": 1 }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }