feat: refs #6869 itemShelvings

This commit is contained in:
Sergio De la torre 2024-11-20 08:16:40 +01:00
parent 41f9fb4a9a
commit 84a2b8ca82
1 changed files with 5 additions and 0 deletions

View File

@ -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",