Last updated 10 months ago
Was this helpful?
Perform various create operations on portfolio 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/persistent/account/createPortfolio HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 360 { "Credentials": { "UserNumberCredentials": { "UserNumber": 1995, "Password": "2dfKQYR!TeXJwe" } }, "AccountNumber": "text", "PortfolioFields": { "AvailableBalance": 1, "Balance": 1, "CloseDate": "2025-05-21", "Description": "text", "FmLastDate": "2025-05-21", "Id": "text", "NotePurgeDate": "2025-05-21", "RecordChangeDate": "2025-05-21" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "PortfolioId": "text" }