Last updated 9 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
Get wire type code
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/getWireTypeCode HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 124 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "WireTypeCode": { "Field1690": [ { "EntryId": 1, "Field1690": 1 } ] } }
Get wire type code select fields
POST /nexum/627/2022.01/parameter/getWireTypeCodeSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 220 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllWireTypeCodeFields": true, "WireTypeCodeFields": { "Field1690": [ 1 ] } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Update Wire Type Code for a specific ID.
POST /nexum/627/2022.01/parameter/updateWireTypeCodeByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 198 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "WireTypeCodeUpdatableFields": { "Field1690": [ { "EntryId": 1, "Field1690": 1 } ] }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }