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

AddLinesInNote (method)


Comments

Add the lines indicated in an existing note.

It currently only supports the inclusion of lines in inventory notes.


Definition


JSON

/json/AddLinesInNote/{Token}/{Id}

Using POST to send a list of Line class.


Parameters

ParameterDescription
TokenAuthentication code, see more in GetToken (method)
IdNote row identifier in the database.


Example JSON

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

[
   {
     "Type": 1,
     "Code": "0014",
     "Quantity": 12
   },
   {
     "Type": 1,
     "Code": "0011",
     "Quantity": 15
   }
 ]
Tabla de contenidos