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

CreatePurchaseInvoice (method)

Record the information as a purchase invoice.


Comments


Definition


JSON

/json/CreatePurchaseInvoice/{Token}


Using POST to send data in PurchaseInvoice format


Parameters

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


Example JSON

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

{
   "Number": "API-F1",
   "Date": "/Date(1573945200000+0100)/",
   "SupplierCode": "117",
   "Description": "Text of a purchase invoice",
   "CodeVAT1": "GENERAL",
   "AmountBaseVAT1": "100"
}
Tabla de contenidos