Retrieves the article price label with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "1e1e558a-980c-47bc-b958-2ff364cc1d35",
"name": "sample string 2",
"code": "sample string 3",
"modified_dateutc": "2025-11-01T23:59:39.181339+00:00",
"db_currency_id": "5ac34f69-149c-47c5-bb97-6f7777591425",
"db_currency_code": "sample string 6"
}