Last updated 10 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
No description available.
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/getWestUnCommCode HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 152 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "WestUnCommCodeSelection": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "WestUnCommCode": { "CorporateCommCode": 1, "MatchCountryCode": "text", "MemberCommentCode": 1, "Selection": 1 } }
POST /nexum/627/2022.01/parameter/getWestUnCommCodeSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
POST /nexum/627/2022.01/parameter/getWestUnCommCodePagedList 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" } } }
{ "WestUnCommCode": [ { "CorporateCommCode": 1, "MatchCountryCode": "text", "MemberCommentCode": 1, "Selection": 1 } ], "Token": "text" }
POST /nexum/627/2022.01/parameter/getWestUnCommCodeListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
{ "WestUnCommCodeList": { "hasReachedMaximumListSize": true, "WestUnCommCode": [ { "CorporateCommCode": 1, "MatchCountryCode": "text", "MemberCommentCode": 1, "Selection": 1 } ] } }
Fields available for selecting when retrieving West Un Comm Code data
POST /nexum/627/2022.01/parameter/searchWestUnCommCodeSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
POST /nexum/627/2022.01/parameter/getWestUnCommCodePagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Fields available for selecting when retrieving paginated West Un Comm Code data
POST /nexum/627/2022.01/parameter/searchWestUnCommCodePagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Update West Un Comm Code for a specific ID.
POST /nexum/627/2022.01/parameter/updateWestUnCommCodeByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }