Retrieves all the article price label
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
article_price_label| Name | Description | Type | Additional 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": "59626b83-4fd9-40ba-9edb-fba51fec88a3",
"name": "sample string 2",
"code": "sample string 3",
"modified_dateutc": "2026-03-09T08:08:40.0256534+00:00",
"db_currency_id": "45acd7f4-dc64-4205-a737-6a56c3df0b16",
"db_currency_code": "sample string 6"
}