Manage your Stock Regularizations
Prana API (1.0)
API Prana
Welcome !!! In our developer portal you will find everything you need to interact with our platform.
Our API works with the REST interface through the HTTPS protocol and using the JSON format for processing calls.
All requests are validated against an API Key that can be obtained manually from the Configuration section of the PRANA app.
Our goal is to offer the clearest possible documentation here.
Any suggestions can be sent to: info@prana.software
API Key
To use your API key, you need only call the api with your key in the header as follow:
X-Api-Key
- https://api.prana.software/api/v1/company
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.prana.software/api/v1/companyOK
Reply-to email address used in communications.
Timestamp when the record was created. Format: yyyy-MM-dd'T'HH:mm:ss
Timestamp when the record was last modified. Format: yyyy-MM-dd'T'HH:mm:ss
Additional information of the company. See ApiCompanyInfoReadDto.java for structure.
{ "id": 1, "name": "CLAVEi", "cif": "B12345678", "emailAddress": "info@clavei.es", "emailHost": "smtp.clavei.es", "emailPort": 587, "emailUsername": "user@clavei.es", "emailPasswordKey": "ENCRYPTED_KEY_123", "emailReplyToAddress": "support@clavei.es", "emailSignature": "string", "emailEnableTls": true, "createdBy": "admin", "modifiedBy": "johndoe", "createdOn": "2024-01-03T08:15:45", "modifiedOn": "2024-08-07T17:35:00", "additionalInfo": { "id": 1, "code": "C100", "commercialName": "Clavei", "cif": "B12345678", "name": "Clavei S.L.", "address": "Avda. Salamanca 7", "country": { … }, "state": { … }, "postalCode": "03203", "city": "Elche", "phone1": "+34 966 610 442", "phone2": "+34 966 610 443", "email": "info@clavei.es", "website": "https://www.clavei.es", "commercialRegistry": "Volume 1234, Sheet 56, Inscription 1", "observations": "Leading software provider in Alicante", "logo": "logo.png", "logoToken": "token-1a2b3c", "activeB2B": true, "backgroundImage": "background.jpg", "backgroundImageToken": "token-bg", "blockchainAccount": "0x342acbd88491ca", "blockchainPrivateKey": "PRIVKEY123", "ropoCode": "ROPOCODE456", "customerVatType": { … }, "paymentMethod": { … }, "unitType": { … }, "warehouse": { … }, "rateCode": { … }, "salesAccount": { … }, "purchasingAccount": { … }, "bank": { … }, "billingSeriesSale": { … }, "billingSeriesSaleTicket": { … }, "billingSeriesPurchase": { … }, "billingSeriesPurchaseTicket": { … }, "billingSeriesInvoiceDraft": { … }, "currency": { … }, "shippingTerm": { … }, "secondaryCurrency": { … }, "customersAccount": { … }, "suppliersAccount": { … }, "creditorVatAccount": { … }, "debtorVatAccount": { … }, "supInternalOpAccount": { … }, "supRecAccount": { … }, "supAssetsAccount": { … }, "supServicesAccount": { … }, "supImportsAccount": { … }, "supIrpfLeasesAccount": { … }, "supIrpfProfessionalAccount": { … }, "supIrpfAgroAccount": { … }, "outInternalOpAccount": { … }, "outRecAccount": { … }, "outAssetsAccount": { … }, "outServicesAccount": { … }, "outImportsAccount": { … }, "outReverseChargeAccount": { … }, "outWithholdingAccount": { … }, "salesConcept": { … }, "purchasingConcept": { … }, "igic": false, "companyType": "LEGAL_PERSON", "ticketbaiTaxAuthority": "ALAVA", "underEquivalenceSurchargeRegime": true, "numericFormatStyle": "US_WITH_GROUPING", "ticketbaiActive": true, "ticketbaiConditionDate": "2025-01-01", "ticketbaiConditionName": "Clavei S.L.", "ticketbaiConditionVatId": "B12345678", "ticketbaiConditionAddress": "Avda. Salamanca 7, Elche", "defaultInvoiceDescription": "Software development services", "ticketbaiTest": false, "vatOperationType": { … }, "verifactuActive": true, "verifactuTest": false, "verifactuStartDate": "2025-06-01", "verifactuEndDate": "2025-12-31", "receiptConcept": { … }, "purchaseReceiptConcept": { … }, "modeVerifactu": false, "verifactuExemptCause": "SII", "verifactuExemptDate": "2025-07-01", "openingConcept": { … }, "closingConcept": { … }, "operatingClosingConcept": { … } }, "posModuleActive": true, "posModuleTrial": false }