AnalysisFloat

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getAnalysisFloat

post

Retrieve the floating analysis information

Authorizations
Body
AnalysisFloatBranchintegerRequired
Responses
200

Successful operation.

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

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

Successful operation.

{
  "AnalysisFloat": {
    "BranchReference": 1,
    "BranchValidCode": 1,
    "ForeignItemFloatDays": 1,
    "LocalFloatDays": 1,
    "NonlocalFloatDays": 1,
    "RoutingNumberFloatDays": [
      {
        "EntryId": 1,
        "RoutingNumberFloatDays": 1
      }
    ],
    "RoutingNumberPrefix": [
      {
        "EntryId": 1,
        "RoutingNumberPrefix": 1
      }
    ],
    "Branch": 1
  }
}

getAnalysisFloatSelectFields

post

Retrieve floating analysis with selected fields

Authorizations
Body
AnalysisFloatBranchintegerOptional
Responses
200

Successful operation.

application/json
post
/getAnalysisFloatSelectFields
POST /nexum/627/2022.01/parameter/getAnalysisFloatSelectFields 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&"
    }
  },
  "AnalysisFloatBranch": 1,
  "SelectableFields": {
    "IncludeAllAnalysisFloatFields": true,
    "AnalysisFloatFields": {
      "Branch": true,
      "BranchReference": true,
      "BranchValidCode": true,
      "ForeignItemFloatDays": true,
      "LocalFloatDays": true,
      "NonlocalFloatDays": true,
      "RoutingNumberFloatDays": [
        1
      ],
      "RoutingNumberPrefix": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AnalysisFloat": {
    "BranchReference": 1,
    "BranchValidCode": 1,
    "ForeignItemFloatDays": 1,
    "LocalFloatDays": 1,
    "NonlocalFloatDays": 1,
    "RoutingNumberFloatDays": [
      {
        "EntryId": 1,
        "RoutingNumberFloatDays": 1
      }
    ],
    "RoutingNumberPrefix": [
      {
        "EntryId": 1,
        "RoutingNumberPrefix": 1
      }
    ],
    "Branch": 1
  }
}

getAnalysisFloatPagedList

post

Retrieve a paged list of floating analysis

Authorizations
Body
Responses
200

Successful operation.

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

{
  "AnalysisFloat": [
    {
      "BranchReference": 1,
      "BranchValidCode": 1,
      "ForeignItemFloatDays": 1,
      "LocalFloatDays": 1,
      "NonlocalFloatDays": 1,
      "RoutingNumberFloatDays": [
        {
          "EntryId": 1,
          "RoutingNumberFloatDays": 1
        }
      ],
      "RoutingNumberPrefix": [
        {
          "EntryId": 1,
          "RoutingNumberPrefix": 1
        }
      ],
      "Branch": 1
    }
  ],
  "Token": "text"
}

getAnalysisFloatListSelectFields

post

Retrieve the list of floating analysis with selectable fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllAnalysisFloatFields": true,
    "AnalysisFloatFields": {
      "Branch": true,
      "BranchReference": true,
      "BranchValidCode": true,
      "ForeignItemFloatDays": true,
      "LocalFloatDays": true,
      "NonlocalFloatDays": true,
      "RoutingNumberFloatDays": [
        1
      ],
      "RoutingNumberPrefix": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AnalysisFloatList": {
    "hasReachedMaximumListSize": true,
    "AnalysisFloat": [
      {
        "BranchReference": 1,
        "BranchValidCode": 1,
        "ForeignItemFloatDays": 1,
        "LocalFloatDays": 1,
        "NonlocalFloatDays": 1,
        "RoutingNumberFloatDays": [
          {
            "EntryId": 1,
            "RoutingNumberFloatDays": 1
          }
        ],
        "RoutingNumberPrefix": [
          {
            "EntryId": 1,
            "RoutingNumberPrefix": 1
          }
        ],
        "Branch": 1
      }
    ]
  }
}

searchAnalysisFloatSelectFields

post

Search analysis float select fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllAnalysisFloatFields": true,
    "AnalysisFloatFields": {
      "Branch": true,
      "BranchReference": true,
      "BranchValidCode": true,
      "ForeignItemFloatDays": true,
      "LocalFloatDays": true,
      "NonlocalFloatDays": true,
      "RoutingNumberFloatDays": [
        1
      ],
      "RoutingNumberPrefix": [
        1
      ]
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AnalysisFloatList": {
    "hasReachedMaximumListSize": true,
    "AnalysisFloat": [
      {
        "BranchReference": 1,
        "BranchValidCode": 1,
        "ForeignItemFloatDays": 1,
        "LocalFloatDays": 1,
        "NonlocalFloatDays": 1,
        "RoutingNumberFloatDays": [
          {
            "EntryId": 1,
            "RoutingNumberFloatDays": 1
          }
        ],
        "RoutingNumberPrefix": [
          {
            "EntryId": 1,
            "RoutingNumberPrefix": 1
          }
        ],
        "Branch": 1
      }
    ]
  }
}

getAnalysisFloatPagedListSelectFields

post

Retrieve a paged list of floating analysis with selected fields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllAnalysisFloatFields": true,
    "AnalysisFloatFields": {
      "Branch": true,
      "BranchReference": true,
      "BranchValidCode": true,
      "ForeignItemFloatDays": true,
      "LocalFloatDays": true,
      "NonlocalFloatDays": true,
      "RoutingNumberFloatDays": [
        1
      ],
      "RoutingNumberPrefix": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AnalysisFloat": [
    {
      "BranchReference": 1,
      "BranchValidCode": 1,
      "ForeignItemFloatDays": 1,
      "LocalFloatDays": 1,
      "NonlocalFloatDays": 1,
      "RoutingNumberFloatDays": [
        {
          "EntryId": 1,
          "RoutingNumberFloatDays": 1
        }
      ],
      "RoutingNumberPrefix": [
        {
          "EntryId": 1,
          "RoutingNumberPrefix": 1
        }
      ],
      "Branch": 1
    }
  ],
  "Token": "text"
}

searchAnalysisFloatPagedSelectFields

post

Search analysis float paged select fields

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllAnalysisFloatFields": true,
    "AnalysisFloatFields": {
      "Branch": true,
      "BranchReference": true,
      "BranchValidCode": true,
      "ForeignItemFloatDays": true,
      "LocalFloatDays": true,
      "NonlocalFloatDays": true,
      "RoutingNumberFloatDays": [
        1
      ],
      "RoutingNumberPrefix": [
        1
      ]
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "AnalysisFloat": [
    {
      "BranchReference": 1,
      "BranchValidCode": 1,
      "ForeignItemFloatDays": 1,
      "LocalFloatDays": 1,
      "NonlocalFloatDays": 1,
      "RoutingNumberFloatDays": [
        {
          "EntryId": 1,
          "RoutingNumberFloatDays": 1
        }
      ],
      "RoutingNumberPrefix": [
        {
          "EntryId": 1,
          "RoutingNumberPrefix": 1
        }
      ],
      "Branch": 1
    }
  ],
  "Token": "text"
}

updateAnalysisFloatByID

post

Update Analysis Float by ID

Authorizations
Body
AnalysisFloatBranchintegerOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "AnalysisFloatBranch": 1,
  "AnalysisFloatUpdatableFields": {
    "BranchReference": 1,
    "BranchValidCode": 1,
    "ForeignItemFloatDays": 1,
    "LocalFloatDays": 1,
    "NonlocalFloatDays": 1,
    "RoutingNumberFloatDays": [
      {
        "EntryId": 1,
        "RoutingNumberFloatDays": 1
      }
    ],
    "RoutingNumberPrefix": [
      {
        "EntryId": 1,
        "RoutingNumberPrefix": 1
      }
    ]
  },
  "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?