info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/Inventories
Description

Returns all inventories

  • The right ‘Bearbeiten’ is required for the data ‘Inventur’.

Request

URI Parameters

Status
string
Filters the list according to the status

Page
integer
Page number for paging | Default: 0

Items
integer
Sets the number of entries per page | Default: 10 | All: 0

SearchTerm
string
Filter for words

SearchIn
string
Properties in which to search. The separator between these properties is "|".

OrderBy
string
Properties to be sorted by. An exclamation mark ! at the end indicates downward sorting. To sort by several properties, they must be separated by a "|".

Filter
string
A filter can be defined to limit the result set. For example: (Property EQ Value OR Property2 GT Value2) AND (Property3 CT 'String') See the description for the FilterQueryLanguage for more information.

Body Parameters

None.

Response

Resource Description

Es wird eine Liste aller Inventuren zurückgeliefert.

Model: Collection of Inventory
Number
string
Length: including between 0 and 10
Read only
Inventory number (document.document number)

Status
string
Length: including between 0 and 1

Comment
string
Read only
Stocktaking note

Date
date
Read only
Stocktaking note

Employee
string
Read only
Employee

Location
string
Read only
Location

KindFlag
integer
Read only
Stocktaking type

Response Formats
application/json
Example:
    [
  {
    "Number": "sample string 1",
    "Status": "sample string 2",
    "Comment": "sample string 3",
    "Date": "2024-12-26T21:52:05.7089166+01:00",
    "Employee": "sample string 4",
    "Location": "sample string 5",
    "KindFlag": 6
  },
  {
    "Number": "sample string 1",
    "Status": "sample string 2",
    "Comment": "sample string 3",
    "Date": "2024-12-26T21:52:05.7089166+01:00",
    "Employee": "sample string 4",
    "Location": "sample string 5",
    "KindFlag": 6
  }
]