GET ProShop/search?offset={offset}&length={length}&description={description}&code={code}&barcode={barcode}&branch={branch}&stocked={stocked}

Gets data of all items that suit some filters.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
offset

Indicates how many result skip

integer

Required

length

Indicates how many result keep

integer

Required

description

Filter by the description of the item

string

Required

code

Filter by the item code

string

Required

barcode

Filter by the item barcode/eancode

string

Required

branch

Indicates the id of the branch

decimal number

Default value is 0

stocked

Indicates whether to select only items with stock (optional).

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Array of data received and processed

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
</ArrayOfanyType>