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": "7da77819-73d0-4077-95c5-793e6d541685",
"article_id": "6f470c66-7e8a-41c1-9267-ab38f51b534c",
"article_price_label_id": "29f1413b-23ee-424d-af73-685215ec0223",
"price": 4.0,
"modified_dateutc": "2026-03-07T13:17:51.1711952+00:00"
}
application/xml, text/xml
Sample:
<article_price_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <article_id>6f470c66-7e8a-41c1-9267-ab38f51b534c</article_id> <article_price_label_id>29f1413b-23ee-424d-af73-685215ec0223</article_price_label_id> <id>7da77819-73d0-4077-95c5-793e6d541685</id> <modified_dateutc>2026-03-07T13:17:51.171Z</modified_dateutc> <price>4</price> </article_price_list>