Skip to content

API Keyword Product

Robert Polak edited this page Jun 17, 2019 · 28 revisions

Read

Reads product keywords. If all parameters are sent then all KeywordProducts are returned. Otherwise the set will be restricted to KeywordProducts that correspond to the parameter combination.

Authentication: Windows

Privilege : Administrator , Power User

Method: PxStat.System.Navigation.Keyword_Product_API.Read

Parameters:

Name Type Default Description
SbjCode Integer 0 or empty Subject Code
PrcCode Integer 0 or empty Product Code
KprCode Integer 0 or empty KeywordProduct code

Return: Array [ KeywordProduct ]

Name Type Description
KprCode Integer KeywordProduct code
KprValue String KeywordProduct value
KprMandatoryFlag Boolean Denotes if this is a Mandatory Keyword
SbjCode Integer Subject code
PrcCode Integer Product value

Create

Creates a non-mandatory product keyword

Authentication: Windows

Privilege : Administrator , Power User

Method: PxStat.System.Navigation.Keyword_Product_API.Create

Parameters:

Name Type Default Description
KprValue String KeywordProduct code
PrcCode Integer Product code

Return: String with value of success or error

Update

Updates a product keyword.

Authentication: Windows

Privilege : Administrator , Power User

Method: PxStat.System.Navigation.Keyword_Product_API.Update

Parameters:

Name Type Default Description
KprValue String KeywordProduct value
KprCode Integer KeywordProduct code

Return: String with value of success or error

Delete

Deletes a product keyword.

Authentication: Windows

Privilege : Administrator , Power User

Method: PxStat.System.Navigation.Keyword_Product_API.Delete

Parameters:

Name Type Default Description
KprCode Integer KeywordProduct code

Return: String with value of success or error

Clone this wiki locally