Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "82880ee6-0426-4f00-bd06-51cdba487f85",
  "name": "sample string 2",
  "code": "sample string 3",
  "sales_organization_id": "5bdba995-0f35-4d7e-acea-3cdaf403218a",
  "modified_dateutc": "2026-03-07T14:55:57.917944+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>82880ee6-0426-4f00-bd06-51cdba487f85</id>
  <modified_dateutc>2026-03-07T14:55:57.917Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>5bdba995-0f35-4d7e-acea-3cdaf403218a</sales_organization_id>
</article_no_warranty_reason>