refs #5802 setState

This commit is contained in:
Sergio De la torre 2024-01-31 09:02:50 +01:00
parent 61abe5bb2f
commit 0583403b20
1 changed files with 6 additions and 0 deletions

View File

@ -130,6 +130,12 @@ interface SalixService {
@Query("params") params: Any? = null
): Call<Any>
@POST("Applications/collection_setState/execute-proc")
fun collectionSetState(
@Query("schema") schema: String = "vn",
@Query("params") params: Any? = null
): Call<Any?>
@POST("Applications/itemShelvingSale_setQuantity/execute-proc")
fun itemShelvingSaleSetquantitySalix(
@Query("schema") schema: String = "vn",