¿En qué podemos ayudarte?
-
Instalación
-
FAQs
-
- Instalación SQL Server Express
- Instalación LocalDB
- Instancias de SQL Server: ¿qué son y para qué sirven?
- Cómo cambiar el modo de autenticación del servidor
- Iniciar el Servicio de SQL Server
- Apertura de puertos de SQL Server
-
- Las base de datos como sólo lectura
- Se produjo un error 1069 al iniciar el servicio
- Error 0x876E0003
- Error de sistema operativo 3 (El sistema no puede hallar la ruta especificada.)
- Error de sistema operativo 5 (Acceso denegado)
- Error de sistema operativo 32 (El proceso no tiene acceso al archivo porque está siendo utilizado por otro proceso.)
-
-
- Formularios de documentos en tablas
- Creación de parámetros en informes de Crystal Report
- Cómo generar códigos de barras Code 39 en Crystal Report
- Cómo generar códigos de barras EAN13 en Crystal Report
- Cómo generar códigos de barras EAN128 en Crystal Report
- Conocer la cantidad de decimales en Crystal Report
- Convertir importes a letras en Crystal Report
- Convertir a color un valor hexadecimal en Crystal Report
- Aliquo Report UFL
-
-
-
Integración
-
- API references
- AddData (method)
- AddLinesInNote (method)
- AddManufacturingLogisticInComponent (method)
- AddManufacturingLogisticInOrder (method)
- AddNotification (method)
- CreatePDF (method)
- CreatePDFReport (method)
- CreatePurchaseInvoice (method)
- CreateSalesInvoice (method)
- DeleteData (method)
- DeleteDocument (method)
- DeleteWorkOrder (method)
- DeliverOrder (method)
- DocumentToInvoice (method)
- FileInfo (class)
- GetAccountAccess (method)
- GetData (method)
- GetDataTable (method)
- GetDocument (method)
- GetEnvironmentParameters (method)
- GetFile (method)
- GetFile (method)
- GetNote (method)
- GetParameter (method)
- GetQuery (method)
- GetRatesQueries (method)
- GetRatesQuery (method)
- GetToken (method)
- GetWorkOrder (method)
- HideStyle (enum)
- InfoProduct (class)
- InvoiceSendByEmail (method)
- Line (class)
- LineType (enum)
- LockRow (method)
- Note (class)
- NotePayment (class)
- NoteStatus (enum)
- NoteType (enum)
- Notification (class)
- PasswordChange (method)
- PasswordRegenerate (method)
- PurchaseInvoice (class)
- RateQuery (class)
- RegisterTableFile (method)
- ReleaseToken (method)
- SalesInvoice (class)
- SetDocument (method)
- SetNote (method)
- SetWorkOrder (method)
- StateRowLock (class)
- StateRowLock (method)
- TableFileProperties (class)
- TaxRetentionCalculationType (enum)
- TransferToPortfolio (method)
- Type (enum)
- UnlockRow (method).
- UpdateData (method)
- UpdateDataConditioned (method)
- UploadFile (method)
- ConvertPotentialToCustomer (method)
- CloseNote (method)
- Mostrar todos los artículos ( 48 ) Contraer artículos
-
< 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
Parameter | Description |
---|---|
Token | Authentication code, see more in GetToken (method) |
Note | A 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