WestUnCommCode
Perform various operations for Symitar parameters.
Operations
No description available.
Authorizations
Body
WestUnCommCodeSelectionintegerRequired
Responses
200
Successful operation.
application/json
post
/getWestUnCommCodePOST /nexum/627/2022.01/parameter/getWestUnCommCode HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 152
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WestUnCommCodeSelection": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"WestUnCommCode": {
"CorporateCommCode": 1,
"MatchCountryCode": "text",
"MemberCommentCode": 1,
"Selection": 1
}
}No description available.
Authorizations
Body
WestUnCommCodeSelectionintegerOptional
Responses
200
Successful operation.
application/json
post
/getWestUnCommCodeSelectFieldsPOST /nexum/627/2022.01/parameter/getWestUnCommCodeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 327
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WestUnCommCodeSelection": 1,
"SelectableFields": {
"IncludeAllWestUnCommCodeFields": true,
"WestUnCommCodeFields": {
"CorporateCommCode": true,
"MatchCountryCode": true,
"MemberCommentCode": true,
"Selection": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"WestUnCommCode": {
"CorporateCommCode": 1,
"MatchCountryCode": "text",
"MemberCommentCode": 1,
"Selection": 1
}
}No description available.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getWestUnCommCodePagedListPOST /nexum/627/2022.01/parameter/getWestUnCommCodePagedList 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.
{
"WestUnCommCode": [
{
"CorporateCommCode": 1,
"MatchCountryCode": "text",
"MemberCommentCode": 1,
"Selection": 1
}
],
"Token": "text"
}No description available.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getWestUnCommCodeListSelectFieldsPOST /nexum/627/2022.01/parameter/getWestUnCommCodeListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 299
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllWestUnCommCodeFields": true,
"WestUnCommCodeFields": {
"CorporateCommCode": true,
"MatchCountryCode": true,
"MemberCommentCode": true,
"Selection": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"WestUnCommCodeList": {
"hasReachedMaximumListSize": true,
"WestUnCommCode": [
{
"CorporateCommCode": 1,
"MatchCountryCode": "text",
"MemberCommentCode": 1,
"Selection": 1
}
]
}
}Fields available for selecting when retrieving West Un Comm Code data
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/searchWestUnCommCodeSelectFieldsPOST /nexum/627/2022.01/parameter/searchWestUnCommCodeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 331
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllWestUnCommCodeFields": true,
"WestUnCommCodeFields": {
"CorporateCommCode": true,
"MatchCountryCode": true,
"MemberCommentCode": true,
"Selection": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"WestUnCommCodeList": {
"hasReachedMaximumListSize": true,
"WestUnCommCode": [
{
"CorporateCommCode": 1,
"MatchCountryCode": "text",
"MemberCommentCode": 1,
"Selection": 1
}
]
}
}No description available.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getWestUnCommCodePagedListSelectFieldsPOST /nexum/627/2022.01/parameter/getWestUnCommCodePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 393
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllWestUnCommCodeFields": true,
"WestUnCommCodeFields": {
"CorporateCommCode": true,
"MatchCountryCode": true,
"MemberCommentCode": true,
"Selection": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"WestUnCommCode": [
{
"CorporateCommCode": 1,
"MatchCountryCode": "text",
"MemberCommentCode": 1,
"Selection": 1
}
],
"Token": "text"
}Fields available for selecting when retrieving paginated West Un Comm Code data
Authorizations
Body
QuerystringOptional
Responses
200
Successful operation.
application/json
post
/searchWestUnCommCodePagedSelectFieldsPOST /nexum/627/2022.01/parameter/searchWestUnCommCodePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 408
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllWestUnCommCodeFields": true,
"WestUnCommCodeFields": {
"CorporateCommCode": true,
"MatchCountryCode": true,
"MemberCommentCode": true,
"Selection": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"WestUnCommCode": [
{
"CorporateCommCode": 1,
"MatchCountryCode": "text",
"MemberCommentCode": 1,
"Selection": 1
}
],
"Token": "text"
}Update West Un Comm Code for a specific ID.
Authorizations
Body
WestUnCommCodeSelectionintegerOptional
Responses
200
Successful operation.
application/json
post
/updateWestUnCommCodeByIDPOST /nexum/627/2022.01/parameter/updateWestUnCommCodeByID 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&"
}
},
"WestUnCommCodeSelection": 1,
"WestUnCommCodeUpdatableFields": {
"CorporateCommCode": 1,
"MatchCountryCode": "text",
"MemberCommentCode": 1
},
"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?