AcctTrackingType

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getAcctTrackingType

post

Retrieve the account tracking type

Authorizations
Body
AcctTrackingTypeRecordSelectionintegerOptional
AcctTrackingTypeTrackingTypeintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "AcctTrackingType": {
    "Description": "text",
    "Field": [
      {
        "EntryId": 1,
        "Field": "text"
      }
    ],
    "ParentClosingOption": true,
    "RecordSelection": 1,
    "TrackingType": 1
  }
}

getAcctTrackingTypeSelectFields

post

Retrieve account tracking types with selected fields

Authorizations
Body
AcctTrackingTypeRecordSelectionintegerOptional
AcctTrackingTypeTrackingTypeintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "AcctTrackingTypeRecordSelection": 1,
  "AcctTrackingTypeTrackingType": 1,
  "SelectableFields": {
    "IncludeAllAcctTrackingTypeFields": true,
    "AcctTrackingTypeFields": {
      "Description": true,
      "Field": [
        1
      ],
      "ParentClosingOption": true,
      "RecordSelection": true,
      "TrackingType": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AcctTrackingType": {
    "Description": "text",
    "Field": [
      {
        "EntryId": 1,
        "Field": "text"
      }
    ],
    "ParentClosingOption": true,
    "RecordSelection": 1,
    "TrackingType": 1
  }
}

getAcctTrackingTypePagedList

post

Retrieve a paged list of account tracking types

Authorizations
Body
Responses
200

Successful operation.

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

{
  "AcctTrackingType": [
    {
      "Description": "text",
      "Field": [
        {
          "EntryId": 1,
          "Field": "text"
        }
      ],
      "ParentClosingOption": true,
      "RecordSelection": 1,
      "TrackingType": 1
    }
  ],
  "Token": "text"
}

getAcctTrackingTypeListSelectFields

post

Retrieve the list of account tracking types with selectable fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllAcctTrackingTypeFields": true,
    "AcctTrackingTypeFields": {
      "Description": true,
      "Field": [
        1
      ],
      "ParentClosingOption": true,
      "RecordSelection": true,
      "TrackingType": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AcctTrackingTypeList": {
    "hasReachedMaximumListSize": true,
    "AcctTrackingType": [
      {
        "Description": "text",
        "Field": [
          {
            "EntryId": 1,
            "Field": "text"
          }
        ],
        "ParentClosingOption": true,
        "RecordSelection": 1,
        "TrackingType": 1
      }
    ]
  }
}

searchAcctTrackingTypeSelectFields

post

Search account tracking type select fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllAcctTrackingTypeFields": true,
    "AcctTrackingTypeFields": {
      "Description": true,
      "Field": [
        1
      ],
      "ParentClosingOption": true,
      "RecordSelection": true,
      "TrackingType": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AcctTrackingTypeList": {
    "hasReachedMaximumListSize": true,
    "AcctTrackingType": [
      {
        "Description": "text",
        "Field": [
          {
            "EntryId": 1,
            "Field": "text"
          }
        ],
        "ParentClosingOption": true,
        "RecordSelection": 1,
        "TrackingType": 1
      }
    ]
  }
}

getAcctTrackingTypePagedListSelectFields

post

Retrieve a paged list of account tracking types with selected fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllAcctTrackingTypeFields": true,
    "AcctTrackingTypeFields": {
      "Description": true,
      "Field": [
        1
      ],
      "ParentClosingOption": true,
      "RecordSelection": true,
      "TrackingType": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AcctTrackingType": [
    {
      "Description": "text",
      "Field": [
        {
          "EntryId": 1,
          "Field": "text"
        }
      ],
      "ParentClosingOption": true,
      "RecordSelection": 1,
      "TrackingType": 1
    }
  ],
  "Token": "text"
}

searchAcctTrackingTypePagedSelectFields

post

Search account tracking type paged select fields

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllAcctTrackingTypeFields": true,
    "AcctTrackingTypeFields": {
      "Description": true,
      "Field": [
        1
      ],
      "ParentClosingOption": true,
      "RecordSelection": true,
      "TrackingType": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AcctTrackingType": [
    {
      "Description": "text",
      "Field": [
        {
          "EntryId": 1,
          "Field": "text"
        }
      ],
      "ParentClosingOption": true,
      "RecordSelection": 1,
      "TrackingType": 1
    }
  ],
  "Token": "text"
}

updateAcctTrackingTypeByID

post

Update Account Tracking Type by ID

Authorizations
Body
AcctTrackingTypeRecordSelectionintegerOptional
AcctTrackingTypeTrackingTypeintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "AcctTrackingTypeRecordSelection": 1,
  "AcctTrackingTypeTrackingType": 1,
  "AcctTrackingTypeUpdatableFields": {
    "Description": "text",
    "Field": [
      {
        "EntryId": 1,
        "Field": "text"
      }
    ],
    "ParentClosingOption": 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?