Click or drag to resize
Infosoft Logo

IAccountTextServiceCreateAccountText Method

Creates an Account Text Entity.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
AccountTextResponse CreateAccountText(
	CreateAccountTextRequest request
)

Parameters

request  CreateAccountTextRequest
The request including the Account Text to create.

Return Value

AccountTextResponse
The created Account Text
See Also