Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

article_group
NameDescriptionTypeAdditional 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": "7213de73-d999-487d-b7bd-686f2645e30b",
  "name": "sample string 2",
  "group_number": 3,
  "code": "sample string 4",
  "modified_dateutc": "2026-03-07T13:18:12.9662417+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>7213de73-d999-487d-b7bd-686f2645e30b</id>
  <modified_dateutc>2026-03-07T13:18:12.966Z</modified_dateutc>
  <name>sample string 2</name>
</article_group>