UserTrackingType

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getUserTrackingType

post

No description available.

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

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

Successful operation.

{
  "UserTrackingType": {
    "Description": "text",
    "ParentClosingOption": true,
    "UserRate20": [
      {
        "EntryId": 1,
        "UserRate20": "text"
      }
    ],
    "RecordSelection": 1,
    "TrackingType": 1
  }
}

getUserTrackingTypeSelectFields

post

No description available.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "UserTrackingTypeRecordSelection": 1,
  "UserTrackingTypeTrackingType": 1,
  "SelectableFields": {
    "IncludeAllUserTrackingTypeFields": true,
    "UserTrackingTypeFields": {
      "Description": true,
      "ParentClosingOption": true,
      "RecordSelection": true,
      "TrackingType": true,
      "UserRate20": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UserTrackingType": {
    "Description": "text",
    "ParentClosingOption": true,
    "UserRate20": [
      {
        "EntryId": 1,
        "UserRate20": "text"
      }
    ],
    "RecordSelection": 1,
    "TrackingType": 1
  }
}

getUserTrackingTypePagedList

post

No description available.

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

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

getUserTrackingTypeListSelectFields

post

No description available.

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

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

Successful operation.

{
  "UserTrackingTypeList": {
    "hasReachedMaximumListSize": true,
    "UserTrackingType": [
      {
        "Description": "text",
        "ParentClosingOption": true,
        "UserRate20": [
          {
            "EntryId": 1,
            "UserRate20": "text"
          }
        ],
        "RecordSelection": 1,
        "TrackingType": 1
      }
    ]
  }
}

searchUserTrackingTypeSelectFields

post

Fields available for selecting when retrieving User Tracking Type data

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

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

Successful operation.

{
  "UserTrackingTypeList": {
    "hasReachedMaximumListSize": true,
    "UserTrackingType": [
      {
        "Description": "text",
        "ParentClosingOption": true,
        "UserRate20": [
          {
            "EntryId": 1,
            "UserRate20": "text"
          }
        ],
        "RecordSelection": 1,
        "TrackingType": 1
      }
    ]
  }
}

getUserTrackingTypePagedListSelectFields

post

No description available.

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

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

Successful operation.

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

searchUserTrackingTypePagedSelectFields

post

Fields available for selecting when retrieving paginated User Tracking Type data

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

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

Successful operation.

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

updateUserTrackingTypeByID

post

Update user tracking type by ID

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "UserTrackingTypeRecordSelection": 1,
  "UserTrackingTypeTrackingType": 1,
  "UserTrackingTypeUpdatableFields": {
    "Description": "text",
    "ParentClosingOption": true,
    "UserRate20": [
      {
        "EntryId": 1,
        "UserRate20": "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?