Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
article_group| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| name |
Name of the Group item |
string |
Required Max length: 255 |
| group_number | integer | ||
| code |
Field used for Embedded entity (store there your ERP PK) |
string |
Max length: 255 |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "0f7b778a-d8bd-435b-b8da-78b531a27d38",
"name": "sample string 2",
"group_number": 3,
"code": "sample string 4",
"modified_dateutc": "2026-03-07T14:51:05.3822167+00:00"
}
application/xml, text/xml
Sample:
<article_group xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <code>sample string 4</code> <group_number>3</group_number> <id>0f7b778a-d8bd-435b-b8da-78b531a27d38</id> <modified_dateutc>2026-03-07T14:51:05.382Z</modified_dateutc> <name>sample string 2</name> </article_group>