Warehouse

Price lists.

List of price lists

get/rest/api/warehouse/price/

Response

Returns list of price lists

totalCountinteger

Number of matching results

currentOffsetinteger

Current list offset

pageResultCountinteger

Number of results per page

Example response

{
  "list": [
    {
      "id": 1,
      "name": "Cennik"
    }
  ],
  "totalCount": 7398,
  "pageResultCount": 64
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.