CollatrlTrackingType

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getCollatrlTrackingType

post

Retrieve information about a collateral tracking type.

Authorizations
Body
CollatrlTrackingTypeRecordSelectionintegerOptional
CollatrlTrackingTypeTrackingTypeintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

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

getCollatrlTrackingTypeSelectFields

post

Retrieve select fields for a specific collateral tracking type.

Authorizations
Body
CollatrlTrackingTypeRecordSelectionintegerOptional
CollatrlTrackingTypeTrackingTypeintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

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

getCollatrlTrackingTypePagedList

post

Retrieve collateral tracking types in a paged list.

Authorizations
Body
Responses
200

Successful operation.

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

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

getCollatrlTrackingTypeListSelectFields

post

Retrieve a list of select fields for collateral tracking types.

Authorizations
Body
Responses
200

Successful operation.

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

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

Successful operation.

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

searchCollatrlTrackingTypeSelectFields

post

Field for selecting various options related to searchcollatrltrackingtypeselectfields

Authorizations
Body
Responses
200

Successful operation.

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

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

Successful operation.

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

getCollatrlTrackingTypePagedListSelectFields

post

Retrieve a paged list of select fields for collateral tracking types.

Authorizations
Body
Responses
200

Successful operation.

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

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

Successful operation.

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

searchCollatrlTrackingTypePagedSelectFields

post

Search collateral tracking type paged select fields

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

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

Successful operation.

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

updateCollatrlTrackingTypeByID

post

Update Collateral Tracking Type by ID

Authorizations
Body
CollatrlTrackingTypeRecordSelectionintegerOptional
CollatrlTrackingTypeTrackingTypeintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "CollatrlTrackingTypeRecordSelection": 1,
  "CollatrlTrackingTypeTrackingType": 1,
  "CollatrlTrackingTypeUpdatableFields": {
    "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?