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