DynamicsAxService Class |
The DynamicsAxService WCF Web service enables the calling application to add, update, and delete finance related data of students and staff in CampusNexus Student database.
Assembly: Cmc.CampusLink.Wcf (in Cmc.CampusLink.Wcf.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class DynamicsAxService : ServiceBase, IDynamicsAxService
The DynamicsAxService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddUpdateBankInfo |
This method enables the calling application to add or update bank and bank account information of campuses that are associated with the same legal entity in the CampusNexus Student database.
| |
| AddUpdateFundSource |
This method enables the calling application to add or update Fund Source information in the CampusNexus Student database.
| |
| AddUpdateFundSourceCampus |
This method enables the calling application to associate or update the association of a Fund Source with Campus(es) in the CampusNexus Student database.
| |
| DeleteBankAccount |
This method enables the calling application to delete the bank account details of campuses that are associated with the same legal entity in the CampusNexus Student database.
| |
| DeleteFundSource |
This method enables the calling application to delete a Fund Source record from the CampusNexus Student database.
| |
| DeleteFundSourceCampus |
This method enables the calling application to remove the association of a Fund Source from a Campus in the CampusNexus Student database.
| |
| FWSAwardPayment |
This method enables the calling application to add or update the FWS award payment details for a student in the CampusNexus Student database.
| |
| GetFWSAwardList |
This method enables the calling application to get the details of Federal Work Study Awards for a student from CampusNexus Student database.
| |
| PostDeposit |
This method enables the calling method to create a Deposit slip record and update the Deposit slip number for Payments, Disbursements, Subsidiary Payments, and Miscellaneous Receipts transactions in the CampusNexus Student database.
| |
| ProcessStudentBankAccountInfo |
This method enables the calling application to add, update, or delete Student payment details in the CampusNexus Student database.
| |
| ProcessVoid |
This method enables the calling application to void or reissue refund transactions for check and cash payment types in the CampusNexus Student database.
| |
| ProcessVoidForSubsidiary |
This method enables the calling application to void or reissue subsidiary refund transactions of payment type check and cash in the CampusNexus Student database.
| |
| SyncFacultyInfo |
This method enables the calling application to add, update, or delete the staff details in the CampusNexus Student database.
| |
| UpdateCheck |
This method enables the calling application to update the check number of a scheduled refund or stipend check transactions in the CampusNexus Student database.
| |
| UpdateCheckForSubsidiary |
This method enables the calling application to update check number for scheduled subsidiary refund transactions of type check in the CampusNexus Student database.
| |
| UpdateFWSStatus |
This method enables the calling application to verify whether the FWS award information for a student matches with the information present in the CampusNexus Student database.
| |
| UpdateGLStatusFlag |
This method enables the calling application to update the GLStatusFlag value to True, to indicate that the status of the transaction is posted.
| |
| UpdateLedgerTransaction |
This method enables the calling application to update the ledger transactions details of a student in the CampusNexus Student database.
|