Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

article_category
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier

Required

parent_id

Parent Article Category (Parent / Child)

globally unique identifier
parent_code

Embedded entity "article_category" for parent using ERP PK when adding/updating article_category

string
parent_article_category

Embedded entity "article_category" for parent when adding/updating article_category

article_category
code

Field used for Embedded entity (store there your ERP PK)

string

Max length: 50

name

Name of the article category

string

Required

Max length: 50

sys_level

integer
modified_dateutc

Readonly system field managed by the database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "7c453c5a-97a8-4c82-8be3-69ea29c50cab",
  "parent_id": "5d291973-b812-46e9-8613-02e8739de716",
  "parent_code": "sample string 3",
  "code": "sample string 4",
  "name": "sample string 5",
  "sys_level": 6,
  "modified_dateutc": "2026-03-07T13:17:40.6441284+00:00"
}

application/xml, text/xml

Sample:
<article_category xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <code>sample string 4</code>
  <id>7c453c5a-97a8-4c82-8be3-69ea29c50cab</id>
  <modified_dateutc>2026-03-07T13:17:40.644Z</modified_dateutc>
  <name>sample string 5</name>
  <parent_code>sample string 3</parent_code>
  <parent_id>5d291973-b812-46e9-8613-02e8739de716</parent_id>
  <sys_level>6</sys_level>
</article_category>