This project is a client library for interaction with ErpNet.FP fiscal server. It encapsulates both data model and http invocations.
Skyware.ErpNetFS.Client client = new("http://localhost:8001/");
var printers = await client.GetPrintersAsync();Even this command has no relation to the current project, it explains how it works
curl -i -X POST -H "Content-Type:application/json" -d "{\"uniqueSaleNumber\": \"DT279013-0001-0000052\", \"operator\": \"1\", \"operatorPassword\": \"1\", \"items\": [{\"text\": \"test\", \"quantity\": 1, \"unitPrice\": 1, \"taxGroup\": 1 }], \"payments\": [{\"amount\": 1, \"paymentType\": \"cash\" } ]}" http://localhost:8001/printers/dt797821/receipt/