DivTable

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getDivTable

post

Retrieve division table data.

Authorizations
Body
DivTableTypeintegerRequired
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getDivTable HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 141

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

Successful operation.

{
  "DivTable": {
    "BalanceCutoff": [
      {
        "EntryId": 1,
        "BalanceCutoff": 1
      }
    ],
    "CollectedBalMaxHoldDays": 1,
    "Compounding": 1,
    "DefinedCode": 1,
    "DivIndexTableOption": 1,
    "FillInRateMethod": 1,
    "Frequency": 1,
    "Increment": 1,
    "LrbGraceDays": [
      {
        "EntryId": 1,
        "LrbGraceDays": 1
      }
    ],
    "MarginRate": [
      {
        "EntryId": 1,
        "MarginRate": 1
      }
    ],
    "Method": 1,
    "MinDailyBalance": 1,
    "MinimumBalance": 1,
    "NewAccountCode": 1,
    "PaymentCode": 1,
    "PostAverageBalanceComment": true,
    "Rate": [
      {
        "EntryId": 1,
        "Rate": 1
      }
    ],
    "RateSelection": 1,
    "RelCodeList": [
      {
        "EntryId": 1,
        "RelCodeList": "text"
      }
    ],
    "ScheduleType": 1,
    "Table": [
      {
        "EntryId": 1,
        "Table": 1
      }
    ],
    "Type": 1
  }
}

getDivTableSelectFields

post

Retrieve select fields for division table data.

Authorizations
Body
DivTableTypeintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getDivTableSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 650

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "DivTableType": 1,
  "SelectableFields": {
    "IncludeAllDivTableFields": true,
    "DivTableFields": {
      "BalanceCutoff": [
        1
      ],
      "CollectedBalMaxHoldDays": true,
      "Compounding": true,
      "DefinedCode": true,
      "DivIndexTableOption": true,
      "FillInRateMethod": true,
      "Frequency": true,
      "Increment": true,
      "LrbGraceDays": [
        1
      ],
      "MarginRate": [
        1
      ],
      "Method": true,
      "MinDailyBalance": true,
      "MinimumBalance": true,
      "NewAccountCode": true,
      "PaymentCode": true,
      "PostAverageBalanceComment": true,
      "Rate": [
        1
      ],
      "RateSelection": true,
      "RelCodeList": [
        1
      ],
      "ScheduleType": true,
      "Table": [
        1
      ],
      "Type": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "DivTable": {
    "BalanceCutoff": [
      {
        "EntryId": 1,
        "BalanceCutoff": 1
      }
    ],
    "CollectedBalMaxHoldDays": 1,
    "Compounding": 1,
    "DefinedCode": 1,
    "DivIndexTableOption": 1,
    "FillInRateMethod": 1,
    "Frequency": 1,
    "Increment": 1,
    "LrbGraceDays": [
      {
        "EntryId": 1,
        "LrbGraceDays": 1
      }
    ],
    "MarginRate": [
      {
        "EntryId": 1,
        "MarginRate": 1
      }
    ],
    "Method": 1,
    "MinDailyBalance": 1,
    "MinimumBalance": 1,
    "NewAccountCode": 1,
    "PaymentCode": 1,
    "PostAverageBalanceComment": true,
    "Rate": [
      {
        "EntryId": 1,
        "Rate": 1
      }
    ],
    "RateSelection": 1,
    "RelCodeList": [
      {
        "EntryId": 1,
        "RelCodeList": "text"
      }
    ],
    "ScheduleType": 1,
    "Table": [
      {
        "EntryId": 1,
        "Table": 1
      }
    ],
    "Type": 1
  }
}

getDivTablePagedList

post

Retrieve paged division table data.

Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getDivTablePagedList 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"
    }
  }
}
200

Successful operation.

{
  "DivTable": [
    {
      "BalanceCutoff": [
        {
          "EntryId": 1,
          "BalanceCutoff": 1
        }
      ],
      "CollectedBalMaxHoldDays": 1,
      "Compounding": 1,
      "DefinedCode": 1,
      "DivIndexTableOption": 1,
      "FillInRateMethod": 1,
      "Frequency": 1,
      "Increment": 1,
      "LrbGraceDays": [
        {
          "EntryId": 1,
          "LrbGraceDays": 1
        }
      ],
      "MarginRate": [
        {
          "EntryId": 1,
          "MarginRate": 1
        }
      ],
      "Method": 1,
      "MinDailyBalance": 1,
      "MinimumBalance": 1,
      "NewAccountCode": 1,
      "PaymentCode": 1,
      "PostAverageBalanceComment": true,
      "Rate": [
        {
          "EntryId": 1,
          "Rate": 1
        }
      ],
      "RateSelection": 1,
      "RelCodeList": [
        {
          "EntryId": 1,
          "RelCodeList": "text"
        }
      ],
      "ScheduleType": 1,
      "Table": [
        {
          "EntryId": 1,
          "Table": 1
        }
      ],
      "Type": 1
    }
  ],
  "Token": "text"
}

getDivTableListSelectFields

post

Retrieve select fields for a list of division table data.

Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getDivTableListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 633

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllDivTableFields": true,
    "DivTableFields": {
      "BalanceCutoff": [
        1
      ],
      "CollectedBalMaxHoldDays": true,
      "Compounding": true,
      "DefinedCode": true,
      "DivIndexTableOption": true,
      "FillInRateMethod": true,
      "Frequency": true,
      "Increment": true,
      "LrbGraceDays": [
        1
      ],
      "MarginRate": [
        1
      ],
      "Method": true,
      "MinDailyBalance": true,
      "MinimumBalance": true,
      "NewAccountCode": true,
      "PaymentCode": true,
      "PostAverageBalanceComment": true,
      "Rate": [
        1
      ],
      "RateSelection": true,
      "RelCodeList": [
        1
      ],
      "ScheduleType": true,
      "Table": [
        1
      ],
      "Type": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "DivTableList": {
    "hasReachedMaximumListSize": true,
    "DivTable": [
      {
        "BalanceCutoff": [
          {
            "EntryId": 1,
            "BalanceCutoff": 1
          }
        ],
        "CollectedBalMaxHoldDays": 1,
        "Compounding": 1,
        "DefinedCode": 1,
        "DivIndexTableOption": 1,
        "FillInRateMethod": 1,
        "Frequency": 1,
        "Increment": 1,
        "LrbGraceDays": [
          {
            "EntryId": 1,
            "LrbGraceDays": 1
          }
        ],
        "MarginRate": [
          {
            "EntryId": 1,
            "MarginRate": 1
          }
        ],
        "Method": 1,
        "MinDailyBalance": 1,
        "MinimumBalance": 1,
        "NewAccountCode": 1,
        "PaymentCode": 1,
        "PostAverageBalanceComment": true,
        "Rate": [
          {
            "EntryId": 1,
            "Rate": 1
          }
        ],
        "RateSelection": 1,
        "RelCodeList": [
          {
            "EntryId": 1,
            "RelCodeList": "text"
          }
        ],
        "ScheduleType": 1,
        "Table": [
          {
            "EntryId": 1,
            "Table": 1
          }
        ],
        "Type": 1
      }
    ]
  }
}

searchDivTableSelectFields

post

Field for selecting various options related to searchdivtableselectfields

Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/searchDivTableSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 665

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllDivTableFields": true,
    "DivTableFields": {
      "BalanceCutoff": [
        1
      ],
      "CollectedBalMaxHoldDays": true,
      "Compounding": true,
      "DefinedCode": true,
      "DivIndexTableOption": true,
      "FillInRateMethod": true,
      "Frequency": true,
      "Increment": true,
      "LrbGraceDays": [
        1
      ],
      "MarginRate": [
        1
      ],
      "Method": true,
      "MinDailyBalance": true,
      "MinimumBalance": true,
      "NewAccountCode": true,
      "PaymentCode": true,
      "PostAverageBalanceComment": true,
      "Rate": [
        1
      ],
      "RateSelection": true,
      "RelCodeList": [
        1
      ],
      "ScheduleType": true,
      "Table": [
        1
      ],
      "Type": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "DivTableList": {
    "hasReachedMaximumListSize": true,
    "DivTable": [
      {
        "BalanceCutoff": [
          {
            "EntryId": 1,
            "BalanceCutoff": 1
          }
        ],
        "CollectedBalMaxHoldDays": 1,
        "Compounding": 1,
        "DefinedCode": 1,
        "DivIndexTableOption": 1,
        "FillInRateMethod": 1,
        "Frequency": 1,
        "Increment": 1,
        "LrbGraceDays": [
          {
            "EntryId": 1,
            "LrbGraceDays": 1
          }
        ],
        "MarginRate": [
          {
            "EntryId": 1,
            "MarginRate": 1
          }
        ],
        "Method": 1,
        "MinDailyBalance": 1,
        "MinimumBalance": 1,
        "NewAccountCode": 1,
        "PaymentCode": 1,
        "PostAverageBalanceComment": true,
        "Rate": [
          {
            "EntryId": 1,
            "Rate": 1
          }
        ],
        "RateSelection": 1,
        "RelCodeList": [
          {
            "EntryId": 1,
            "RelCodeList": "text"
          }
        ],
        "ScheduleType": 1,
        "Table": [
          {
            "EntryId": 1,
            "Table": 1
          }
        ],
        "Type": 1
      }
    ]
  }
}

getDivTablePagedListSelectFields

post

Retrieve select fields for paged division table data.

Authorizations
Body
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/getDivTablePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 727

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllDivTableFields": true,
    "DivTableFields": {
      "BalanceCutoff": [
        1
      ],
      "CollectedBalMaxHoldDays": true,
      "Compounding": true,
      "DefinedCode": true,
      "DivIndexTableOption": true,
      "FillInRateMethod": true,
      "Frequency": true,
      "Increment": true,
      "LrbGraceDays": [
        1
      ],
      "MarginRate": [
        1
      ],
      "Method": true,
      "MinDailyBalance": true,
      "MinimumBalance": true,
      "NewAccountCode": true,
      "PaymentCode": true,
      "PostAverageBalanceComment": true,
      "Rate": [
        1
      ],
      "RateSelection": true,
      "RelCodeList": [
        1
      ],
      "ScheduleType": true,
      "Table": [
        1
      ],
      "Type": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "DivTable": [
    {
      "BalanceCutoff": [
        {
          "EntryId": 1,
          "BalanceCutoff": 1
        }
      ],
      "CollectedBalMaxHoldDays": 1,
      "Compounding": 1,
      "DefinedCode": 1,
      "DivIndexTableOption": 1,
      "FillInRateMethod": 1,
      "Frequency": 1,
      "Increment": 1,
      "LrbGraceDays": [
        {
          "EntryId": 1,
          "LrbGraceDays": 1
        }
      ],
      "MarginRate": [
        {
          "EntryId": 1,
          "MarginRate": 1
        }
      ],
      "Method": 1,
      "MinDailyBalance": 1,
      "MinimumBalance": 1,
      "NewAccountCode": 1,
      "PaymentCode": 1,
      "PostAverageBalanceComment": true,
      "Rate": [
        {
          "EntryId": 1,
          "Rate": 1
        }
      ],
      "RateSelection": 1,
      "RelCodeList": [
        {
          "EntryId": 1,
          "RelCodeList": "text"
        }
      ],
      "ScheduleType": 1,
      "Table": [
        {
          "EntryId": 1,
          "Table": 1
        }
      ],
      "Type": 1
    }
  ],
  "Token": "text"
}

searchDivTablePagedSelectFields

post

Field for selecting various options related to searchdivtablepagedselectfields

Authorizations
Body
QuerystringOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/searchDivTablePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 742

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllDivTableFields": true,
    "DivTableFields": {
      "BalanceCutoff": [
        1
      ],
      "CollectedBalMaxHoldDays": true,
      "Compounding": true,
      "DefinedCode": true,
      "DivIndexTableOption": true,
      "FillInRateMethod": true,
      "Frequency": true,
      "Increment": true,
      "LrbGraceDays": [
        1
      ],
      "MarginRate": [
        1
      ],
      "Method": true,
      "MinDailyBalance": true,
      "MinimumBalance": true,
      "NewAccountCode": true,
      "PaymentCode": true,
      "PostAverageBalanceComment": true,
      "Rate": [
        1
      ],
      "RateSelection": true,
      "RelCodeList": [
        1
      ],
      "ScheduleType": true,
      "Table": [
        1
      ],
      "Type": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "DivTable": [
    {
      "BalanceCutoff": [
        {
          "EntryId": 1,
          "BalanceCutoff": 1
        }
      ],
      "CollectedBalMaxHoldDays": 1,
      "Compounding": 1,
      "DefinedCode": 1,
      "DivIndexTableOption": 1,
      "FillInRateMethod": 1,
      "Frequency": 1,
      "Increment": 1,
      "LrbGraceDays": [
        {
          "EntryId": 1,
          "LrbGraceDays": 1
        }
      ],
      "MarginRate": [
        {
          "EntryId": 1,
          "MarginRate": 1
        }
      ],
      "Method": 1,
      "MinDailyBalance": 1,
      "MinimumBalance": 1,
      "NewAccountCode": 1,
      "PaymentCode": 1,
      "PostAverageBalanceComment": true,
      "Rate": [
        {
          "EntryId": 1,
          "Rate": 1
        }
      ],
      "RateSelection": 1,
      "RelCodeList": [
        {
          "EntryId": 1,
          "RelCodeList": "text"
        }
      ],
      "ScheduleType": 1,
      "Table": [
        {
          "EntryId": 1,
          "Table": 1
        }
      ],
      "Type": 1
    }
  ],
  "Token": "text"
}

updateDivTableByID

post
Authorizations
Body
DivTableTypeintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/2022.01/parameter/updateDivTableByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 714

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "DivTableType": 1,
  "DivTableUpdatableFields": {
    "BalanceCutoff": [
      {
        "EntryId": 1,
        "BalanceCutoff": 1
      }
    ],
    "CollectedBalMaxHoldDays": 1,
    "Compounding": 1,
    "DefinedCode": 1,
    "DivIndexTableOption": 1,
    "FillInRateMethod": 1,
    "Frequency": 1,
    "Increment": 1,
    "LrbGraceDays": [
      {
        "EntryId": 1,
        "LrbGraceDays": 1
      }
    ],
    "MarginRate": [
      {
        "EntryId": 1,
        "MarginRate": 1
      }
    ],
    "Method": 1,
    "MinDailyBalance": 1,
    "MinimumBalance": 1,
    "NewAccountCode": 1,
    "PaymentCode": 1,
    "PostAverageBalanceComment": true,
    "Rate": [
      {
        "EntryId": 1,
        "Rate": 1
      }
    ],
    "RateSelection": 1,
    "RelCodeList": [
      {
        "EntryId": 1,
        "RelCodeList": "text"
      }
    ],
    "ScheduleType": 1,
    "Table": [
      {
        "EntryId": 1,
        "Table": 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?