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