Last updated 10 months ago
Was this helpful?
Perform various delete operations on share records.
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.
{"UserNumberCredentials":{"UserNumber":1995,"Password":"2dfKQYR!TeXJwe"}}
The custom object for NexumAPI request attributes.
{"customFields":{"appId":"glaci"}}
POST /nexum/627/2022.01/account/deleteShareAnalysis HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 204 { "Credentials": { "UserNumberCredentials": { "UserNumber": 1995, "Password": "2dfKQYR!TeXJwe" } }, "AccountNumber": "text", "ShareId": "text", "ShareAnalysisLocator": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "nxAttributes": {} }
POST /nexum/627/2022.01/account/deleteShareAnalysisGroup HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 209 { "Credentials": { "UserNumberCredentials": { "UserNumber": 1995, "Password": "2dfKQYR!TeXJwe" } }, "AccountNumber": "text", "ShareId": "text", "ShareAnalysisGroupLocator": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
POST /nexum/627/2022.01/account/deleteShareAnalysisPlan HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 208 { "Credentials": { "UserNumberCredentials": { "UserNumber": 1995, "Password": "2dfKQYR!TeXJwe" } }, "AccountNumber": "text", "ShareId": "text", "ShareAnalysisPlanLocator": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
POST /nexum/627/2022.01/account/deleteShareCheckOrder HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 206 { "Credentials": { "UserNumberCredentials": { "UserNumber": 1995, "Password": "2dfKQYR!TeXJwe" } }, "AccountNumber": "text", "ShareId": "text", "ShareCheckOrderLocator": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
POST /nexum/627/2022.01/account/deleteShareHold HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 200 { "Credentials": { "UserNumberCredentials": { "UserNumber": 1995, "Password": "2dfKQYR!TeXJwe" } }, "AccountNumber": "text", "ShareId": "text", "ShareHoldLocator": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
POST /nexum/627/2022.01/account/deleteShareTransfer HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 204 { "Credentials": { "UserNumberCredentials": { "UserNumber": 1995, "Password": "2dfKQYR!TeXJwe" } }, "AccountNumber": "text", "ShareId": "text", "ShareTransferLocator": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }