WdFee

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getWdFee

post

No description available.

Authorizations
Body
WdFeeWithdrawalFeeTypeintegerRequired
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WdFeeWithdrawalFeeType": 1,
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WdFee": {
    "FeeDescription": "text",
    "FeeGlCode": 1,
    "RelationFeeAmount": [
      {
        "EntryId": 1,
        "RelationFeeAmount": 1
      }
    ],
    "RelationSourceCodeList": [
      {
        "EntryId": 1,
        "RelationSourceCodeList": "text"
      }
    ],
    "RelationWithdrawalLimit": [
      {
        "EntryId": 1,
        "RelationWithdrawalLimit": 1
      }
    ],
    "WithdrawalFeeType": 1
  }
}

getWdFeeSelectFields

post

No description available.

Authorizations
Body
WdFeeWithdrawalFeeTypeintegerOptional
Responses
200

Successful operation.

application/json
post
/getWdFeeSelectFields
POST /nexum/627/2022.01/parameter/getWdFeeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
    }
  }
}
200

Successful operation.

{
  "WdFee": {
    "FeeDescription": "text",
    "FeeGlCode": 1,
    "RelationFeeAmount": [
      {
        "EntryId": 1,
        "RelationFeeAmount": 1
      }
    ],
    "RelationSourceCodeList": [
      {
        "EntryId": 1,
        "RelationSourceCodeList": "text"
      }
    ],
    "RelationWithdrawalLimit": [
      {
        "EntryId": 1,
        "RelationWithdrawalLimit": 1
      }
    ],
    "WithdrawalFeeType": 1
  }
}

getWdFeePagedList

post

No description available.

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

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"
}

getWdFeeListSelectFields

post

No description available.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getWdFeeListSelectFields
POST /nexum/627/2022.01/parameter/getWdFeeListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
    }
  }
}
200

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
      }
    ]
  }
}

searchWdFeeSelectFields

post

Fields available for selecting when retrieving WD Fee data

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/searchWdFeeSelectFields
POST /nexum/627/2022.01/parameter/searchWdFeeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
    }
  }
}
200

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
      }
    ]
  }
}

getWdFeePagedListSelectFields

post

No description available.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getWdFeePagedListSelectFields
POST /nexum/627/2022.01/parameter/getWdFeePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
    }
  }
}
200

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"
}

searchWdFeePagedSelectFields

post

Fields available for selecting when retrieving paginated WD Fee data

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

application/json
post
/searchWdFeePagedSelectFields
POST /nexum/627/2022.01/parameter/searchWdFeePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
    }
  }
}
200

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"
}

updateWdFeeByID

post

Update Wd Fee for a specific ID.

Authorizations
Body
WdFeeWithdrawalFeeTypeintegerOptional
Responses
200

Successful operation.

application/json
post
/updateWdFeeByID
POST /nexum/627/2022.01/parameter/updateWdFeeByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {
    "isAllFieldsUpdateSuccess": true,
    "FailedUpdateStatus": [
      {
        "Record": "text",
        "ErrorCode": "text",
        "ErrorMessage": "text",
        "PrimaryKeyField": [
          {
            "Name": "text",
            "Value": "text"
          }
        ]
      }
    ]
  }
}

Last updated

Was this helpful?