Skip to content

Release Product

damiancosmoschapman edited this page Sep 12, 2022 · 5 revisions

Home / API / Release Product

Read.

Reads a Release Product association.

Authentication: Windows

Privilege : Moderator , Power User

Method: PxStat.Data.ReleaseProductAssociation_API.Read

Parameters:

Name Type Default Description
RlsCode Int Release Code
LngIsoCode String [Default language ISO code for system] ISO Language Code

Return: Array [ Object ]

Name Type Description
PrcCode Int Product Code
ProductValue String Product value
SbjCode String Subject code
SbjValue String Subject value

Create.

Creates a Release Product association.

Authentication: Windows

Privilege : Moderator , Power User

Method: PxStat.Data.ReasonRelease_API.Create

Parameters:

Name Type Default Description
RlsCode Int Release Code
PrcCode String Product Code

Return: String with value of success


Delete.

Deletes a Release Product association.

Authentication: Windows

Privilege : Moderator , Power User

Method: PxStat.Data.ReasonRelease_API.Delete

Parameters:

Name Type Default Description
RlsCode Int Release Code
PrcCode String Product Code

Return: String with value of success

Clone this wiki locally