Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

article_no_warranty_reason
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

Name of the Group item

string

Required

Max length: 255

code

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

string

Max length: 255

sales_organization_id

globally unique identifier
modified_dateutc

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

date

Response Formats

application/json, text/json

Sample:
{
  "id": "41c4648e-5653-43af-b734-fcb3b83a6521",
  "name": "sample string 2",
  "code": "sample string 3",
  "sales_organization_id": "04a9a5b7-c09b-439f-9d8e-385260312628",
  "modified_dateutc": "2026-01-12T00:22:11.1599416+00:00"
}

application/xml, text/xml

Sample:
<article_no_warranty_reason xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <code>sample string 3</code>
  <id>41c4648e-5653-43af-b734-fcb3b83a6521</id>
  <modified_dateutc>2026-01-12T00:22:11.159Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>04a9a5b7-c09b-439f-9d8e-385260312628</sales_organization_id>
</article_no_warranty_reason>