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

DeleteData (method)

Delete the information stored in the LisfOfData parameter.


Comments

Must contain a key value to delete the records.


Definition


JSON

/json/DeleteData/{Token}/{TableName}


Using POST to send list of data in DataField format


Parameters

ParameterDescription
TokenAuthentication code, see more in GetToken (method)
ListOfDataA list containing the fields and values you want to add


Example JSON

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

[
    {
       "Field": "codigo",
       "Value": "c01",
       "IsKey": "1"
    }
 ]
Tabla de contenidos