AcsService
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieve the access service information
POST /nexum/627/2022.01/parameter/getAcsService HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 153
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AcsServiceAcsServiceType": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"AcsService": {
"AcquireItems": "text",
"AcquireOption": 1,
"AcsServiceType": 1,
"Action": [
{
"EntryId": 1,
"Action": "text"
}
],
"ActionCreateRecord": [
{
"EntryId": 1,
"ActionCreateRecord": 1
}
],
"ActionCreateText": [
{
"EntryId": 1,
"ActionCreateText": "text"
}
],
"ActionCreateType": [
{
"EntryId": 1,
"ActionCreateType": 1
}
],
"CompDataType": [
{
"EntryId": 1,
"CompDataType": 1
}
],
"CompareNum": [
{
"EntryId": 1,
"CompareNum": 1
}
],
"ComparisonMethod": [
{
"EntryId": 1,
"ComparisonMethod": 1
}
],
"ComparisonValue": [
{
"EntryId": 1,
"ComparisonValue": "text"
}
],
"ConsolidateMax": 1,
"Criteria12": [
{
"EntryId": 1,
"Criteria12": 1
}
],
"CriteriaOperator": [
{
"EntryId": 1,
"CriteriaOperator": 1
}
],
"Description": "text",
"ExcludeMatch": true,
"FactsLetterfile": "text",
"MenuOption": [
{
"EntryId": 1,
"MenuOption": "text"
}
],
"NewLoanType": 1,
"Points": 1,
"Script": [
{
"EntryId": 1,
"Script": "text"
}
]
}
}
Retrieve access services with selected fields
POST /nexum/627/2022.01/parameter/getAcsServiceSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 644
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AcsServiceAcsServiceType": 1,
"SelectableFields": {
"IncludeAllAcsServiceFields": true,
"AcsServiceFields": {
"AcquireItems": true,
"AcquireOption": true,
"AcsServiceType": true,
"Action": [
1
],
"ActionCreateRecord": [
1
],
"ActionCreateText": [
1
],
"ActionCreateType": [
1
],
"CompDataType": [
1
],
"CompareNum": [
1
],
"ComparisonMethod": [
1
],
"ComparisonValue": [
1
],
"ConsolidateMax": true,
"Criteria12": [
1
],
"CriteriaOperator": [
1
],
"Description": true,
"ExcludeMatch": true,
"FactsLetterfile": true,
"MenuOption": [
1
],
"NewLoanType": true,
"Points": true,
"Script": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"AcsService": {
"AcquireItems": "text",
"AcquireOption": 1,
"AcsServiceType": 1,
"Action": [
{
"EntryId": 1,
"Action": "text"
}
],
"ActionCreateRecord": [
{
"EntryId": 1,
"ActionCreateRecord": 1
}
],
"ActionCreateText": [
{
"EntryId": 1,
"ActionCreateText": "text"
}
],
"ActionCreateType": [
{
"EntryId": 1,
"ActionCreateType": 1
}
],
"CompDataType": [
{
"EntryId": 1,
"CompDataType": 1
}
],
"CompareNum": [
{
"EntryId": 1,
"CompareNum": 1
}
],
"ComparisonMethod": [
{
"EntryId": 1,
"ComparisonMethod": 1
}
],
"ComparisonValue": [
{
"EntryId": 1,
"ComparisonValue": "text"
}
],
"ConsolidateMax": 1,
"Criteria12": [
{
"EntryId": 1,
"Criteria12": 1
}
],
"CriteriaOperator": [
{
"EntryId": 1,
"CriteriaOperator": 1
}
],
"Description": "text",
"ExcludeMatch": true,
"FactsLetterfile": "text",
"MenuOption": [
{
"EntryId": 1,
"MenuOption": "text"
}
],
"NewLoanType": 1,
"Points": 1,
"Script": [
{
"EntryId": 1,
"Script": "text"
}
]
}
}
Retrieve a paged list of access services
POST /nexum/627/2022.01/parameter/getAcsServicePagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 218
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"AcsService": [
{
"AcquireItems": "text",
"AcquireOption": 1,
"AcsServiceType": 1,
"Action": [
{
"EntryId": 1,
"Action": "text"
}
],
"ActionCreateRecord": [
{
"EntryId": 1,
"ActionCreateRecord": 1
}
],
"ActionCreateText": [
{
"EntryId": 1,
"ActionCreateText": "text"
}
],
"ActionCreateType": [
{
"EntryId": 1,
"ActionCreateType": 1
}
],
"CompDataType": [
{
"EntryId": 1,
"CompDataType": 1
}
],
"CompareNum": [
{
"EntryId": 1,
"CompareNum": 1
}
],
"ComparisonMethod": [
{
"EntryId": 1,
"ComparisonMethod": 1
}
],
"ComparisonValue": [
{
"EntryId": 1,
"ComparisonValue": "text"
}
],
"ConsolidateMax": 1,
"Criteria12": [
{
"EntryId": 1,
"Criteria12": 1
}
],
"CriteriaOperator": [
{
"EntryId": 1,
"CriteriaOperator": 1
}
],
"Description": "text",
"ExcludeMatch": true,
"FactsLetterfile": "text",
"MenuOption": [
{
"EntryId": 1,
"MenuOption": "text"
}
],
"NewLoanType": 1,
"Points": 1,
"Script": [
{
"EntryId": 1,
"Script": "text"
}
]
}
],
"Token": "text"
}
Retrieve the list of access services with selectable fields
POST /nexum/627/2022.01/parameter/getAcsServiceListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 615
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllAcsServiceFields": true,
"AcsServiceFields": {
"AcquireItems": true,
"AcquireOption": true,
"AcsServiceType": true,
"Action": [
1
],
"ActionCreateRecord": [
1
],
"ActionCreateText": [
1
],
"ActionCreateType": [
1
],
"CompDataType": [
1
],
"CompareNum": [
1
],
"ComparisonMethod": [
1
],
"ComparisonValue": [
1
],
"ConsolidateMax": true,
"Criteria12": [
1
],
"CriteriaOperator": [
1
],
"Description": true,
"ExcludeMatch": true,
"FactsLetterfile": true,
"MenuOption": [
1
],
"NewLoanType": true,
"Points": true,
"Script": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"AcsServiceList": {
"hasReachedMaximumListSize": true,
"AcsService": [
{
"AcquireItems": "text",
"AcquireOption": 1,
"AcsServiceType": 1,
"Action": [
{
"EntryId": 1,
"Action": "text"
}
],
"ActionCreateRecord": [
{
"EntryId": 1,
"ActionCreateRecord": 1
}
],
"ActionCreateText": [
{
"EntryId": 1,
"ActionCreateText": "text"
}
],
"ActionCreateType": [
{
"EntryId": 1,
"ActionCreateType": 1
}
],
"CompDataType": [
{
"EntryId": 1,
"CompDataType": 1
}
],
"CompareNum": [
{
"EntryId": 1,
"CompareNum": 1
}
],
"ComparisonMethod": [
{
"EntryId": 1,
"ComparisonMethod": 1
}
],
"ComparisonValue": [
{
"EntryId": 1,
"ComparisonValue": "text"
}
],
"ConsolidateMax": 1,
"Criteria12": [
{
"EntryId": 1,
"Criteria12": 1
}
],
"CriteriaOperator": [
{
"EntryId": 1,
"CriteriaOperator": 1
}
],
"Description": "text",
"ExcludeMatch": true,
"FactsLetterfile": "text",
"MenuOption": [
{
"EntryId": 1,
"MenuOption": "text"
}
],
"NewLoanType": 1,
"Points": 1,
"Script": [
{
"EntryId": 1,
"Script": "text"
}
]
}
]
}
}
Search ACS service select fields
POST /nexum/627/2022.01/parameter/searchAcsServiceSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 647
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllAcsServiceFields": true,
"AcsServiceFields": {
"AcquireItems": true,
"AcquireOption": true,
"AcsServiceType": true,
"Action": [
1
],
"ActionCreateRecord": [
1
],
"ActionCreateText": [
1
],
"ActionCreateType": [
1
],
"CompDataType": [
1
],
"CompareNum": [
1
],
"ComparisonMethod": [
1
],
"ComparisonValue": [
1
],
"ConsolidateMax": true,
"Criteria12": [
1
],
"CriteriaOperator": [
1
],
"Description": true,
"ExcludeMatch": true,
"FactsLetterfile": true,
"MenuOption": [
1
],
"NewLoanType": true,
"Points": true,
"Script": [
1
]
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"AcsServiceList": {
"hasReachedMaximumListSize": true,
"AcsService": [
{
"AcquireItems": "text",
"AcquireOption": 1,
"AcsServiceType": 1,
"Action": [
{
"EntryId": 1,
"Action": "text"
}
],
"ActionCreateRecord": [
{
"EntryId": 1,
"ActionCreateRecord": 1
}
],
"ActionCreateText": [
{
"EntryId": 1,
"ActionCreateText": "text"
}
],
"ActionCreateType": [
{
"EntryId": 1,
"ActionCreateType": 1
}
],
"CompDataType": [
{
"EntryId": 1,
"CompDataType": 1
}
],
"CompareNum": [
{
"EntryId": 1,
"CompareNum": 1
}
],
"ComparisonMethod": [
{
"EntryId": 1,
"ComparisonMethod": 1
}
],
"ComparisonValue": [
{
"EntryId": 1,
"ComparisonValue": "text"
}
],
"ConsolidateMax": 1,
"Criteria12": [
{
"EntryId": 1,
"Criteria12": 1
}
],
"CriteriaOperator": [
{
"EntryId": 1,
"CriteriaOperator": 1
}
],
"Description": "text",
"ExcludeMatch": true,
"FactsLetterfile": "text",
"MenuOption": [
{
"EntryId": 1,
"MenuOption": "text"
}
],
"NewLoanType": 1,
"Points": 1,
"Script": [
{
"EntryId": 1,
"Script": "text"
}
]
}
]
}
}
Retrieve a paged list of access services with selected fields
POST /nexum/627/2022.01/parameter/getAcsServicePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 709
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllAcsServiceFields": true,
"AcsServiceFields": {
"AcquireItems": true,
"AcquireOption": true,
"AcsServiceType": true,
"Action": [
1
],
"ActionCreateRecord": [
1
],
"ActionCreateText": [
1
],
"ActionCreateType": [
1
],
"CompDataType": [
1
],
"CompareNum": [
1
],
"ComparisonMethod": [
1
],
"ComparisonValue": [
1
],
"ConsolidateMax": true,
"Criteria12": [
1
],
"CriteriaOperator": [
1
],
"Description": true,
"ExcludeMatch": true,
"FactsLetterfile": true,
"MenuOption": [
1
],
"NewLoanType": true,
"Points": true,
"Script": [
1
]
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"AcsService": [
{
"AcquireItems": "text",
"AcquireOption": 1,
"AcsServiceType": 1,
"Action": [
{
"EntryId": 1,
"Action": "text"
}
],
"ActionCreateRecord": [
{
"EntryId": 1,
"ActionCreateRecord": 1
}
],
"ActionCreateText": [
{
"EntryId": 1,
"ActionCreateText": "text"
}
],
"ActionCreateType": [
{
"EntryId": 1,
"ActionCreateType": 1
}
],
"CompDataType": [
{
"EntryId": 1,
"CompDataType": 1
}
],
"CompareNum": [
{
"EntryId": 1,
"CompareNum": 1
}
],
"ComparisonMethod": [
{
"EntryId": 1,
"ComparisonMethod": 1
}
],
"ComparisonValue": [
{
"EntryId": 1,
"ComparisonValue": "text"
}
],
"ConsolidateMax": 1,
"Criteria12": [
{
"EntryId": 1,
"Criteria12": 1
}
],
"CriteriaOperator": [
{
"EntryId": 1,
"CriteriaOperator": 1
}
],
"Description": "text",
"ExcludeMatch": true,
"FactsLetterfile": "text",
"MenuOption": [
{
"EntryId": 1,
"MenuOption": "text"
}
],
"NewLoanType": 1,
"Points": 1,
"Script": [
{
"EntryId": 1,
"Script": "text"
}
]
}
],
"Token": "text"
}
Search ACS service paged select fields
POST /nexum/627/2022.01/parameter/searchAcsServicePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 724
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllAcsServiceFields": true,
"AcsServiceFields": {
"AcquireItems": true,
"AcquireOption": true,
"AcsServiceType": true,
"Action": [
1
],
"ActionCreateRecord": [
1
],
"ActionCreateText": [
1
],
"ActionCreateType": [
1
],
"CompDataType": [
1
],
"CompareNum": [
1
],
"ComparisonMethod": [
1
],
"ComparisonValue": [
1
],
"ConsolidateMax": true,
"Criteria12": [
1
],
"CriteriaOperator": [
1
],
"Description": true,
"ExcludeMatch": true,
"FactsLetterfile": true,
"MenuOption": [
1
],
"NewLoanType": true,
"Points": true,
"Script": [
1
]
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"AcsService": [
{
"AcquireItems": "text",
"AcquireOption": 1,
"AcsServiceType": 1,
"Action": [
{
"EntryId": 1,
"Action": "text"
}
],
"ActionCreateRecord": [
{
"EntryId": 1,
"ActionCreateRecord": 1
}
],
"ActionCreateText": [
{
"EntryId": 1,
"ActionCreateText": "text"
}
],
"ActionCreateType": [
{
"EntryId": 1,
"ActionCreateType": 1
}
],
"CompDataType": [
{
"EntryId": 1,
"CompDataType": 1
}
],
"CompareNum": [
{
"EntryId": 1,
"CompareNum": 1
}
],
"ComparisonMethod": [
{
"EntryId": 1,
"ComparisonMethod": 1
}
],
"ComparisonValue": [
{
"EntryId": 1,
"ComparisonValue": "text"
}
],
"ConsolidateMax": 1,
"Criteria12": [
{
"EntryId": 1,
"Criteria12": 1
}
],
"CriteriaOperator": [
{
"EntryId": 1,
"CriteriaOperator": 1
}
],
"Description": "text",
"ExcludeMatch": true,
"FactsLetterfile": "text",
"MenuOption": [
{
"EntryId": 1,
"MenuOption": "text"
}
],
"NewLoanType": 1,
"Points": 1,
"Script": [
{
"EntryId": 1,
"Script": "text"
}
]
}
],
"Token": "text"
}
Update ACS Service by ID
POST /nexum/627/2022.01/parameter/updateAcsServiceByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 950
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AcsServiceAcsServiceType": 1,
"AcsServiceUpdatableFields": {
"AcquireItems": "text",
"AcquireOption": 1,
"Action": [
{
"EntryId": 1,
"Action": "text"
}
],
"ActionCreateRecord": [
{
"EntryId": 1,
"ActionCreateRecord": 1
}
],
"ActionCreateText": [
{
"EntryId": 1,
"ActionCreateText": "text"
}
],
"ActionCreateType": [
{
"EntryId": 1,
"ActionCreateType": 1
}
],
"CompDataType": [
{
"EntryId": 1,
"CompDataType": 1
}
],
"CompareNum": [
{
"EntryId": 1,
"CompareNum": 1
}
],
"ComparisonMethod": [
{
"EntryId": 1,
"ComparisonMethod": 1
}
],
"ComparisonValue": [
{
"EntryId": 1,
"ComparisonValue": "text"
}
],
"ConsolidateMax": 1,
"Criteria12": [
{
"EntryId": 1,
"Criteria12": 1
}
],
"CriteriaOperator": [
{
"EntryId": 1,
"CriteriaOperator": 1
}
],
"Description": "text",
"ExcludeMatch": true,
"FactsLetterfile": "text",
"MenuOption": [
{
"EntryId": 1,
"MenuOption": "text"
}
],
"NewLoanType": 1,
"Points": 1,
"Script": [
{
"EntryId": 1,
"Script": "text"
}
]
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}