GlTrackingType

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getGlTrackingType

post

Retrieve GL tracking type data.

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

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

Successful operation.

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

getGlTrackingTypeSelectFields

post

Get the getGlTrackingTypeSelectFields data.

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

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

Successful operation.

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

getGlTrackingTypePagedList

post

Retrieve paged GL tracking type data.

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

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

getGlTrackingTypeListSelectFields

post

Retrieve select fields for a list of GL tracking type data.

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

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

Successful operation.

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

searchGlTrackingTypeSelectFields

post

Field for selecting various options related to searchgltrackingtypeselectfields

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

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

Successful operation.

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

getGlTrackingTypePagedListSelectFields

post

Get the getGlTrackingTypePagedListSelectFields data.

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

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

Successful operation.

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

searchGlTrackingTypePagedSelectFields

post

Field for selecting various options related to searchgltrackingtypepagedselectfields

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

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

Successful operation.

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

updateGlTrackingTypeByID

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "GlTrackingTypeRecordSelection": 1,
  "GlTrackingTypeTrackingType": 1,
  "GlTrackingTypeUpdatableFields": {
    "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?