GET Materials
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Material| Name | Description | Type | Additional information |
|---|---|---|---|
| DisplayName | string |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 255 |
|
| Type | MaterialType |
Required |
|
| Inactive | boolean |
Required |
|
| MaterialGroupId | globally unique identifier |
None. |
|
| MaterialGroup | MaterialGroup |
None. |
|
| InfoText | string |
Data type: MultilineText |
|
| ReferenceId | string |
String length: inclusive between 0 and 255 |
|
| InboundCheck | boolean |
None. |
|
| ContainerMaterialLinks | Collection of ContainerMaterialLink |
None. |
|
| Weighings | Collection of Weighing |
None. |
|
| TemporaryTaras | Collection of TemporaryTara |
None. |
|
| Campaigns | Collection of Campaign |
None. |
|
| Orders | Collection of Order |
None. |
|
| ValueAddedTaxLinks | Collection of MaterialValueAddedTaxLink |
None. |
|
| DocumentItems | Collection of DocumentItem |
None. |
|
| MaterialPrices | Collection of MaterialPrice |
None. |
|
| UserField1 | string |
String length: inclusive between 0 and 255 |
|
| UserField2 | string |
String length: inclusive between 0 and 255 |
|
| UserField3 | string |
String length: inclusive between 0 and 255 |
|
| UserField4 | string |
String length: inclusive between 0 and 255 |
|
| UserField5 | string |
String length: inclusive between 0 and 255 |
|
| Number | string |
Required String length: inclusive between 0 and 255 |
|
| Id | globally unique identifier |
None. |
|
| CreationDate | date |
None. |
|
| CreationUser | string |
String length: inclusive between 0 and 255 |
|
| ModifiedDate | date |
None. |
|
| ModifiedUser | string |
String length: inclusive between 0 and 255 |
Response Formats
application/json, text/json
Sample:
[
{
"DisplayName": "sample string 11 - sample string 1",
"Name": "sample string 1",
"Type": 0,
"Inactive": true,
"MaterialGroupId": "ba4ce80d-f373-4c0e-819c-e7a9f3e8cb2d",
"InfoText": "sample string 3",
"ReferenceId": "sample string 4",
"InboundCheck": true,
"UserField1": "sample string 6",
"UserField2": "sample string 7",
"UserField3": "sample string 8",
"UserField4": "sample string 9",
"UserField5": "sample string 10",
"Number": "sample string 11",
"Id": "bdc86391-70bf-461e-82e0-8f6f284f6442",
"CreationDate": "2026-05-19T17:30:54.8758838+02:00",
"CreationUser": "sample string 13",
"ModifiedDate": "2026-05-19T17:30:54.8758838+02:00",
"ModifiedUser": "sample string 14"
},
{
"DisplayName": "sample string 11 - sample string 1",
"Name": "sample string 1",
"Type": 0,
"Inactive": true,
"MaterialGroupId": "ba4ce80d-f373-4c0e-819c-e7a9f3e8cb2d",
"InfoText": "sample string 3",
"ReferenceId": "sample string 4",
"InboundCheck": true,
"UserField1": "sample string 6",
"UserField2": "sample string 7",
"UserField3": "sample string 8",
"UserField4": "sample string 9",
"UserField5": "sample string 10",
"Number": "sample string 11",
"Id": "bdc86391-70bf-461e-82e0-8f6f284f6442",
"CreationDate": "2026-05-19T17:30:54.8758838+02:00",
"CreationUser": "sample string 13",
"ModifiedDate": "2026-05-19T17:30:54.8758838+02:00",
"ModifiedUser": "sample string 14"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.