Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IsActive активный (включен)

Получить все сопоставленные товары прайса:

Code Block
http://localhost:2001/apix1/Supplier?$filter=(PriceId eq 200) and (ProductId gt 0)

где 200 - ИД прайса

Получить прайс по Id:

Code Block
http://localhost:2001/apix1/Supplier?$filter=(Id eq 123)