Produse
Detalii produs
Returneaza un singur produs sau serviciu din nomenclator, dupa id.
get/v3/companies/{cif}/products/{id}
Path parameters
cifstring required
CIF-ul firmei tale, fara spatii.
idstring required
ID-ul produsului
Response
Detalii produs
Example response
{
"id": "prod_019f17cde0fd7625abd43bf960d10d16",
"name": "Apa sticla 0.5 - AM001",
"description": "Descriere apa sticla 0.5",
"price": 2,
"measuringUnitName": "sticla",
"currency": "RON",
"vatPercentage": 21,
"vatName": "Normala",
"isVatIncluded": true,
"cnCode": "01022110",
"cpvCode": "15981100",
"containerDeposits": [
{
"type": "Garantie SGR Plastic",
"quantity": 1
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.