Method UpdateCustomerBusinessLogicSetting
UpdateCustomerBusinessLogicSetting(String, RequestSettingsContract, CustomerBusinessLogicSettingUpdateContract)
Update customer business logic setting
Declaration
RequestResultContract UpdateCustomerBusinessLogicSetting(string connectionId, RequestSettingsContract requestSettings, CustomerBusinessLogicSettingUpdateContract customerBusinessLogicSetting)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
RequestSettingsContract | requestSettings | Request settings, e.g. Language |
CustomerBusinessLogicSettingUpdateContract | customerBusinessLogicSetting | Customer business logic setting to be edited or added or deleted |
Returns
Type | Description |
---|---|
RequestResultContract | Returns the result of the query |
Examples
PUT http://YourServerName/InfoShare/Json/Invoice/UpdateCustomerBusinessLogicSetting
Example for update customer business logic setting.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) |