Linked Account Details REST Endpoints
Higher Education Customer Accounts/Linked Account Details
Linked customer accounts are the in receivables customer accounts that are configured such that they can be used in student management.
- Delete a linked account details
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/linkedAccountDetails/{AccountId}
- Get a linked account details
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/linkedAccountDetails/{AccountId}
- Get all linked account details
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/linkedAccountDetails
- Update a linked account details
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedCustomerAccounts/{PartyId}/child/linkedAccountDetails/{AccountId}