TrackingCode
Perform various operations for Symitar parameters.
Operations
No description available.
Authorizations
Body
TrackingCodeCodeintegerRequired
Responses
200
Successful operation.
application/json
post
/getTrackingCodePOST /nexum/627/2022.01/parameter/getTrackingCode HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 145
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"TrackingCodeCode": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"TrackingCode": {
"Description": "text",
"Code": 1
}
}No description available.
Authorizations
Body
TrackingCodeCodeintegerOptional
Responses
200
Successful operation.
application/json
post
/getTrackingCodeSelectFieldsPOST /nexum/627/2022.01/parameter/getTrackingCodeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 256
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"TrackingCodeCode": 1,
"SelectableFields": {
"IncludeAllTrackingCodeFields": true,
"TrackingCodeFields": {
"Code": true,
"Description": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"TrackingCode": {
"Description": "text",
"Code": 1
}
}No description available.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getTrackingCodePagedListPOST /nexum/627/2022.01/parameter/getTrackingCodePagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 218
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"TrackingCode": [
{
"Description": "text",
"Code": 1
}
],
"Token": "text"
}No description available.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getTrackingCodeListSelectFieldsPOST /nexum/627/2022.01/parameter/getTrackingCodeListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 235
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllTrackingCodeFields": true,
"TrackingCodeFields": {
"Code": true,
"Description": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"TrackingCodeList": {
"hasReachedMaximumListSize": true,
"TrackingCode": [
{
"Description": "text",
"Code": 1
}
]
}
}Fields available for selecting when retrieving Tracking Code data
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/searchTrackingCodeSelectFieldsPOST /nexum/627/2022.01/parameter/searchTrackingCodeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 267
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllTrackingCodeFields": true,
"TrackingCodeFields": {
"Code": true,
"Description": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"TrackingCodeList": {
"hasReachedMaximumListSize": true,
"TrackingCode": [
{
"Description": "text",
"Code": 1
}
]
}
}No description available.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getTrackingCodePagedListSelectFieldsPOST /nexum/627/2022.01/parameter/getTrackingCodePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 329
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllTrackingCodeFields": true,
"TrackingCodeFields": {
"Code": true,
"Description": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"TrackingCode": [
{
"Description": "text",
"Code": 1
}
],
"Token": "text"
}Fields available for selecting when retrieving paginated Tracking Code data
Authorizations
Body
QuerystringOptional
Responses
200
Successful operation.
application/json
post
/searchTrackingCodePagedSelectFieldsPOST /nexum/627/2022.01/parameter/searchTrackingCodePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 344
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllTrackingCodeFields": true,
"TrackingCodeFields": {
"Code": true,
"Description": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"TrackingCode": [
{
"Description": "text",
"Code": 1
}
],
"Token": "text"
}Update tracking codes by ID
Authorizations
Body
TrackingCodeCodeintegerOptional
Responses
200
Successful operation.
application/json
post
/updateTrackingCodeByIDPOST /nexum/627/2022.01/parameter/updateTrackingCodeByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 198
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"TrackingCodeCode": 1,
"TrackingCodeUpdatableFields": {
"Description": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}Last updated
Was this helpful?