createPortfolio

Perform various create operations on portfolio records.

Symitar eDocs References: Coming soon.

Operations

createPortfolio

post
Authorizations
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post
/createPortfolio
POST /nexum/627/persistent/account/createPortfolio HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 360

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "text",
  "PortfolioFields": {
    "AvailableBalance": 1,
    "Balance": 1,
    "CloseDate": "2025-11-07",
    "Description": "text",
    "FmLastDate": "2025-11-07",
    "Id": "text",
    "NotePurgeDate": "2025-11-07",
    "RecordChangeDate": "2025-11-07"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "PortfolioId": "text"
}

Last updated

Was this helpful?