Request Information

URI Parameters :

None.

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": "6175da7c-1c75-4379-b47e-8edb46c58647",
  "name": "sample string 2",
  "group_number": 3,
  "code": "sample string 4",
  "modified_dateutc": "2026-01-11T21:01:27.0441895+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>6175da7c-1c75-4379-b47e-8edb46c58647</id>
  <modified_dateutc>2026-01-11T21:01:27.044Z</modified_dateutc>
  <name>sample string 2</name>
</article_group>