GET /v1/salesstatustypes
Operation ID: SalesStatusTypes_GetSalesStatusTypes
Auth: unknown
Parameters (7)
(boolean, query, optional)
If not given, return all sales status types, if given as true return only active sales status types, if given as false returns only inactive sales status types
(boolean, query, optional, default: False)
Optional: Calculate total number of rows.
(integer, query, optional, default: 0)
Optional: First row to fetch. Default 0 = first row.
(integer, query, optional)
Optional: How many rows to fetch, Default 20, maximum 100.
(?, query, optional)
Optional: Get sales status types of the sales state.
(array, query, optional)
Optional: A list of Key-Value pairs, containing names of fields and directions by which the results should be sorted. Any sortable field name (submodel fields not supported) in the model can be used, while value can be "Desc" or "Asc". Example: "?sortings[0].key=Name&sortings[0].value=Desc &sortings[1].key=Code&sortings[1].value=Asc"
(string, query, optional)
Optional: Text to search from sales status type name.
No probe data for this endpoint yet.