WireUscAudit

Perform various operations on wire U.S. Central (USC) records.

Symitar eDocs References: Coming soon.

Operations

getWireUscAuditInfo

post

Retrieves wire USC audit information

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

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

Successful operation.

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

getWireUscAuditInfoSelectFields

post

Retrieves wire USC audit information with selected fields

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireSequenceNumber": 1,
  "WireUscAuditInfoLocator": 1,
  "SelectableFields": {
    "IncludeAllWireUscAuditInfoFields": true,
    "WireUscAuditInfoFields": {
      "Locator": true,
      "Text": [
        1
      ]
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

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

getWireUscAuditInfoPagedList

post

Retrieves a paged list of wire USC audit information

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireSequenceNumber": 1,
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

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

getWireUscAuditInfoListSelectFields

post

Retrieves a list of wire USC audit information with selected fields

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

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

Successful operation.

{
  "WireUscAuditInfoList": {
    "hasReachedMaximumListSize": true,
    "WireUscAuditInfo": [
      {
        "Locator": 1,
        "Text": [
          {
            "EntryId": 1,
            "Text": "text"
          }
        ]
      }
    ]
  }
}

searchWireUscAuditInfoSelectFields

post

Searches for wire USC audit information with selected fields

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireSequenceNumber": 1,
  "SelectableFields": {
    "IncludeAllWireUscAuditInfoFields": true,
    "WireUscAuditInfoFields": {
      "Locator": true,
      "Text": [
        1
      ]
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "WireUscAuditInfoList": {
    "hasReachedMaximumListSize": true,
    "WireUscAuditInfo": [
      {
        "Locator": 1,
        "Text": [
          {
            "EntryId": 1,
            "Text": "text"
          }
        ]
      }
    ]
  }
}

getWireUscAuditInfoPagedListSelectFields

post

Retrieves a paged list of wire USC audit information with selected fields

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

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

Successful operation.

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

searchWireUscAuditInfoPagedSelectFields

post

Searches for wire USC audit information paged with selected fields

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

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

Successful operation.

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

updateWireUscAuditInfoByID

post

Updates USC audit information for a wire by ID

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "WireUscAuditInfoLocator": 1,
  "WireUscAuditInfoUpdatableFields": {
    "Text": [
      {
        "EntryId": 1,
        "Text": "text"
      }
    ]
  },
  "WireSequenceNumber": 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?