AcctTypeName

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getAcctTypeName

post

Retrieve the account type name

Authorizations
Body
AcctTypeNameAcctTypeintegerRequired
Responses
200

Successful operation.

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

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

Successful operation.

{
  "AcctTypeName": {
    "Description": "text",
    "AcctType": 1
  }
}

getAcctTypeNameSelectFields

post

Retrieve account type names with selected fields

Authorizations
Body
AcctTypeNameAcctTypeintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "AcctTypeNameAcctType": 1,
  "SelectableFields": {
    "IncludeAllAcctTypeNameFields": true,
    "AcctTypeNameFields": {
      "AcctType": true,
      "Description": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AcctTypeName": {
    "Description": "text",
    "AcctType": 1
  }
}

getAcctTypeNamePagedList

post

Retrieve a paged list of account type names

Authorizations
Body
Responses
200

Successful operation.

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

{
  "AcctTypeName": [
    {
      "Description": "text",
      "AcctType": 1
    }
  ],
  "Token": "text"
}

getAcctTypeNameListSelectFields

post

Retrieve the list of account type names with selectable fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllAcctTypeNameFields": true,
    "AcctTypeNameFields": {
      "AcctType": true,
      "Description": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AcctTypeNameList": {
    "hasReachedMaximumListSize": true,
    "AcctTypeName": [
      {
        "Description": "text",
        "AcctType": 1
      }
    ]
  }
}

searchAcctTypeNameSelectFields

post

Search account type name select fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllAcctTypeNameFields": true,
    "AcctTypeNameFields": {
      "AcctType": true,
      "Description": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AcctTypeNameList": {
    "hasReachedMaximumListSize": true,
    "AcctTypeName": [
      {
        "Description": "text",
        "AcctType": 1
      }
    ]
  }
}

getAcctTypeNamePagedListSelectFields

post

Retrieve a paged list of account type names with selected fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllAcctTypeNameFields": true,
    "AcctTypeNameFields": {
      "AcctType": true,
      "Description": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AcctTypeName": [
    {
      "Description": "text",
      "AcctType": 1
    }
  ],
  "Token": "text"
}

searchAcctTypeNamePagedSelectFields

post

Search account type name paged select fields

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllAcctTypeNameFields": true,
    "AcctTypeNameFields": {
      "AcctType": true,
      "Description": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AcctTypeName": [
    {
      "Description": "text",
      "AcctType": 1
    }
  ],
  "Token": "text"
}

updateAcctTypeNameByID

post

Update Account Type Name by ID

Authorizations
Body
AcctTypeNameAcctTypeintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "AcctTypeNameAcctType": 1,
  "AcctTypeNameUpdatableFields": {
    "Description": "text"
  },
  "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?