Skip to main content
POST
Create product

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
productId
string
required
Example:

"prd_sme_current"

name
string
required
productClass
string
required
Example:

"current_account"

status
string
required
Example:

"active"

version
string
required
Example:

"2026.03"

Response

200 - application/json

OK

productId
string
required
Example:

"prd_sme_current"

name
string
required
productClass
string
required
Example:

"current_account"

status
string
required
Example:

"active"

version
string
required
Example:

"2026.03"