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": "002c94da-ad78-4fd6-904c-1276b23c7106",
"name": "sample string 2",
"code": "sample string 3",
"modified_dateutc": "2026-06-12T20:08:32.4830773+00:00",
"db_currency_id": "9b1d58f3-8bdd-4e16-8863-508763776afd",
"db_currency_code": "sample string 6"
}