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": "edd786eb-fd3a-4b51-927d-3770c9f970b9",
  "name": "sample string 2",
  "code": "sample string 3",
  "sales_organization_id": "2797750d-9fa3-47a8-8f6e-2298059ac091",
  "modified_dateutc": "2026-01-11T21:07:01.2054892+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>edd786eb-fd3a-4b51-927d-3770c9f970b9</id>
  <modified_dateutc>2026-01-11T21:07:01.205Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>2797750d-9fa3-47a8-8f6e-2298059ac091</sales_organization_id>
</article_no_warranty_reason>