refs #5117 Autoconsumo
This commit is contained in:
parent
6af2512780
commit
5d3ff618e2
|
@ -639,6 +639,12 @@ interface VerdnaturaService {
|
|||
):
|
||||
Call<Any>
|
||||
|
||||
@POST("almacennew/itemShelving_selfConsumption")//REVISADA
|
||||
fun itemShelving_selfConsumption(
|
||||
@Body vararg params: Any
|
||||
):
|
||||
Call<Any>
|
||||
|
||||
//BUFFER ==============================================================================>
|
||||
|
||||
@POST("almacennew/buffer_setTypeByName")//REVISADA
|
||||
|
|
Loading…
Reference in New Issue