feat: refs #6869 itemShelvings
This commit is contained in:
parent
41f9fb4a9a
commit
84a2b8ca82
|
@ -706,6 +706,11 @@ interface SalixService {
|
|||
@Query("params") params: Any,
|
||||
): Call<List<ItemUbicador>>
|
||||
|
||||
@GET("Shelvings")
|
||||
fun itemShelvingGet(
|
||||
@Query("filter") filter: Any,
|
||||
): Call<List<ItemUbicador>>
|
||||
|
||||
@POST("Applications/expedition_scan/execute-proc")
|
||||
fun expeditionScan(
|
||||
@Query("schema") schema: String = "srt",
|
||||
|
|
Loading…
Reference in New Issue