Deposit Received Communications REST Endpoints
Billing and Payment/Deposit Received Communications
The Deposit Received Communications resource is used to get communications about deposits received.
- Create a set of received deposit communication data
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDepositReceivedCommunications
- Delete a received deposit communication data
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorDepositReceivedCommunications/{publicSectorDepositReceivedCommunicationsUniqID}
- Get a received deposit communication data
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDepositReceivedCommunications/{publicSectorDepositReceivedCommunicationsUniqID}
- Get all received deposit communication data
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDepositReceivedCommunications
- Update a received deposit communication data
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorDepositReceivedCommunications/{publicSectorDepositReceivedCommunicationsUniqID}