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

SetNote (method)

Save the note and returns the identifier with which he has recorded.


Comments


Definition


JSON

/json/SetNote/{Token}


Using POST to send data in Note class.


Parameters

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


Example JSON

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

{
   "Type": 1,
   "PropertyCode": "00001",
   "Status": 1,
   "Lines": [
     {
       "Type": 1,
       "Code": "0014",
       "Quantity": 1,
       "Price": 210
     }
   ]
 }
Tabla de contenidos