searchShare

Perform various search operations on share records.

Symitar eDocs References: Coming soon.

Operations

searchShareSelectFields

post
Authorizations
Body
AccountNumberstringOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "ShareList": {}
}

searchSharePagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
QuerystringOptional
Responses
200

Successful operation.

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

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

Successful operation.

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

searchShareAnalysisSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "ShareAnalysisList": {}
}

searchShareAnalysisPagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
QuerystringOptional
Responses
200

Successful operation.

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

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

Successful operation.

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

searchShareAnalysisGroupSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "ShareAnalysisGroupList": {}
}

searchShareAnalysisGroupPagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
QuerystringOptional
Responses
200

Successful operation.

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

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

Successful operation.

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

searchShareAnalysisPlanSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "ShareAnalysisPlanList": {}
}

searchShareAnalysisPlanPagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
QuerystringOptional
Responses
200

Successful operation.

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

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

Successful operation.

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

searchShareCheckOrderSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "ShareCheckOrderList": {}
}

searchShareCheckOrderPagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
QuerystringOptional
Responses
200

Successful operation.

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

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

Successful operation.

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

searchShareHoldSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "ShareHoldList": {}
}

searchShareHoldPagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
QuerystringOptional
Responses
200

Successful operation.

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

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

Successful operation.

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

searchShareNoteSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "ShareNoteList": {}
}

searchShareNotePagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
QuerystringOptional
Responses
200

Successful operation.

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

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

Successful operation.

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

searchShareTransactionSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "ShareTransactionList": {}
}

searchShareTransactionPagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
QuerystringOptional
Responses
200

Successful operation.

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

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

Successful operation.

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

searchShareTransferSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "ShareTransferList": {}
}

searchShareTransferPagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
QuerystringOptional
Responses
200

Successful operation.

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

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

Successful operation.

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

Last updated

Was this helpful?