Method GetBusinessLogicSchemaUISchema
GetBusinessLogicSchemaUISchema(String, RequestSettingsContract, String)
Read configuration scheme of business logic schemas
Declaration
ConfigurationSchemaResultContract GetBusinessLogicSchemaUISchema(string connectionId, RequestSettingsContract requestSettings, string section)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
RequestSettingsContract | requestSettings | Request settings, e.g. Language |
System.String | section | UI schema section, see UISchemaSectionsEnum |
Returns
Type | Description |
---|---|
ConfigurationSchemaResultContract | Returns a result package with all necessary informations |
Examples
PUT http://YourServerName/InfoShare/Json/Invoice/GetBusinessLogicSchemaUISchema
Example for read configuration scheme of business logic schemasExceptions
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) |