createShare
Perform various create operations on share records.
Operations
Authorizations
Body
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
/createSharePOST /nexum/627/persistent/account/createShare HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 175
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"ShareFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"ShareId": {}
}Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200
Successful operation.
application/json
post
/createShareAnalysisPOST /nexum/627/persistent/account/createShareAnalysis HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 196
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"ShareId": {},
"ShareAnalysisFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"ShareAnalysisLocator": {}
}Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200
Successful operation.
application/json
post
/createShareAnalysisGroupPOST /nexum/627/persistent/account/createShareAnalysisGroup 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": {},
"ShareAnalysisGroupFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"ShareAnalysisGroupLocator": {}
}Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200
Successful operation.
application/json
post
/createShareAnalysisPlanPOST /nexum/627/persistent/account/createShareAnalysisPlan HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 200
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"ShareId": {},
"ShareAnalysisPlanFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"ShareAnalysisPlanLocator": {}
}Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200
Successful operation.
application/json
post
/createShareCheckOrderPOST /nexum/627/persistent/account/createShareCheckOrder 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": {},
"ShareId": {},
"ShareCheckOrderFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"ShareCheckOrderLocator": {}
}Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200
Successful operation.
application/json
post
/createShareHoldPOST /nexum/627/persistent/account/createShareHold HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 192
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"ShareId": {},
"ShareHoldFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"ShareHoldLocator": {}
}Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200
Successful operation.
application/json
post
/createShareNotePOST /nexum/627/persistent/account/createShareNote HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 192
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"ShareId": {},
"ShareNoteFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"ShareNoteLocator": {}
}Authorizations
Body
AccountNumberstringOptional
ShareIdstringOptional
Responses
200
Successful operation.
application/json
post
/createShareTransferPOST /nexum/627/persistent/account/createShareTransfer HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 196
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"ShareId": {},
"ShareTransferFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"ShareTransferLocator": {}
}Last updated
Was this helpful?