Last updated 10 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
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/getApWorkFlow HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 152 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "ApWorkFlowApInvoiceType": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "ApWorkFlow": { "Event": [ { "EntryId": 1, "Event": 1 } ], "ApInvoiceType": 1 } }
POST /nexum/627/2022.01/parameter/getApWorkFlowSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 261 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "ApWorkFlowApInvoiceType": 1, "SelectableFields": { "IncludeAllApWorkFlowFields": true, "ApWorkFlowFields": { "ApInvoiceType": true, "Event": [ 1 ] } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
POST /nexum/627/2022.01/parameter/getApWorkFlowPagedList 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" } } }
{ "ApWorkFlow": [ { "Event": [ { "EntryId": 1, "Event": 1 } ], "ApInvoiceType": 1 } ], "Token": "text" }
POST /nexum/627/2022.01/parameter/getApWorkFlowListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 233 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllApWorkFlowFields": true, "ApWorkFlowFields": { "ApInvoiceType": true, "Event": [ 1 ] } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "ApWorkFlowList": { "hasReachedMaximumListSize": true, "ApWorkFlow": [ { "Event": [ { "EntryId": 1, "Event": 1 } ], "ApInvoiceType": 1 } ] } }
Search AP workflow select fields
POST /nexum/627/2022.01/parameter/searchApWorkFlowSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 265 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllApWorkFlowFields": true, "ApWorkFlowFields": { "ApInvoiceType": true, "Event": [ 1 ] } }, "SearchFilter": { "Query": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
POST /nexum/627/2022.01/parameter/getApWorkFlowPagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 327 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllApWorkFlowFields": true, "ApWorkFlowFields": { "ApInvoiceType": true, "Event": [ 1 ] } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Search AP workflow paged select fields
POST /nexum/627/2022.01/parameter/searchApWorkFlowPagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 342 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllApWorkFlowFields": true, "ApWorkFlowFields": { "ApInvoiceType": true, "Event": [ 1 ] } }, "Query": "text", "nxAttributes": { "customFields": { "appId": "glaci" } } }
Update AP Workflow by ID
POST /nexum/627/2022.01/parameter/updateApWorkFlowByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 216 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "ApWorkFlowApInvoiceType": 1, "ApWorkFlowUpdatableFields": { "Event": [ { "EntryId": 1, "Event": 1 } ] }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }