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

RegisterTableFile (method)

Register the properties of a file in a table and returns the identifier with which he has recorded.


Comments

Returns the properties of a file with the identifier of the file.


Definition


JSON

/json/RegisterTableFile/{Token}/{KeyCache}


Using POST to send the properties of the file in TableFileProperties


Parameters

ParameterDescription
TokenAuthentication code, see more in GetToken (method)
KeyCacheKey of the file in cache
FilePropertiesProperties of the table file


Example JSON

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

{
       "Table": "Articulos",
       "IdData": "100",
       "Name": "Example",
       "Description": "File of example",
       "FileInfo": 
       {
         "Name": "example.txt",
         "Date": "/Date(1507932000000+0000)/",
         "Length": "5"
       }
 }
Tabla de contenidos