Method GetVendorBankDetails
GetVendorBankDetails(String, SelectionSettingsContract, String, String, String)
Read vendor bank details
Declaration
VendorBankDetailsResultContract GetVendorBankDetails(string connectionId, SelectionSettingsContract selectionSettings, string companyNumber, string vendorNumber, string vendorBankDetailsNumber)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
SelectionSettingsContract | selectionSettings | Represents data reading settings |
System.String | companyNumber | Optional: Filter vendor bank details with the company number, default: |
System.String | vendorNumber | Optional: Filter vendor bank details with the vendor number, default: |
System.String | vendorBankDetailsNumber | Optional: Filter vendor bank details with the vendor bank details number, default: |
Returns
Type | Description |
---|---|
VendorBankDetailsResultContract | Returns a result package with all necessary informations |
Examples
PUT http://YourServerName/InfoShare/Json/Invoice/GetVendorBankDetails
Example for read vendor bank details.Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |