createShare
Perform various create operations on share records.
Operations
Last updated
Was this helpful?
Perform various create operations on share records.
Last updated
Was this helpful?
Was this helpful?
POST /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"
}
}
}{
"ShareId": {}
}POST /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"
}
}
}{
"ShareAnalysisLocator": {}
}POST /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"
}
}
}{
"ShareAnalysisGroupLocator": {}
}POST /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"
}
}
}{
"ShareAnalysisPlanLocator": {}
}POST /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"
}
}
}{
"ShareCheckOrderLocator": {}
}POST /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"
}
}
}{
"ShareHoldLocator": {}
}POST /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"
}
}
}{
"ShareNoteLocator": {}
}POST /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"
}
}
}{
"ShareTransferLocator": {}
}