Skip to content

API Keyword Product

DeclanBuckley edited this page Jan 4, 2019 · 28 revisions

Read

Reads product keywords

Authentication: Windows

Privilege : PowerUser

Method: PxStat.System.Navigation.Keyword_Product_API.Read

Parameters:

Name Type Default Description
Sbjcode Integer
PrcCode Integer
KprCode Integer

Return: Array [ Object ]

Name Type Description
Sbjcode Integer
PrcCode Integer
KprCode Integer

Create

Creates a non-mandatory product keyword

Authentication: Windows

Privilege : PowerUser

Method: PxStat.System.Navigation.Keyword_Product_API.Create

Parameters:

Name Type Default Description
KprValue String
PrcCode Integer

Return: Array [ Object ]

Name Type Description
KprValue String
PrcCode Integer
KprMandatoryFlag Bit

Update

Updates a product keyword. Update and retrieve the number of updated rows.

Authentication: Windows

Privilege : PowerUser

Method: PxStat.System.Navigation.Keyword_Product_API.Update

Parameters:

Name Type Default Description
KprValue String
KprCode Integer

Return: Array [ Object ]

Name Type Description
PrcCode Integer
SbjCode Integer
PrcValue String
userName String

Delete

Deletes a product keyword. Deletes record(s) from the TD_Product table.

Authentication: Windows

Privilege : PowerUser

Method: PxStat.System.Navigation.Keyword_Product_API.Delete

Parameters:

Name Type Default Description
KprCode Integer

Return: Array [ Object ]

Name Type Description
PrcCode String
userName String
Clone this wiki locally