¿En qué podemos ayudarte?
< Todos los temas
Imprimir

GetRatesQuery (method)

Returns a list of structure containing the InfoProduct information.


Comments


Definition


JSON

/json/GetRatesQuery/{Token}


Using POST to send data in RateQuery format


Parameters

ParameterDescription
TokenAuthentication code, see more in GetToken (method)
DataA structure containing the note information to be generated, see more in RateQuery (class)


Example JSON

http://test.aliquosoftware.net/aliquoserver/api.svc/json/GetRatesQuery/_PutTokenHere_

{
   "Type": 1,
   "PropertyCode": "011",
   "ProductCode": "0003",
   "StoreCode": "Alm",
   "Quantity": 1
}
Tabla de contenidos