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 | |
| name | string | ||
| is_default | boolean | ||
| sales_organization_id | globally unique identifier | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| db_currency_id | globally unique identifier | ||
| db_currency_code | string | ||
| db_currency_name | string | ||
| db_currency_symbol | string |
Response Formats
application/json, text/json
Sample:
{
"id": "5163c573-d793-4e52-ba46-62decca4fdba",
"name": "sample string 2",
"is_default": true,
"sales_organization_id": "0250ce4f-ea15-42e3-a833-610b9d47ce60",
"modified_dateutc": "2026-01-11T21:03:39.3400434+00:00",
"db_currency_id": "b30c408a-f7ca-4d3f-90b0-35928f79c6ac",
"db_currency_code": "sample string 7",
"db_currency_name": "sample string 8",
"db_currency_symbol": "sample string 9"
}
application/xml, text/xml
Sample:
<article_price_label xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_currency_code>sample string 7</db_currency_code> <db_currency_id>b30c408a-f7ca-4d3f-90b0-35928f79c6ac</db_currency_id> <db_currency_name>sample string 8</db_currency_name> <db_currency_symbol>sample string 9</db_currency_symbol> <id>5163c573-d793-4e52-ba46-62decca4fdba</id> <is_default>true</is_default> <modified_dateutc>2026-01-11T21:03:39.340Z</modified_dateutc> <name>sample string 2</name> <sales_organization_id>0250ce4f-ea15-42e3-a833-610b9d47ce60</sales_organization_id> </article_price_label>