Skip to content

API Keyword Product

Robert Polak edited this page Jul 12, 2019 · 28 revisions

Home / API / Keyword Product

The API Keyword Product Methods list with Parameters and Return examples.

Read

Read - Details

Reads product keywords. If all parameters are sent then all Keyword Products are returned. Otherwise the set will be restricted to Keyword Products 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 Keyword Product Code

Return: Array [ Object ]

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

Create

Create - Details

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 Keyword Product Code
PrcCode Integer Product Code

Return: String with value of success


Update

Update - Details

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


Delete

Create - Details

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 Keyword Product Code

Return: String with value of success


Clone this wiki locally