Request Information
URI Parameters :
None.
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": "138a6e4d-dbf0-46eb-8ac5-6eae969bd12c",
"article_id": "115df9ce-96d8-487d-8316-33afbec26650",
"article_price_label_id": "39040b2a-4764-4169-a187-f82c60d1136f",
"price": 4.0,
"modified_dateutc": "2026-06-16T21:20:11.3547196+00:00"
}
application/xml, text/xml
Sample:
<article_price_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <article_id>115df9ce-96d8-487d-8316-33afbec26650</article_id> <article_price_label_id>39040b2a-4764-4169-a187-f82c60d1136f</article_price_label_id> <id>138a6e4d-dbf0-46eb-8ac5-6eae969bd12c</id> <modified_dateutc>2026-06-16T21:20:11.354Z</modified_dateutc> <price>4</price> </article_price_list>