getShare

Perform various delete operations on share records.

Symitar eDocs References: Coming soon.

Operations

getShare

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "Share": {}
}

getShareSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "Share": {}
}

getShareSelectFieldsFilterChildren

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "SelectableFields": {},
  "ChildrenSearchFilter": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "Share": {}
}

getSharePagedList

post
Authorizations
Body
AccountNumberstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "PagingRequestContext": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "Share": [
    {}
  ],
  "Token": {}
}

getShareListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareList": {}
}

getSharePagedListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "Share": [
    {}
  ],
  "Token": {}
}

getShareAnalysis

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareAnalysisLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareAnalysisLocator": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysis": {}
}

getShareAnalysisSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareAnalysisLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareAnalysisLocator": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysis": {}
}

getShareAnalysisPagedList

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysis": [
    {}
  ],
  "Token": {}
}

getShareAnalysisListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysisList": {}
}

getShareAnalysisPagedListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysis": [
    {}
  ],
  "Token": {}
}

getShareAnalysisGroup

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareAnalysisGroupLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareAnalysisGroupLocator": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysisGroup": {}
}

getShareAnalysisGroupSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareAnalysisGroupLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareAnalysisGroupLocator": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysisGroup": {}
}

getShareAnalysisGroupPagedList

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysisGroup": [
    {}
  ],
  "Token": {}
}

getShareAnalysisGroupListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysisGroupList": {}
}

getShareAnalysisGroupPagedListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysisGroup": [
    {}
  ],
  "Token": {}
}

getShareAnalysisPlan

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareAnalysisPlanLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareAnalysisPlanLocator": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysisPlan": {}
}

getShareAnalysisPlanSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareAnalysisPlanLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareAnalysisPlanLocator": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysisPlan": {}
}

getShareAnalysisPlanPagedList

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysisPlan": [
    {}
  ],
  "Token": {}
}

getShareAnalysisPlanListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysisPlanList": {}
}

getShareAnalysisPlanPagedListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareAnalysisPlan": [
    {}
  ],
  "Token": {}
}

getShareCheckOrder

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareCheckOrderLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareCheckOrderLocator": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareCheckOrder": {}
}

getShareCheckOrderSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareCheckOrderLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareCheckOrderLocator": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareCheckOrder": {}
}

getShareCheckOrderPagedList

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareCheckOrder": [
    {}
  ],
  "Token": {}
}

getShareCheckOrderListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareCheckOrderList": {}
}

getShareCheckOrderPagedListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareCheckOrder": [
    {}
  ],
  "Token": {}
}

getShareHold

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareHoldLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareHoldLocator": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareHold": {}
}

getShareHoldSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareHoldLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareHoldLocator": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareHold": {}
}

getShareHoldPagedList

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareHold": [
    {}
  ],
  "Token": {}
}

getShareHoldListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareHoldList": {}
}

getShareHoldPagedListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareHold": [
    {}
  ],
  "Token": {}
}

getShareNote

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareNoteLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareNoteLocator": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareNote": {}
}

getShareNoteSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareNoteLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareNoteLocator": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareNote": {}
}

getShareNotePagedList

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareNote": [
    {}
  ],
  "Token": {}
}

getShareNoteListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareNoteList": {}
}

getShareNotePagedListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareNote": [
    {}
  ],
  "Token": {}
}

getShareTransactionPagedList

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareTransaction": [
    {}
  ],
  "Token": {}
}

getShareTransactionListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareTransactionList": {}
}

getShareTransactionPagedListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareTransaction": [
    {}
  ],
  "Token": {}
}

getShareTransfer

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareTransferLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareTransferLocator": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareTransfer": {}
}

getShareTransferSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
ShareTransferLocatorintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "ShareTransferLocator": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareTransfer": {}
}

getShareTransferPagedList

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareTransfer": [
    {}
  ],
  "Token": {}
}

getShareTransferListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareTransferList": {}
}

getShareTransferPagedListSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ShareId": {},
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "ShareTransfer": [
    {}
  ],
  "Token": {}
}

Last updated

Was this helpful?