📚 SAP Business One SDK Help

DepositsService Object Members
See Also  Overview 

Public Methods

Public Method AddDepositAdds a deposit.
Public Method CancelCheckRowCancels a check that was received as an incoming payment together with the incoming payment document.
Public Method CancelCheckRowbyCurrentSystemDateCancelCheckRowbyCurrentSystemDate
Public Method CancelDepositCancels an existing deposit.
Public Method CancelDepositbyCurrentSystemDateCancelDepositbyCurrentSystemDate
Public Method GetDataInterfaceCreates an empty data structure for use with the DepositsService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetDepositRetrieves a deposit.

The deposit is specified by its key, which is contained in the DepositParams object passed to the method.

Public Method GetDepositListReturns the DepositsParams data collection that identify all deposits.
Public Method UpdateDepositUpdates an existing deposit.

The data for the deposit, including the key of the deposit to be updated, is contained in the Deposit object passed to the method. To update a deposit, you must first retrieve it using the GetDeposit method.

See Also