Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
article_price_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| article_id | globally unique identifier | ||
| article_price_label_id | globally unique identifier | ||
| price | decimal number | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "8472bd78-24b3-4161-9c7b-815688641ddd",
"article_id": "143890a0-a8c4-4a0f-b334-35d673115164",
"article_price_label_id": "25e66035-8540-4676-bff8-af1c70138141",
"price": 4.0,
"modified_dateutc": "2026-06-16T21:22:47.3976229+00:00"
}
application/xml, text/xml
Sample:
<article_price_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <article_id>143890a0-a8c4-4a0f-b334-35d673115164</article_id> <article_price_label_id>25e66035-8540-4676-bff8-af1c70138141</article_price_label_id> <id>8472bd78-24b3-4161-9c7b-815688641ddd</id> <modified_dateutc>2026-06-16T21:22:47.397Z</modified_dateutc> <price>4</price> </article_price_list>