¿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
GetToken (method)
Returns the authentication code to access the API methods. The user must be configured to access Aliquo.
Comments
Tests can be performed using the URL http://test.aliquosoftware.net/aliquoserver/api.svc
Parameter | Value |
---|---|
Account | TestAPI |
PasswordAccount | pa$$w0rd |
CompanyID | 1 |
GroupID | 2 |
Important: The number of token assigned is limited to the number of concurrent users contracted, so it is recommended to use the same for the lifetime of it, or use the ReleaseToken function to close it.
Definition
JSON
/json/GetToken/{Account}/{PasswordAccount}/{CompanyID}/{GroupID}
Parameters
Parameter | Description |
---|---|
Account | Account access |
PasswordAccount | Access password |
CompanyID | Company number |
GroupID | Group code (You can indicate 0) |
Example JSON
http://test.aliquosoftware.net/aliquoserver/api.svc/json/GetToken/TestAPI/pa$$w0rd/1/2
If you do not know the value of the group, you can enter 0 and you will be assigned the most privileged one.
http://test.aliquosoftware.net/aliquoserver/api.svc/json/GetToken/TestAPI/pa$$w0rd/1/0
Tabla de contenidos