WireIntermedFi

Perform various operations on wire intermediary FI records.

Symitar eDocs References: Coming soon.

Operations

getWireIntermedFiAdvSelectFields

post

Retrieve intermediary financial institution details with selected fields and advanced information

Authorizations
Body
WireSequenceNumberintegerOptional
WireIntermedFiAdvLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/persistent/wire/getWireIntermedFiAdvSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 292

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireSequenceNumber": 1,
  "WireIntermedFiAdvLocator": 1,
  "SelectableFields": {
    "IncludeAllWireIntermedFiAdvFields": true,
    "WireIntermedFiAdvFields": {
      "Locator": true,
      "Text": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireIntermedFiAdv": {
    "Locator": 1,
    "Text": [
      {
        "EntryId": 1,
        "Text": "text"
      }
    ]
  }
}

getWireIntermedFiAdvPagedListSelectFields

post

Retrieve paged intermediary financial institution details with selected fields and advanced information

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/persistent/wire/getWireIntermedFiAdvPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 357

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireSequenceNumber": 1,
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllWireIntermedFiAdvFields": true,
    "WireIntermedFiAdvFields": {
      "Locator": true,
      "Text": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireIntermedFiAdv": [
    {
      "Locator": 1,
      "Text": [
        {
          "EntryId": 1,
          "Text": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

searchWireIntermedFiAdvPagedSelectFields

post

Searches for wire intermediary financial institution advanced paged information with selected fields

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/persistent/wire/searchWireIntermedFiAdvPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 389

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireSequenceNumber": 1,
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllWireIntermedFiAdvFields": true,
    "WireIntermedFiAdvFields": {
      "Locator": true,
      "Text": [
        1
      ]
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireIntermedFiAdv": [
    {
      "Locator": 1,
      "Text": [
        {
          "EntryId": 1,
          "Text": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

getWireIntermedFiInfoSelectFields

post

Retrieve intermediary financial institution information with selected fields

Authorizations
Body
WireSequenceNumberintegerOptional
WireIntermedFiInfoLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/persistent/wire/getWireIntermedFiInfoSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 295

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireSequenceNumber": 1,
  "WireIntermedFiInfoLocator": 1,
  "SelectableFields": {
    "IncludeAllWireIntermedFiInfoFields": true,
    "WireIntermedFiInfoFields": {
      "Locator": true,
      "Text": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireIntermedFiInfo": {
    "Locator": 1,
    "Text": [
      {
        "EntryId": 1,
        "Text": "text"
      }
    ]
  }
}

getWireIntermedFiInfoPagedListSelectFields

post

Retrieve paged intermediary financial institution information with selected fields

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/persistent/wire/getWireIntermedFiInfoPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 359

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireSequenceNumber": 1,
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllWireIntermedFiInfoFields": true,
    "WireIntermedFiInfoFields": {
      "Locator": true,
      "Text": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireIntermedFiInfo": [
    {
      "Locator": 1,
      "Text": [
        {
          "EntryId": 1,
          "Text": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

searchWireIntermedFiInfoPagedSelectFields

post

Searches for wire intermediary financial institution information paged with selected fields

Authorizations
Body
WireSequenceNumberintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/persistent/wire/searchWireIntermedFiInfoPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 391

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireSequenceNumber": 1,
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllWireIntermedFiInfoFields": true,
    "WireIntermedFiInfoFields": {
      "Locator": true,
      "Text": [
        1
      ]
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireIntermedFiInfo": [
    {
      "Locator": 1,
      "Text": [
        {
          "EntryId": 1,
          "Text": "text"
        }
      ]
    }
  ],
  "Token": "text"
}

updateWireIntermedFiAdvByID

post

Updates wire intermediary financial institution advanced information by ID

Authorizations
Body
WireSequenceNumberintegerOptional
WireIntermedFiAdvLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/persistent/wire/updateWireIntermedFiAdvByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 253

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireSequenceNumber": 1,
  "WireIntermedFiAdvLocator": 1,
  "WireIntermedFiAdvFields": {
    "Locator": 1,
    "Text": [
      {
        "EntryId": 1,
        "Text": "text"
      }
    ]
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {
    "isAllFieldsUpdateSuccess": true,
    "FailedUpdateStatus": {
      "Record": "text",
      "ErrorCode": "text",
      "ErrorMessage": "text",
      "PrimaryKeyField": [
        {
          "Name": "text",
          "Value": "text"
        }
      ]
    }
  }
}

updateWireIntermedFiInfoByID

post

Updates wire intermediary financial institution information by ID

Authorizations
Body
WireSequenceNumberintegerOptional
WireIntermedFiInfoLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
POST /nexum/627/persistent/wire/updateWireIntermedFiInfoByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 255

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireSequenceNumber": 1,
  "WireIntermedFiInfoLocator": 1,
  "WireIntermedFiInfoFields": {
    "Locator": 1,
    "Text": [
      {
        "EntryId": 1,
        "Text": "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?