NextGen APIs

Material Serial Number Model GET /inventory/materials/r1/materials/serial-number-models

Http Verb

GET

Url

/inventory/materials/r1/materials/serial-number-models

Permissions required



Personally Identifiable Information (PII)

No

Sensitive Information

No

Last Modified Version

r2

Released since

2026 W2 (FSM 23.0)

Deprecated since


Removed since


Tech Tags

Inventory, Warehouse, Central

Business Logic

Retrieves a paginated list of material serial number models based on filtering criteria.

Path Parameters

No path parameters are expected for the global search.

Query String Parameters (Filters)


Field

Type

Note

id

Collection<Long>

Filter by the specific model IDs.

code

Collection<String>

Filter by the model alphanumeric codes.

description

String

Filter by the model description.

materialClassId

Collection<Long>

Filter by the specific material class IDs.

meterBrandId

Collection<Long>

Filter by the specific meter brand IDs.

ordering

Long

Filter by the ordering value.

active

Boolean

Filter by the active state of the record.

_language

String

Optional. Filter by the user language.

Language ℹ️

Default.

Header Parameters

Default.

Response documentation

Response payload fields

Field

Type

Description

id

Long

Unique identifier of the model record.

code

String

The alphanumeric code that uniquely identifies the material serial number model.

description

LocalizedString

A localized description of the material serial number model.

materialClassId

Long

Reference identifier to the material class.

meterBrandId

Long

Reference identifier to the meter brand.

ordering

Long

Defines the sorting order of the model.

active

Boolean

Flag indicating if the model is active.

Response error codes