Method GetTaxCodes
GetTaxCodes(String, SelectionSettingsContract, String, String)
Get tax codes
Declaration
TaxCodesResultContract GetTaxCodes(string connectionId, SelectionSettingsContract selectionSettings, string companyNumber, string taxCodeNumber)
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 tax codes with the company number, default: |
System.String | taxCodeNumber | Filter tax codes with the tax code, default: |
Returns
Type | Description |
---|---|
TaxCodesResultContract | Returns a result package with all necessary informations |
Examples
PUT http://YourServerName/InfoShare/Json/Invoice/GetTaxCodes
Example for read tax codes.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) |