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

CreateSalesInvoice (method)

Record the information as a sales invoice.


Comments


Definition


JSON

/json/CreateSalesInvoice/{Token}


Using POST to send data in SalesInvoice format


Parameters

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


Example JSON

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

{ 
   "CustomerCode": "090",
   "Date": "/Date(1573945200000+0100)/",
   "Description": "Text of a sale invoice",
   "CodeVAT1": "GENERAL",
   "AmountBaseVAT1": "100"
}
Tabla de contenidos