Show/Hide Toolbars

Therefore Web API Programming Interface 1.0

REST URL (POST) https://tenant.thereforeonline.com/theservice/v0001/restun/AddDictionaryKeyword

SOAP Action (POST) http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/AddDictionaryKeyword

 

Adds a new keyword to the keyword dictionary. Keyword dictionary can be located either by ByDictionaryID or by ByDictionaryTypeNo.

 

 

Input Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/AddDictionaryKeyword

 

Element Name

Element Type

Restrictions

Description

â–  parameters

 

 


â–¡ ByDictionaryID

xs:int

optional nillable

Sets the dictionary id so a new keyword can be added. One of ByDictionaryID or ByDictionaryTypeNo must be specified (do not set to nil, absent or 0(zero)). If both are specified, the ByDictionaryID will be taken into account.

â–¡ ByDictionaryTypeNo

xs:int

optional nillable

Sets the dictionary type number so a new keyword can be added. One of ByDictionaryTypeNo or ByDictionaryID must be specified (do not set to nil, absent or 0(zero)).

â–  IsKeywordDeactivated

xs:boolean

optional

Sets to True to deactivate new keyword. Otherwise set to False.

â–¡ KeywordName

xs:string

mandatory nillable

Sets the name for a new keyword.

 

 

Output Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/AddDictionaryKeywordResponse

 

Element Name

Element Type

Restrictions

Description

â–  parameters

 

 


â–  KeywordID

xs:int

optional

Gets the identity of new keyword.

 

 

 

Legend:

 

â– 

Not nillable element.

â–¡

Nillable element.

≡

Unbounded element (List of elements).

Normal

Optional element.

Bold

Mandatory element.

 

 

© 2022 Therefore Corporation, all rights reserved.