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 | |
| 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": "757e24e5-d13b-4e6e-9202-e893003fa449",
"name": "sample string 2",
"is_default": true,
"sales_organization_id": "8ade4c8b-7f74-404b-9eb9-76a92c555f7f",
"modified_dateutc": "2026-01-12T00:15:57.5497191+00:00",
"db_currency_id": "3fd4eea6-3604-480a-ae63-d34ab49b3430",
"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>3fd4eea6-3604-480a-ae63-d34ab49b3430</db_currency_id> <db_currency_name>sample string 8</db_currency_name> <db_currency_symbol>sample string 9</db_currency_symbol> <id>757e24e5-d13b-4e6e-9202-e893003fa449</id> <is_default>true</is_default> <modified_dateutc>2026-01-12T00:15:57.549Z</modified_dateutc> <name>sample string 2</name> <sales_organization_id>8ade4c8b-7f74-404b-9eb9-76a92c555f7f</sales_organization_id> </article_price_label>