AccountDefault

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getAccountDefault

post

Retrieve the default account information

Authorizations
Body
AccountDefaultAcctTypeintegerRequired
Responses
200

Successful operation.

application/json
post
/getAccountDefault
POST /nexum/627/2022.01/parameter/getAccountDefault 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&"
    }
  },
  "AccountDefaultAcctType": 1,
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AccountDefault": {
    "AcctType": 1,
    "CappedFeesAmountCap": 1,
    "CappedFeesCountCap": 1,
    "CloseDate": "2025-11-06",
    "CommercialCode": 1,
    "CountLimit": [
      {
        "EntryId": 1,
        "CountLimit": 1
      }
    ],
    "EStmtEnable": 1,
    "EStmtNotify": 1,
    "EnableFloat": 1,
    "HeadOfHousehold": 1,
    "KrHoldBaseAmount": 1,
    "Limit": [
      {
        "EntryId": 1,
        "Limit": 1
      }
    ],
    "MemberGroup": 1,
    "MemberStatus": 1,
    "NonRegCcCheckHoldBaseAmt": 1,
    "PerItemLimit": [
      {
        "EntryId": 1,
        "PerItemLimit": 1
      }
    ],
    "ProxyDate": "2025-11-06",
    "Reference": "text",
    "RelationshipCode": 1,
    "RelationshipOverride": 1,
    "RelationshipOverrideEffDate": "2025-11-06",
    "RelationshipOverrideExpDate": "2025-11-06",
    "Restrict": 1,
    "StateReporting": "text",
    "StatementMailCode": 1,
    "Type": 1,
    "UserAmount1": 1,
    "UserAmount2": 1,
    "UserChar1": "text",
    "UserChar2": "text",
    "UserChar3": "text",
    "UserChar4": "text",
    "UserDate1": "2025-11-06",
    "UserDate2": "2025-11-06",
    "WarningCode": [
      {
        "EntryId": 1,
        "WarningCode": 1
      }
    ]
  }
}

getAccountDefaultSelectFields

post

Retrieve default accounts with selected fields

Authorizations
Body
AccountDefaultAcctTypeintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "AccountDefaultAcctType": 1,
  "SelectableFields": {
    "IncludeAllAccountDefaultFields": true,
    "AccountDefaultFields": {
      "AcctType": true,
      "CappedFeesAmountCap": true,
      "CappedFeesCountCap": true,
      "CloseDate": true,
      "CommercialCode": true,
      "CountLimit": [
        1
      ],
      "EStmtEnable": true,
      "EStmtNotify": true,
      "EnableFloat": true,
      "HeadOfHousehold": true,
      "KrHoldBaseAmount": true,
      "Limit": [
        1
      ],
      "MemberGroup": true,
      "MemberStatus": true,
      "NonRegCcCheckHoldBaseAmt": true,
      "PerItemLimit": [
        1
      ],
      "ProxyDate": true,
      "Reference": true,
      "RelationshipCode": true,
      "RelationshipOverride": true,
      "RelationshipOverrideEffDate": true,
      "RelationshipOverrideExpDate": true,
      "Restrict": true,
      "StateReporting": true,
      "StatementMailCode": true,
      "Type": true,
      "UserAmount1": true,
      "UserAmount2": true,
      "UserChar1": true,
      "UserChar2": true,
      "UserChar3": true,
      "UserChar4": true,
      "UserDate1": true,
      "UserDate2": true,
      "WarningCode": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AccountDefault": {
    "AcctType": 1,
    "CappedFeesAmountCap": 1,
    "CappedFeesCountCap": 1,
    "CloseDate": "2025-11-06",
    "CommercialCode": 1,
    "CountLimit": [
      {
        "EntryId": 1,
        "CountLimit": 1
      }
    ],
    "EStmtEnable": 1,
    "EStmtNotify": 1,
    "EnableFloat": 1,
    "HeadOfHousehold": 1,
    "KrHoldBaseAmount": 1,
    "Limit": [
      {
        "EntryId": 1,
        "Limit": 1
      }
    ],
    "MemberGroup": 1,
    "MemberStatus": 1,
    "NonRegCcCheckHoldBaseAmt": 1,
    "PerItemLimit": [
      {
        "EntryId": 1,
        "PerItemLimit": 1
      }
    ],
    "ProxyDate": "2025-11-06",
    "Reference": "text",
    "RelationshipCode": 1,
    "RelationshipOverride": 1,
    "RelationshipOverrideEffDate": "2025-11-06",
    "RelationshipOverrideExpDate": "2025-11-06",
    "Restrict": 1,
    "StateReporting": "text",
    "StatementMailCode": 1,
    "Type": 1,
    "UserAmount1": 1,
    "UserAmount2": 1,
    "UserChar1": "text",
    "UserChar2": "text",
    "UserChar3": "text",
    "UserChar4": "text",
    "UserDate1": "2025-11-06",
    "UserDate2": "2025-11-06",
    "WarningCode": [
      {
        "EntryId": 1,
        "WarningCode": 1
      }
    ]
  }
}

getAccountDefaultPagedList

post

Retrieve a paged list of default accounts

Authorizations
Body
Responses
200

Successful operation.

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

{
  "AccountDefault": [
    {
      "AcctType": 1,
      "CappedFeesAmountCap": 1,
      "CappedFeesCountCap": 1,
      "CloseDate": "2025-11-06",
      "CommercialCode": 1,
      "CountLimit": [
        {
          "EntryId": 1,
          "CountLimit": 1
        }
      ],
      "EStmtEnable": 1,
      "EStmtNotify": 1,
      "EnableFloat": 1,
      "HeadOfHousehold": 1,
      "KrHoldBaseAmount": 1,
      "Limit": [
        {
          "EntryId": 1,
          "Limit": 1
        }
      ],
      "MemberGroup": 1,
      "MemberStatus": 1,
      "NonRegCcCheckHoldBaseAmt": 1,
      "PerItemLimit": [
        {
          "EntryId": 1,
          "PerItemLimit": 1
        }
      ],
      "ProxyDate": "2025-11-06",
      "Reference": "text",
      "RelationshipCode": 1,
      "RelationshipOverride": 1,
      "RelationshipOverrideEffDate": "2025-11-06",
      "RelationshipOverrideExpDate": "2025-11-06",
      "Restrict": 1,
      "StateReporting": "text",
      "StatementMailCode": 1,
      "Type": 1,
      "UserAmount1": 1,
      "UserAmount2": 1,
      "UserChar1": "text",
      "UserChar2": "text",
      "UserChar3": "text",
      "UserChar4": "text",
      "UserDate1": "2025-11-06",
      "UserDate2": "2025-11-06",
      "WarningCode": [
        {
          "EntryId": 1,
          "WarningCode": 1
        }
      ]
    }
  ],
  "Token": "text"
}

getAccountDefaultListSelectFields

post

Retrieve the list of fields for selecting default accounts

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllAccountDefaultFields": true,
    "AccountDefaultFields": {
      "AcctType": true,
      "CappedFeesAmountCap": true,
      "CappedFeesCountCap": true,
      "CloseDate": true,
      "CommercialCode": true,
      "CountLimit": [
        1
      ],
      "EStmtEnable": true,
      "EStmtNotify": true,
      "EnableFloat": true,
      "HeadOfHousehold": true,
      "KrHoldBaseAmount": true,
      "Limit": [
        1
      ],
      "MemberGroup": true,
      "MemberStatus": true,
      "NonRegCcCheckHoldBaseAmt": true,
      "PerItemLimit": [
        1
      ],
      "ProxyDate": true,
      "Reference": true,
      "RelationshipCode": true,
      "RelationshipOverride": true,
      "RelationshipOverrideEffDate": true,
      "RelationshipOverrideExpDate": true,
      "Restrict": true,
      "StateReporting": true,
      "StatementMailCode": true,
      "Type": true,
      "UserAmount1": true,
      "UserAmount2": true,
      "UserChar1": true,
      "UserChar2": true,
      "UserChar3": true,
      "UserChar4": true,
      "UserDate1": true,
      "UserDate2": true,
      "WarningCode": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AccountDefaultList": {
    "hasReachedMaximumListSize": true,
    "AccountDefault": [
      {
        "AcctType": 1,
        "CappedFeesAmountCap": 1,
        "CappedFeesCountCap": 1,
        "CloseDate": "2025-11-06",
        "CommercialCode": 1,
        "CountLimit": [
          {
            "EntryId": 1,
            "CountLimit": 1
          }
        ],
        "EStmtEnable": 1,
        "EStmtNotify": 1,
        "EnableFloat": 1,
        "HeadOfHousehold": 1,
        "KrHoldBaseAmount": 1,
        "Limit": [
          {
            "EntryId": 1,
            "Limit": 1
          }
        ],
        "MemberGroup": 1,
        "MemberStatus": 1,
        "NonRegCcCheckHoldBaseAmt": 1,
        "PerItemLimit": [
          {
            "EntryId": 1,
            "PerItemLimit": 1
          }
        ],
        "ProxyDate": "2025-11-06",
        "Reference": "text",
        "RelationshipCode": 1,
        "RelationshipOverride": 1,
        "RelationshipOverrideEffDate": "2025-11-06",
        "RelationshipOverrideExpDate": "2025-11-06",
        "Restrict": 1,
        "StateReporting": "text",
        "StatementMailCode": 1,
        "Type": 1,
        "UserAmount1": 1,
        "UserAmount2": 1,
        "UserChar1": "text",
        "UserChar2": "text",
        "UserChar3": "text",
        "UserChar4": "text",
        "UserDate1": "2025-11-06",
        "UserDate2": "2025-11-06",
        "WarningCode": [
          {
            "EntryId": 1,
            "WarningCode": 1
          }
        ]
      }
    ]
  }
}

searchAccountDefaultSelectFields

post

Search account default select fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllAccountDefaultFields": true,
    "AccountDefaultFields": {
      "AcctType": true,
      "CappedFeesAmountCap": true,
      "CappedFeesCountCap": true,
      "CloseDate": true,
      "CommercialCode": true,
      "CountLimit": [
        1
      ],
      "EStmtEnable": true,
      "EStmtNotify": true,
      "EnableFloat": true,
      "HeadOfHousehold": true,
      "KrHoldBaseAmount": true,
      "Limit": [
        1
      ],
      "MemberGroup": true,
      "MemberStatus": true,
      "NonRegCcCheckHoldBaseAmt": true,
      "PerItemLimit": [
        1
      ],
      "ProxyDate": true,
      "Reference": true,
      "RelationshipCode": true,
      "RelationshipOverride": true,
      "RelationshipOverrideEffDate": true,
      "RelationshipOverrideExpDate": true,
      "Restrict": true,
      "StateReporting": true,
      "StatementMailCode": true,
      "Type": true,
      "UserAmount1": true,
      "UserAmount2": true,
      "UserChar1": true,
      "UserChar2": true,
      "UserChar3": true,
      "UserChar4": true,
      "UserDate1": true,
      "UserDate2": true,
      "WarningCode": [
        1
      ]
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AccountDefaultList": {
    "hasReachedMaximumListSize": true,
    "AccountDefault": [
      {
        "AcctType": 1,
        "CappedFeesAmountCap": 1,
        "CappedFeesCountCap": 1,
        "CloseDate": "2025-11-06",
        "CommercialCode": 1,
        "CountLimit": [
          {
            "EntryId": 1,
            "CountLimit": 1
          }
        ],
        "EStmtEnable": 1,
        "EStmtNotify": 1,
        "EnableFloat": 1,
        "HeadOfHousehold": 1,
        "KrHoldBaseAmount": 1,
        "Limit": [
          {
            "EntryId": 1,
            "Limit": 1
          }
        ],
        "MemberGroup": 1,
        "MemberStatus": 1,
        "NonRegCcCheckHoldBaseAmt": 1,
        "PerItemLimit": [
          {
            "EntryId": 1,
            "PerItemLimit": 1
          }
        ],
        "ProxyDate": "2025-11-06",
        "Reference": "text",
        "RelationshipCode": 1,
        "RelationshipOverride": 1,
        "RelationshipOverrideEffDate": "2025-11-06",
        "RelationshipOverrideExpDate": "2025-11-06",
        "Restrict": 1,
        "StateReporting": "text",
        "StatementMailCode": 1,
        "Type": 1,
        "UserAmount1": 1,
        "UserAmount2": 1,
        "UserChar1": "text",
        "UserChar2": "text",
        "UserChar3": "text",
        "UserChar4": "text",
        "UserDate1": "2025-11-06",
        "UserDate2": "2025-11-06",
        "WarningCode": [
          {
            "EntryId": 1,
            "WarningCode": 1
          }
        ]
      }
    ]
  }
}

getAccountDefaultPagedListSelectFields

post

Retrieve a paged list of default accounts with selected fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllAccountDefaultFields": true,
    "AccountDefaultFields": {
      "AcctType": true,
      "CappedFeesAmountCap": true,
      "CappedFeesCountCap": true,
      "CloseDate": true,
      "CommercialCode": true,
      "CountLimit": [
        1
      ],
      "EStmtEnable": true,
      "EStmtNotify": true,
      "EnableFloat": true,
      "HeadOfHousehold": true,
      "KrHoldBaseAmount": true,
      "Limit": [
        1
      ],
      "MemberGroup": true,
      "MemberStatus": true,
      "NonRegCcCheckHoldBaseAmt": true,
      "PerItemLimit": [
        1
      ],
      "ProxyDate": true,
      "Reference": true,
      "RelationshipCode": true,
      "RelationshipOverride": true,
      "RelationshipOverrideEffDate": true,
      "RelationshipOverrideExpDate": true,
      "Restrict": true,
      "StateReporting": true,
      "StatementMailCode": true,
      "Type": true,
      "UserAmount1": true,
      "UserAmount2": true,
      "UserChar1": true,
      "UserChar2": true,
      "UserChar3": true,
      "UserChar4": true,
      "UserDate1": true,
      "UserDate2": true,
      "WarningCode": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AccountDefault": [
    {
      "AcctType": 1,
      "CappedFeesAmountCap": 1,
      "CappedFeesCountCap": 1,
      "CloseDate": "2025-11-06",
      "CommercialCode": 1,
      "CountLimit": [
        {
          "EntryId": 1,
          "CountLimit": 1
        }
      ],
      "EStmtEnable": 1,
      "EStmtNotify": 1,
      "EnableFloat": 1,
      "HeadOfHousehold": 1,
      "KrHoldBaseAmount": 1,
      "Limit": [
        {
          "EntryId": 1,
          "Limit": 1
        }
      ],
      "MemberGroup": 1,
      "MemberStatus": 1,
      "NonRegCcCheckHoldBaseAmt": 1,
      "PerItemLimit": [
        {
          "EntryId": 1,
          "PerItemLimit": 1
        }
      ],
      "ProxyDate": "2025-11-06",
      "Reference": "text",
      "RelationshipCode": 1,
      "RelationshipOverride": 1,
      "RelationshipOverrideEffDate": "2025-11-06",
      "RelationshipOverrideExpDate": "2025-11-06",
      "Restrict": 1,
      "StateReporting": "text",
      "StatementMailCode": 1,
      "Type": 1,
      "UserAmount1": 1,
      "UserAmount2": 1,
      "UserChar1": "text",
      "UserChar2": "text",
      "UserChar3": "text",
      "UserChar4": "text",
      "UserDate1": "2025-11-06",
      "UserDate2": "2025-11-06",
      "WarningCode": [
        {
          "EntryId": 1,
          "WarningCode": 1
        }
      ]
    }
  ],
  "Token": "text"
}

searchAccountDefaultPagedSelectFields

post

Search account default paged select fields

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllAccountDefaultFields": true,
    "AccountDefaultFields": {
      "AcctType": true,
      "CappedFeesAmountCap": true,
      "CappedFeesCountCap": true,
      "CloseDate": true,
      "CommercialCode": true,
      "CountLimit": [
        1
      ],
      "EStmtEnable": true,
      "EStmtNotify": true,
      "EnableFloat": true,
      "HeadOfHousehold": true,
      "KrHoldBaseAmount": true,
      "Limit": [
        1
      ],
      "MemberGroup": true,
      "MemberStatus": true,
      "NonRegCcCheckHoldBaseAmt": true,
      "PerItemLimit": [
        1
      ],
      "ProxyDate": true,
      "Reference": true,
      "RelationshipCode": true,
      "RelationshipOverride": true,
      "RelationshipOverrideEffDate": true,
      "RelationshipOverrideExpDate": true,
      "Restrict": true,
      "StateReporting": true,
      "StatementMailCode": true,
      "Type": true,
      "UserAmount1": true,
      "UserAmount2": true,
      "UserChar1": true,
      "UserChar2": true,
      "UserChar3": true,
      "UserChar4": true,
      "UserDate1": true,
      "UserDate2": true,
      "WarningCode": [
        1
      ]
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AccountDefault": [
    {
      "AcctType": 1,
      "CappedFeesAmountCap": 1,
      "CappedFeesCountCap": 1,
      "CloseDate": "2025-11-06",
      "CommercialCode": 1,
      "CountLimit": [
        {
          "EntryId": 1,
          "CountLimit": 1
        }
      ],
      "EStmtEnable": 1,
      "EStmtNotify": 1,
      "EnableFloat": 1,
      "HeadOfHousehold": 1,
      "KrHoldBaseAmount": 1,
      "Limit": [
        {
          "EntryId": 1,
          "Limit": 1
        }
      ],
      "MemberGroup": 1,
      "MemberStatus": 1,
      "NonRegCcCheckHoldBaseAmt": 1,
      "PerItemLimit": [
        {
          "EntryId": 1,
          "PerItemLimit": 1
        }
      ],
      "ProxyDate": "2025-11-06",
      "Reference": "text",
      "RelationshipCode": 1,
      "RelationshipOverride": 1,
      "RelationshipOverrideEffDate": "2025-11-06",
      "RelationshipOverrideExpDate": "2025-11-06",
      "Restrict": 1,
      "StateReporting": "text",
      "StatementMailCode": 1,
      "Type": 1,
      "UserAmount1": 1,
      "UserAmount2": 1,
      "UserChar1": "text",
      "UserChar2": "text",
      "UserChar3": "text",
      "UserChar4": "text",
      "UserDate1": "2025-11-06",
      "UserDate2": "2025-11-06",
      "WarningCode": [
        {
          "EntryId": 1,
          "WarningCode": 1
        }
      ]
    }
  ],
  "Token": "text"
}

updateAccountDefaultByID

post

Update Account Default information by ID

Authorizations
Body
AccountDefaultAcctTypeintegerOptional
Responses
200

Successful operation.

application/json
post
/updateAccountDefaultByID
POST /nexum/627/2022.01/parameter/updateAccountDefaultByID 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&"
    }
  },
  "AccountDefaultAcctType": 1,
  "AccountDefaultUpdatableFields": {
    "CappedFeesAmountCap": 1,
    "CappedFeesCountCap": 1,
    "CloseDate": "2025-11-06",
    "CommercialCode": 1,
    "CountLimit": [
      {
        "EntryId": 1,
        "CountLimit": 1
      }
    ],
    "EStmtEnable": 1,
    "EStmtNotify": 1,
    "HeadOfHousehold": 1,
    "KrHoldBaseAmount": 1,
    "Limit": [
      {
        "EntryId": 1,
        "Limit": 1
      }
    ],
    "MemberGroup": 1,
    "MemberStatus": 1,
    "NonRegCcCheckHoldBaseAmt": 1,
    "PerItemLimit": [
      {
        "EntryId": 1,
        "PerItemLimit": 1
      }
    ],
    "ProxyDate": "2025-11-06",
    "Reference": "text",
    "RelationshipCode": 1,
    "RelationshipOverride": 1,
    "RelationshipOverrideEffDate": "2025-11-06",
    "RelationshipOverrideExpDate": "2025-11-06",
    "Restrict": 1,
    "StateReporting": "text",
    "StatementMailCode": 1,
    "UserAmount1": 1,
    "UserAmount2": 1,
    "UserChar1": "text",
    "UserChar2": "text",
    "UserChar3": "text",
    "UserChar4": "text",
    "UserDate1": "2025-11-06",
    "UserDate2": "2025-11-06",
    "WarningCode": [
      {
        "EntryId": 1,
        "WarningCode": 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?