Retrieves all the article price label

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

article_price_label
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

name

Name of article price label

string

Required

code

Code of article price label

string
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date
db_currency_id

FK of db_currency

globally unique identifier
db_currency_code

Currency code using for adding/updating currency

string

Response Formats

application/json, text/json

Sample:
{
  "id": "47a3d185-dbea-4966-ac15-42f18ec0516f",
  "name": "sample string 2",
  "code": "sample string 3",
  "modified_dateutc": "2026-09-21T08:42:58.3872438+00:00",
  "db_currency_id": "0725a6e7-1889-4ed2-92ff-28ac0812ec6f",
  "db_currency_code": "sample string 6"
}