RegCc

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getRegCc

post

Retrieve registered CC

Authorizations
Body
RegCcBranchintegerRequired
Responses
200

Successful operation.

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

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

Successful operation.

{
  "RegCc": {
    "AggregateException": 1,
    "BankingDay": "2025-11-07",
    "BankingDaysOption": 1,
    "Branch": 1,
    "BranchReference": 1,
    "BranchValidCode": 1,
    "BusinessDays": "text",
    "FederalReserveHoliday": [
      {
        "EntryId": 1,
        "FederalReserveHoliday": "2025-11-07"
      }
    ],
    "ForeignItemHoldDays": 1,
    "HoldPolicy": 1,
    "KrHoldBaseAmtOption": 1,
    "KrHoldBaseOption": 1,
    "LargeDepositExceptionHold": 1,
    "LastDayAvailable": 1,
    "LocalAggrgtExcpHoldDays": 1,
    "LocalExceptionHoldDays": 1,
    "LocalHoldDays": 1,
    "MaxHoldCalendarDays": 1,
    "NewAccountHoldDays": 1,
    "NewAccountWarningCode": 1,
    "NextDayAvailable": 1,
    "NextDayDays": 1,
    "NonLocalAggrgtExcpHoldDay": 1,
    "NonLocalExceptionHoldDays": 1,
    "NonlocalHoldDays": 1,
    "RepeatedNsfWarningCode": 1,
    "RoutingNumberHoldDays": [
      {
        "EntryId": 1,
        "RoutingNumberHoldDays": 1
      }
    ],
    "RoutingNumberPrefix": [
      {
        "EntryId": 1,
        "RoutingNumberPrefix": 1
      }
    ],
    "SavingsPolicy": 1,
    "UseMicrRtPrefix": true,
    "NextDayAvailExcpRsnList": "text"
  }
}

getRegCcSelectFields

post

Returns the registered CC with select fields

Authorizations
Body
RegCcBranchintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "RegCcBranch": 1,
  "SelectableFields": {
    "IncludeAllRegCcFields": true,
    "RegCcFields": {
      "AggregateException": true,
      "BankingDay": true,
      "BankingDaysOption": true,
      "Branch": true,
      "BranchReference": true,
      "BranchValidCode": true,
      "BusinessDays": true,
      "FederalReserveHoliday": [
        1
      ],
      "ForeignItemHoldDays": true,
      "HoldPolicy": true,
      "KrHoldBaseAmtOption": true,
      "KrHoldBaseOption": true,
      "LargeDepositExceptionHold": true,
      "LastDayAvailable": true,
      "LocalAggrgtExcpHoldDays": true,
      "LocalExceptionHoldDays": true,
      "LocalHoldDays": true,
      "MaxHoldCalendarDays": true,
      "NewAccountHoldDays": true,
      "NewAccountWarningCode": true,
      "NextDayAvailExcpRsnList": true,
      "NextDayAvailable": true,
      "NextDayDays": true,
      "NonLocalAggrgtExcpHoldDay": true,
      "NonLocalExceptionHoldDays": true,
      "NonlocalHoldDays": true,
      "RepeatedNsfWarningCode": true,
      "RoutingNumberHoldDays": [
        1
      ],
      "RoutingNumberPrefix": [
        1
      ],
      "SavingsPolicy": true,
      "UseMicrRtPrefix": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "RegCc": {
    "AggregateException": 1,
    "BankingDay": "2025-11-07",
    "BankingDaysOption": 1,
    "Branch": 1,
    "BranchReference": 1,
    "BranchValidCode": 1,
    "BusinessDays": "text",
    "FederalReserveHoliday": [
      {
        "EntryId": 1,
        "FederalReserveHoliday": "2025-11-07"
      }
    ],
    "ForeignItemHoldDays": 1,
    "HoldPolicy": 1,
    "KrHoldBaseAmtOption": 1,
    "KrHoldBaseOption": 1,
    "LargeDepositExceptionHold": 1,
    "LastDayAvailable": 1,
    "LocalAggrgtExcpHoldDays": 1,
    "LocalExceptionHoldDays": 1,
    "LocalHoldDays": 1,
    "MaxHoldCalendarDays": 1,
    "NewAccountHoldDays": 1,
    "NewAccountWarningCode": 1,
    "NextDayAvailable": 1,
    "NextDayDays": 1,
    "NonLocalAggrgtExcpHoldDay": 1,
    "NonLocalExceptionHoldDays": 1,
    "NonlocalHoldDays": 1,
    "RepeatedNsfWarningCode": 1,
    "RoutingNumberHoldDays": [
      {
        "EntryId": 1,
        "RoutingNumberHoldDays": 1
      }
    ],
    "RoutingNumberPrefix": [
      {
        "EntryId": 1,
        "RoutingNumberPrefix": 1
      }
    ],
    "SavingsPolicy": 1,
    "UseMicrRtPrefix": true,
    "NextDayAvailExcpRsnList": "text"
  }
}

getRegCcPagedList

post

Returns paged list of registered CC

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getRegCcPagedList
POST /nexum/627/2022.01/parameter/getRegCcPagedList 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.

{
  "RegCc": [
    {
      "AggregateException": 1,
      "BankingDay": "2025-11-07",
      "BankingDaysOption": 1,
      "Branch": 1,
      "BranchReference": 1,
      "BranchValidCode": 1,
      "BusinessDays": "text",
      "FederalReserveHoliday": [
        {
          "EntryId": 1,
          "FederalReserveHoliday": "2025-11-07"
        }
      ],
      "ForeignItemHoldDays": 1,
      "HoldPolicy": 1,
      "KrHoldBaseAmtOption": 1,
      "KrHoldBaseOption": 1,
      "LargeDepositExceptionHold": 1,
      "LastDayAvailable": 1,
      "LocalAggrgtExcpHoldDays": 1,
      "LocalExceptionHoldDays": 1,
      "LocalHoldDays": 1,
      "MaxHoldCalendarDays": 1,
      "NewAccountHoldDays": 1,
      "NewAccountWarningCode": 1,
      "NextDayAvailable": 1,
      "NextDayDays": 1,
      "NonLocalAggrgtExcpHoldDay": 1,
      "NonLocalExceptionHoldDays": 1,
      "NonlocalHoldDays": 1,
      "RepeatedNsfWarningCode": 1,
      "RoutingNumberHoldDays": [
        {
          "EntryId": 1,
          "RoutingNumberHoldDays": 1
        }
      ],
      "RoutingNumberPrefix": [
        {
          "EntryId": 1,
          "RoutingNumberPrefix": 1
        }
      ],
      "SavingsPolicy": 1,
      "UseMicrRtPrefix": true,
      "NextDayAvailExcpRsnList": "text"
    }
  ],
  "Token": "text"
}

getRegCcListSelectFields

post

Returns the list of registered CC with select fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllRegCcFields": true,
    "RegCcFields": {
      "AggregateException": true,
      "BankingDay": true,
      "BankingDaysOption": true,
      "Branch": true,
      "BranchReference": true,
      "BranchValidCode": true,
      "BusinessDays": true,
      "FederalReserveHoliday": [
        1
      ],
      "ForeignItemHoldDays": true,
      "HoldPolicy": true,
      "KrHoldBaseAmtOption": true,
      "KrHoldBaseOption": true,
      "LargeDepositExceptionHold": true,
      "LastDayAvailable": true,
      "LocalAggrgtExcpHoldDays": true,
      "LocalExceptionHoldDays": true,
      "LocalHoldDays": true,
      "MaxHoldCalendarDays": true,
      "NewAccountHoldDays": true,
      "NewAccountWarningCode": true,
      "NextDayAvailExcpRsnList": true,
      "NextDayAvailable": true,
      "NextDayDays": true,
      "NonLocalAggrgtExcpHoldDay": true,
      "NonLocalExceptionHoldDays": true,
      "NonlocalHoldDays": true,
      "RepeatedNsfWarningCode": true,
      "RoutingNumberHoldDays": [
        1
      ],
      "RoutingNumberPrefix": [
        1
      ],
      "SavingsPolicy": true,
      "UseMicrRtPrefix": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "RegCcList": {
    "hasReachedMaximumListSize": true,
    "RegCc": [
      {
        "AggregateException": 1,
        "BankingDay": "2025-11-07",
        "BankingDaysOption": 1,
        "Branch": 1,
        "BranchReference": 1,
        "BranchValidCode": 1,
        "BusinessDays": "text",
        "FederalReserveHoliday": [
          {
            "EntryId": 1,
            "FederalReserveHoliday": "2025-11-07"
          }
        ],
        "ForeignItemHoldDays": 1,
        "HoldPolicy": 1,
        "KrHoldBaseAmtOption": 1,
        "KrHoldBaseOption": 1,
        "LargeDepositExceptionHold": 1,
        "LastDayAvailable": 1,
        "LocalAggrgtExcpHoldDays": 1,
        "LocalExceptionHoldDays": 1,
        "LocalHoldDays": 1,
        "MaxHoldCalendarDays": 1,
        "NewAccountHoldDays": 1,
        "NewAccountWarningCode": 1,
        "NextDayAvailable": 1,
        "NextDayDays": 1,
        "NonLocalAggrgtExcpHoldDay": 1,
        "NonLocalExceptionHoldDays": 1,
        "NonlocalHoldDays": 1,
        "RepeatedNsfWarningCode": 1,
        "RoutingNumberHoldDays": [
          {
            "EntryId": 1,
            "RoutingNumberHoldDays": 1
          }
        ],
        "RoutingNumberPrefix": [
          {
            "EntryId": 1,
            "RoutingNumberPrefix": 1
          }
        ],
        "SavingsPolicy": 1,
        "UseMicrRtPrefix": true,
        "NextDayAvailExcpRsnList": "text"
      }
    ]
  }
}

searchRegCcSelectFields

post

Retrieve a list of select fields for regular credit cards

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllRegCcFields": true,
    "RegCcFields": {
      "AggregateException": true,
      "BankingDay": true,
      "BankingDaysOption": true,
      "Branch": true,
      "BranchReference": true,
      "BranchValidCode": true,
      "BusinessDays": true,
      "FederalReserveHoliday": [
        1
      ],
      "ForeignItemHoldDays": true,
      "HoldPolicy": true,
      "KrHoldBaseAmtOption": true,
      "KrHoldBaseOption": true,
      "LargeDepositExceptionHold": true,
      "LastDayAvailable": true,
      "LocalAggrgtExcpHoldDays": true,
      "LocalExceptionHoldDays": true,
      "LocalHoldDays": true,
      "MaxHoldCalendarDays": true,
      "NewAccountHoldDays": true,
      "NewAccountWarningCode": true,
      "NextDayAvailExcpRsnList": true,
      "NextDayAvailable": true,
      "NextDayDays": true,
      "NonLocalAggrgtExcpHoldDay": true,
      "NonLocalExceptionHoldDays": true,
      "NonlocalHoldDays": true,
      "RepeatedNsfWarningCode": true,
      "RoutingNumberHoldDays": [
        1
      ],
      "RoutingNumberPrefix": [
        1
      ],
      "SavingsPolicy": true,
      "UseMicrRtPrefix": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "RegCcList": {
    "hasReachedMaximumListSize": true,
    "RegCc": [
      {
        "AggregateException": 1,
        "BankingDay": "2025-11-07",
        "BankingDaysOption": 1,
        "Branch": 1,
        "BranchReference": 1,
        "BranchValidCode": 1,
        "BusinessDays": "text",
        "FederalReserveHoliday": [
          {
            "EntryId": 1,
            "FederalReserveHoliday": "2025-11-07"
          }
        ],
        "ForeignItemHoldDays": 1,
        "HoldPolicy": 1,
        "KrHoldBaseAmtOption": 1,
        "KrHoldBaseOption": 1,
        "LargeDepositExceptionHold": 1,
        "LastDayAvailable": 1,
        "LocalAggrgtExcpHoldDays": 1,
        "LocalExceptionHoldDays": 1,
        "LocalHoldDays": 1,
        "MaxHoldCalendarDays": 1,
        "NewAccountHoldDays": 1,
        "NewAccountWarningCode": 1,
        "NextDayAvailable": 1,
        "NextDayDays": 1,
        "NonLocalAggrgtExcpHoldDay": 1,
        "NonLocalExceptionHoldDays": 1,
        "NonlocalHoldDays": 1,
        "RepeatedNsfWarningCode": 1,
        "RoutingNumberHoldDays": [
          {
            "EntryId": 1,
            "RoutingNumberHoldDays": 1
          }
        ],
        "RoutingNumberPrefix": [
          {
            "EntryId": 1,
            "RoutingNumberPrefix": 1
          }
        ],
        "SavingsPolicy": 1,
        "UseMicrRtPrefix": true,
        "NextDayAvailExcpRsnList": "text"
      }
    ]
  }
}

getRegCcPagedListSelectFields

post

Returns paged list of registered CC with select fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllRegCcFields": true,
    "RegCcFields": {
      "AggregateException": true,
      "BankingDay": true,
      "BankingDaysOption": true,
      "Branch": true,
      "BranchReference": true,
      "BranchValidCode": true,
      "BusinessDays": true,
      "FederalReserveHoliday": [
        1
      ],
      "ForeignItemHoldDays": true,
      "HoldPolicy": true,
      "KrHoldBaseAmtOption": true,
      "KrHoldBaseOption": true,
      "LargeDepositExceptionHold": true,
      "LastDayAvailable": true,
      "LocalAggrgtExcpHoldDays": true,
      "LocalExceptionHoldDays": true,
      "LocalHoldDays": true,
      "MaxHoldCalendarDays": true,
      "NewAccountHoldDays": true,
      "NewAccountWarningCode": true,
      "NextDayAvailExcpRsnList": true,
      "NextDayAvailable": true,
      "NextDayDays": true,
      "NonLocalAggrgtExcpHoldDay": true,
      "NonLocalExceptionHoldDays": true,
      "NonlocalHoldDays": true,
      "RepeatedNsfWarningCode": true,
      "RoutingNumberHoldDays": [
        1
      ],
      "RoutingNumberPrefix": [
        1
      ],
      "SavingsPolicy": true,
      "UseMicrRtPrefix": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "RegCc": [
    {
      "AggregateException": 1,
      "BankingDay": "2025-11-07",
      "BankingDaysOption": 1,
      "Branch": 1,
      "BranchReference": 1,
      "BranchValidCode": 1,
      "BusinessDays": "text",
      "FederalReserveHoliday": [
        {
          "EntryId": 1,
          "FederalReserveHoliday": "2025-11-07"
        }
      ],
      "ForeignItemHoldDays": 1,
      "HoldPolicy": 1,
      "KrHoldBaseAmtOption": 1,
      "KrHoldBaseOption": 1,
      "LargeDepositExceptionHold": 1,
      "LastDayAvailable": 1,
      "LocalAggrgtExcpHoldDays": 1,
      "LocalExceptionHoldDays": 1,
      "LocalHoldDays": 1,
      "MaxHoldCalendarDays": 1,
      "NewAccountHoldDays": 1,
      "NewAccountWarningCode": 1,
      "NextDayAvailable": 1,
      "NextDayDays": 1,
      "NonLocalAggrgtExcpHoldDay": 1,
      "NonLocalExceptionHoldDays": 1,
      "NonlocalHoldDays": 1,
      "RepeatedNsfWarningCode": 1,
      "RoutingNumberHoldDays": [
        {
          "EntryId": 1,
          "RoutingNumberHoldDays": 1
        }
      ],
      "RoutingNumberPrefix": [
        {
          "EntryId": 1,
          "RoutingNumberPrefix": 1
        }
      ],
      "SavingsPolicy": 1,
      "UseMicrRtPrefix": true,
      "NextDayAvailExcpRsnList": "text"
    }
  ],
  "Token": "text"
}

searchRegCcPagedSelectFields

post

Retrieve a paged list of select fields for regular credit cards

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllRegCcFields": true,
    "RegCcFields": {
      "AggregateException": true,
      "BankingDay": true,
      "BankingDaysOption": true,
      "Branch": true,
      "BranchReference": true,
      "BranchValidCode": true,
      "BusinessDays": true,
      "FederalReserveHoliday": [
        1
      ],
      "ForeignItemHoldDays": true,
      "HoldPolicy": true,
      "KrHoldBaseAmtOption": true,
      "KrHoldBaseOption": true,
      "LargeDepositExceptionHold": true,
      "LastDayAvailable": true,
      "LocalAggrgtExcpHoldDays": true,
      "LocalExceptionHoldDays": true,
      "LocalHoldDays": true,
      "MaxHoldCalendarDays": true,
      "NewAccountHoldDays": true,
      "NewAccountWarningCode": true,
      "NextDayAvailExcpRsnList": true,
      "NextDayAvailable": true,
      "NextDayDays": true,
      "NonLocalAggrgtExcpHoldDay": true,
      "NonLocalExceptionHoldDays": true,
      "NonlocalHoldDays": true,
      "RepeatedNsfWarningCode": true,
      "RoutingNumberHoldDays": [
        1
      ],
      "RoutingNumberPrefix": [
        1
      ],
      "SavingsPolicy": true,
      "UseMicrRtPrefix": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "RegCc": [
    {
      "AggregateException": 1,
      "BankingDay": "2025-11-07",
      "BankingDaysOption": 1,
      "Branch": 1,
      "BranchReference": 1,
      "BranchValidCode": 1,
      "BusinessDays": "text",
      "FederalReserveHoliday": [
        {
          "EntryId": 1,
          "FederalReserveHoliday": "2025-11-07"
        }
      ],
      "ForeignItemHoldDays": 1,
      "HoldPolicy": 1,
      "KrHoldBaseAmtOption": 1,
      "KrHoldBaseOption": 1,
      "LargeDepositExceptionHold": 1,
      "LastDayAvailable": 1,
      "LocalAggrgtExcpHoldDays": 1,
      "LocalExceptionHoldDays": 1,
      "LocalHoldDays": 1,
      "MaxHoldCalendarDays": 1,
      "NewAccountHoldDays": 1,
      "NewAccountWarningCode": 1,
      "NextDayAvailable": 1,
      "NextDayDays": 1,
      "NonLocalAggrgtExcpHoldDay": 1,
      "NonLocalExceptionHoldDays": 1,
      "NonlocalHoldDays": 1,
      "RepeatedNsfWarningCode": 1,
      "RoutingNumberHoldDays": [
        {
          "EntryId": 1,
          "RoutingNumberHoldDays": 1
        }
      ],
      "RoutingNumberPrefix": [
        {
          "EntryId": 1,
          "RoutingNumberPrefix": 1
        }
      ],
      "SavingsPolicy": 1,
      "UseMicrRtPrefix": true,
      "NextDayAvailExcpRsnList": "text"
    }
  ],
  "Token": "text"
}

updateRegCcByID

post

Update registered credit cards by ID

Authorizations
Body
RegCcBranchintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "RegCcBranch": 1,
  "RegCcUpdatableFields": {
    "AggregateException": 1,
    "BankingDay": "2025-11-07",
    "BankingDaysOption": 1,
    "BranchReference": 1,
    "BranchValidCode": 1,
    "BusinessDays": "text",
    "FederalReserveHoliday": [
      {
        "EntryId": 1,
        "FederalReserveHoliday": "2025-11-07"
      }
    ],
    "ForeignItemHoldDays": 1,
    "HoldPolicy": 1,
    "KrHoldBaseAmtOption": 1,
    "KrHoldBaseOption": 1,
    "LargeDepositExceptionHold": 1,
    "LastDayAvailable": 1,
    "LocalAggrgtExcpHoldDays": 1,
    "LocalExceptionHoldDays": 1,
    "LocalHoldDays": 1,
    "MaxHoldCalendarDays": 1,
    "NewAccountHoldDays": 1,
    "NewAccountWarningCode": 1,
    "NextDayAvailExcpRsnList": "text",
    "NextDayAvailable": 1,
    "NextDayDays": 1,
    "NonLocalAggrgtExcpHoldDay": 1,
    "NonLocalExceptionHoldDays": 1,
    "NonlocalHoldDays": 1,
    "RepeatedNsfWarningCode": 1,
    "RoutingNumberHoldDays": [
      {
        "EntryId": 1,
        "RoutingNumberHoldDays": 1
      }
    ],
    "RoutingNumberPrefix": [
      {
        "EntryId": 1,
        "RoutingNumberPrefix": 1
      }
    ],
    "SavingsPolicy": 1,
    "UseMicrRtPrefix": true
  },
  "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?