WdFee
Last updated
Was this helpful?
Last updated
Was this helpful?
No description available.
POST /nexum/627/2022.01/parameter/getWdFee HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 151
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WdFeeWithdrawalFeeType": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WdFee": {
"FeeDescription": "text",
"FeeGlCode": 1,
"RelationFeeAmount": [
{
"EntryId": 1,
"RelationFeeAmount": 1
}
],
"RelationSourceCodeList": [
{
"EntryId": 1,
"RelationSourceCodeList": "text"
}
],
"RelationWithdrawalLimit": [
{
"EntryId": 1,
"RelationWithdrawalLimit": 1
}
],
"WithdrawalFeeType": 1
}
}
No description available.
POST /nexum/627/2022.01/parameter/getWdFeeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 364
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WdFeeWithdrawalFeeType": 1,
"SelectableFields": {
"IncludeAllWdFeeFields": true,
"WdFeeFields": {
"FeeDescription": true,
"FeeGlCode": true,
"RelationFeeAmount": [
1
],
"RelationSourceCodeList": [
1
],
"RelationWithdrawalLimit": [
1
],
"WithdrawalFeeType": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WdFee": {
"FeeDescription": "text",
"FeeGlCode": 1,
"RelationFeeAmount": [
{
"EntryId": 1,
"RelationFeeAmount": 1
}
],
"RelationSourceCodeList": [
{
"EntryId": 1,
"RelationSourceCodeList": "text"
}
],
"RelationWithdrawalLimit": [
{
"EntryId": 1,
"RelationWithdrawalLimit": 1
}
],
"WithdrawalFeeType": 1
}
}
No description available.
POST /nexum/627/2022.01/parameter/getWdFeePagedList 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.
{
"WdFee": [
{
"FeeDescription": "text",
"FeeGlCode": 1,
"RelationFeeAmount": [
{
"EntryId": 1,
"RelationFeeAmount": 1
}
],
"RelationSourceCodeList": [
{
"EntryId": 1,
"RelationSourceCodeList": "text"
}
],
"RelationWithdrawalLimit": [
{
"EntryId": 1,
"RelationWithdrawalLimit": 1
}
],
"WithdrawalFeeType": 1
}
],
"Token": "text"
}
No description available.
POST /nexum/627/2022.01/parameter/getWdFeeListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 337
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllWdFeeFields": true,
"WdFeeFields": {
"FeeDescription": true,
"FeeGlCode": true,
"RelationFeeAmount": [
1
],
"RelationSourceCodeList": [
1
],
"RelationWithdrawalLimit": [
1
],
"WithdrawalFeeType": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WdFeeList": {
"hasReachedMaximumListSize": true,
"WdFee": [
{
"FeeDescription": "text",
"FeeGlCode": 1,
"RelationFeeAmount": [
{
"EntryId": 1,
"RelationFeeAmount": 1
}
],
"RelationSourceCodeList": [
{
"EntryId": 1,
"RelationSourceCodeList": "text"
}
],
"RelationWithdrawalLimit": [
{
"EntryId": 1,
"RelationWithdrawalLimit": 1
}
],
"WithdrawalFeeType": 1
}
]
}
}
Fields available for selecting when retrieving WD Fee data
POST /nexum/627/2022.01/parameter/searchWdFeeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 369
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllWdFeeFields": true,
"WdFeeFields": {
"FeeDescription": true,
"FeeGlCode": true,
"RelationFeeAmount": [
1
],
"RelationSourceCodeList": [
1
],
"RelationWithdrawalLimit": [
1
],
"WithdrawalFeeType": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WdFeeList": {
"hasReachedMaximumListSize": true,
"WdFee": [
{
"FeeDescription": "text",
"FeeGlCode": 1,
"RelationFeeAmount": [
{
"EntryId": 1,
"RelationFeeAmount": 1
}
],
"RelationSourceCodeList": [
{
"EntryId": 1,
"RelationSourceCodeList": "text"
}
],
"RelationWithdrawalLimit": [
{
"EntryId": 1,
"RelationWithdrawalLimit": 1
}
],
"WithdrawalFeeType": 1
}
]
}
}
No description available.
POST /nexum/627/2022.01/parameter/getWdFeePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 431
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllWdFeeFields": true,
"WdFeeFields": {
"FeeDescription": true,
"FeeGlCode": true,
"RelationFeeAmount": [
1
],
"RelationSourceCodeList": [
1
],
"RelationWithdrawalLimit": [
1
],
"WithdrawalFeeType": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WdFee": [
{
"FeeDescription": "text",
"FeeGlCode": 1,
"RelationFeeAmount": [
{
"EntryId": 1,
"RelationFeeAmount": 1
}
],
"RelationSourceCodeList": [
{
"EntryId": 1,
"RelationSourceCodeList": "text"
}
],
"RelationWithdrawalLimit": [
{
"EntryId": 1,
"RelationWithdrawalLimit": 1
}
],
"WithdrawalFeeType": 1
}
],
"Token": "text"
}
Fields available for selecting when retrieving paginated WD Fee data
POST /nexum/627/2022.01/parameter/searchWdFeePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 446
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllWdFeeFields": true,
"WdFeeFields": {
"FeeDescription": true,
"FeeGlCode": true,
"RelationFeeAmount": [
1
],
"RelationSourceCodeList": [
1
],
"RelationWithdrawalLimit": [
1
],
"WithdrawalFeeType": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"WdFee": [
{
"FeeDescription": "text",
"FeeGlCode": 1,
"RelationFeeAmount": [
{
"EntryId": 1,
"RelationFeeAmount": 1
}
],
"RelationSourceCodeList": [
{
"EntryId": 1,
"RelationSourceCodeList": "text"
}
],
"RelationWithdrawalLimit": [
{
"EntryId": 1,
"RelationWithdrawalLimit": 1
}
],
"WithdrawalFeeType": 1
}
],
"Token": "text"
}
Update Wd Fee for a specific ID.
POST /nexum/627/2022.01/parameter/updateWdFeeByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 415
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"WdFeeWithdrawalFeeType": 1,
"WdFeeUpdatableFields": {
"FeeDescription": "text",
"FeeGlCode": 1,
"RelationFeeAmount": [
{
"EntryId": 1,
"RelationFeeAmount": 1
}
],
"RelationSourceCodeList": [
{
"EntryId": 1,
"RelationSourceCodeList": "text"
}
],
"RelationWithdrawalLimit": [
{
"EntryId": 1,
"RelationWithdrawalLimit": 1
}
]
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}