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

DeliverOrder (method)

Create a delivery note from an order.


Comments


The use, recommending, is to obtain the origin order, with the GetNote method, modify the quantities of the lines and modify those necessary data of the note, for example the date of the delivery order, make the delivery by sending the same class that contains all the information of the order.


Definition


JSON

/json/DeliverOrder/{Token}


Using POST to send data in Note format


Parameters

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


Example JSON

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

Tabla de contenidos