
{"id":36219,"date":"2021-10-07T13:53:41","date_gmt":"2021-10-07T11:53:41","guid":{"rendered":"https:\/\/www.minicrm.hu\/help\/?p=36219"},"modified":"2026-01-14T11:56:46","modified_gmt":"2026-01-14T10:56:46","slug":"minicrm-api-pentru-oferte","status":"publish","type":"post","link":"https:\/\/www.minicrm.ro\/help\/minicrm-api-pentru-oferte\/","title":{"rendered":"MiniCRM API pentru oferte"},"content":{"rendered":"<div class=\"alert alert-danger\" style=\"text-align: justify;\">\u00cen func\u021bie de op\u021biunile activate \u00een cadrul abonamentului t\u0103u este posibil s\u0103 nu ai acces la aceast\u0103 func\u021bionalitate.<\/div>\n<div class=\"alert alert-info\" style=\"text-align: justify;\">Ultima versiune a documenta\u021biei MiniCRM API (disponibil\u0103 \u00een limba englez\u0103) poate fi consultat\u0103 d\u00e2nd click pe urm\u0103torul link: <a href=\"https:\/\/www.minicrm.hu\/help\/minicrm-integrations-manual-4\/\" target=\"\u201d_blank\u201d\" rel=\"noopener\">MiniCRM Api English<\/a>.<\/div>\n<div style=\"text-align: justify;\">\n<h3 style=\"text-align: justify;\">Informa\u021bii necesare pentru autentificare<\/h3>\n<ul style=\"text-align: justify;\">\n<li><em><strong>ID-ul Sistemului<\/strong><\/em> &#8211; (sau\u00a0<strong>SystemId<\/strong>) \u0219i este compus din maximum 5 cifre \u0219i \u00eel g\u0103se\u0219ti \u00een adresa URL a contului MiniCRM \u0219i este afi\u0219at imediat dup\u0103\u00a0<em>r3.minicrm.ro\/ <\/em>(sau r3.minicrm.io\/ sau r3.minicrm.hu).<\/li>\n<li><em><strong>Cheia API<\/strong><\/em><em> &#8211; (sau\u00a0<\/em><em><strong>API Key<\/strong><\/em>) &#8211; cheia API poate fi generat\u0103 din sistem de c\u0103tre un administrator. Pentru aceasta mergi la Set\u0103ri &#8211; Sistem &#8211;\u00a0<em>Genereaz\u0103 o nou\u0103 cheie API<\/em>. Dac\u0103 s-a generat deja o cheie API, exist\u0103 posibilitatea de a genera o nou\u0103 cheie sau de a o \u0219terge pe cea existent\u0103.<\/li>\n<\/ul>\n<div class=\"alert alert-danger\">Pentru a genera cheia API necesar\u0103 \u00een integr\u0103rile API ai nevoie de drepturi de administrator.<\/div>\n<p style=\"text-align: justify;\">MiniCRM API poate fi folosit printr-o conexiune securizat\u0103 folosind prefixul <em><strong>https:\/\/<\/strong><\/em><em>.<\/em><\/p>\n<p style=\"text-align: justify;\">Url-ul pentru API-ul pentru facturare este<\/p>\n<pre>https:\/\/SystemId:APIKey@r3.minicrm.hu\/Api\/Offer<\/pre>\n<h3 style=\"text-align: justify;\">Sistemul de codare al informa\u021biilor<\/h3>\n<p style=\"text-align: justify;\">API-ul pentru facturare folose\u0219te UTF-8 \u0219i se a\u0219teapt\u0103 ca to\u021bi parametrii s\u0103 fie coda\u021bi \u00een sistemul UTF-8. R\u0103spunsul este oferit tot \u00een sistem UTF-8.<\/p>\n<h3 style=\"text-align: justify;\">Format<\/h3>\n<p style=\"text-align: justify;\">Input-ul \u0219i output-ul de date este \u00eentotdeauna sub forma unui array JSON serializat.<\/p>\n<h3>Ad\u0103ugarea unei ofertei noi prin API<\/h3>\n<p>Po\u021bi ad\u0103uga o nou\u0103 ofert\u0103 prin API folosind un JSON ca \u00een exemplul de mai jos:<\/p>\n<pre>{\r\n\"CustomerId\": \"40\",\r\n\"InvoicePadCounter\": \"00005\",\r\n\"Number\": \"OF2021-E\/00005\",\r\n\"Type\": \"Offer\",\r\n\"Media\": \"PKI\",\r\n\"Language\": \"HU\",\r\n\"Customer\":{\r\n\"Name\": \"teszt\",\r\n\"CountryId\": \"36\",\r\n\"County\": \"\",\r\n\"PostalCode\": \"1076\",\r\n\"City\": \"Budapest\",\r\n\"Address\": \"rwe\",\r\n\"AccountNumber\": \"\",\r\n\"VatNumber\": \"\",\r\n\"EUVatNumber\": \"\",\r\n\"RegistrationNumber\": \"\",\r\n\"GroupIdentificationNumber\": \"\"\r\n},\r\n\"Vendor\": {\r\n\"Name\": \"Teszt\",\r\n\"CountryId\": \"36\",\r\n\"PostalCode\": \"1075\",\r\n\"City\": \"Smaragdvaros\",\r\n\"Address\": \"Sargakoves ut 1\",\r\n\"AccountNumber\": \"\",\r\n\"IBAN\": \"\",\r\n\"SWIFT\": \"\",\r\n\"VatNumber\": \"23982273-2-42\",\r\n\"EUVatNumber\": \"HU23982273\",\r\n\"GroupIdentificationNumber\": \"\",\r\n\"RegistrationNumber\": \"\"\r\n},\r\n\"ExtraData\": \"\",\r\n\"Subject\": \"\",\r\n\"PaymentMethod\": \"WiredTransfer\",\r\n\"Issued\": \"2021-07-27\",\r\n\"Performance\": \"2021-07-27\",\r\n\"Prompt\": \"2021-07-27\",\r\n\"Paid\": \"\",\r\n\"CurrencyCode\": \"HUF\",\r\n\"ConversionRate\": \"\",\r\n\"AmountNet\": \"23.00\",\r\n\"AmountVat\": \"0.00\",\r\n\"Amount\": \"23.00\",\r\n\"VATMode\": \"NormalVAT\",\r\n\"Accounting\": \"Normal\",\r\n\"DocumentId\": \"6\",\r\n\"DocumentUrl\": \"https:\/\/r3-test.minicrm.eu\/60793\/Download\/S3\/?t=doc&amp;inline=0&amp;e=255hn6jnvg04i9p1u4l6\",\r\n\"Items\": [\r\n{\r\n\"SKU\": \"\",\r\n\"EAN\": \"\",\r\n\"Name\": \"testr\",\r\n\"Description\": \"\",\r\n\"PriceNet\": \"23.0000\",\r\n\"Quantity\": \"1.00\",\r\n\"Unit\": \"darab\",\r\n\"PriceNetTotal\": \"23\",\r\n\"VAT\": \"KBAUK\",\r\n\"VATSubtype\": \"\",\r\n\"PriceTotal\": \"23.00\"\r\n}\r\n],\r\n\"Project\": {\r\n\"String1616\": \"\"\r\n}\r\n}<\/pre>\n<p>\u00cen cazul \u00een care request-ul s-a finalizat cu succes, vei primi un r\u0103spund de forma:<\/p>\n<pre>{\r\n\"Id\": \"12\",\r\n\"InvoicePadCounter\": \"00006\",\r\n\"Number\": \"1awp_AJ2021-E\/00006\",\r\n\"Type\": \"Offer\",\r\n\"Media\": \"PKI\",\r\n\"Language\": \"_HU\",\r\n\"Customer\": {\r\n\"Name\": \"teszt\",\r\n\"CountryId\": \"36\",\r\n\"County\": \"\",\r\n\"PostalCode\": \"1076\",\r\n\"City\": \"Budapest\",\r\n\"Address\": \"rwe\",\r\n\"AccountNumber\": \"\",\r\n\"VatNumber\": \"\",\r\n\"EUVatNumber\": \"\",\r\n\"RegistrationNumber\": \"\",\r\n\"GroupIdentificationNumber\": \"\"\r\n},\r\n\"Vendor\": {\r\n\"Name\": \"Teszt\",\r\n\"CountryId\": \"36\",\r\n\"PostalCode\": \"1075\",\r\n\"City\": \"Smaragdvaros\",\r\n\"Address\": \"Sargakoves ut 1\",\r\n\"AccountNumber\": \"\",\r\n\"IBAN\": \"\",\r\n\"SWIFT\": \"\",\r\n\"VatNumber\": \"23982273-2-42\",\r\n\"EUVatNumber\": \"HU23982273\",\r\n\"GroupIdentificationNumber\": \"\",\r\n\"RegistrationNumber\": \"\"\r\n},\r\n\"ExtraData\": \"\",\r\n\"Subject\": \"\",\r\n\"PaymentMethod\": \"WiredTransfer\",\r\n\"Issued\": \"2021-08-03\",\r\n\"Performance\": \"2021-08-03\",\r\n\"Prompt\": \"2021-08-03\",\r\n\"Paid\": \"\",\r\n\"CurrencyCode\": \"HUF\",\r\n\"ConversionRate\": \"\",\r\n\"AmountNet\": \"23.00\",\r\n\"AmountVat\": \"0.00\",\r\n\"Amount\": \"23.00\",\r\n\"VATMode\": \"NormalVAT\",\r\n\"Accounting\": \"Normal\",\r\n\"DocumentId\": \"8\",\r\n\"DocumentUrl\": \"https:\/\/r3-test.minicrm.eu\/60793\/Download\/S3\/?t=doc&amp;inline=0&amp;e=2h4ptdmlfm1jy72rartu\",\r\n\"Items\": [\r\n{\r\n\"Id\": \"9\",\r\n\"SKU\": \"\",\r\n\"EAN\": \"\",\r\n\"Name\": \"testr\",\r\n\"Description\": \"\",\r\n\"PriceNet\": \"23.0000\",\r\n\"Quantity\": \"1.00\",\r\n\"Unit\": \"darab\",\r\n\"PriceNetTotal\": \"23\",\r\n\"VAT\": \"KBAUK\",\r\n\"VATSubtype\": \"\",\r\n\"PriceTotal\": \"23.00\"\r\n}\r\n],\r\n\"Project\": {\r\n\"String1616\": \"\",\r\n\"StatusId\": \"3103\"\r\n\r\n}\r\n}<\/pre>\n<h3>Interogarea unei oferte<\/h3>\n<p>Po\u021bi ob\u021bine detalii despre o anumit\u0103 ofert\u0103 acces\u00e2nd un URL de genul:<\/p>\n<pre>https:\/\/SystemId:APIKey@r3.minicrm.hu\/Api\/Offer\/10<\/pre>\n<p>Iar sistemul \u00ee\u021bi va returna:<\/p>\n<pre> {\r\n\"Id\": \"10\",\r\n\"InvoicePadCounter\": \"00005\",\r\n\"Number\": \"1awp_AJ2021-E\/00005\",\r\n\"Type\": \"Offer\",\r\n\"Media\": \"PKI\",\r\n\"Language\": \"_HU\",\r\n\"Customer\": {\r\n\"Name\": \"teszt\",\r\n\"CountryId\": \"36\",\r\n\"County\": \"\",\r\n\"PostalCode\": \"1076\",\r\n\"City\": \"Budapest\",\r\n\"Address\": \"rwe\",\r\n\"AccountNumber\": \"\",\r\n\"VatNumber\": \"\",\r\n\"EUVatNumber\": \"\",\r\n\"RegistrationNumber\": \"\",\r\n\"GroupIdentificationNumber\": \"\"\r\n},\r\n\"Vendor\": {\r\n\"Name\": \"Teszt\",\r\n\"CountryId\": \"36\",\r\n\"PostalCode\": \"1075\",\r\n\"City\": \"Smaragdvaros\",\r\n\"Address\": \"Sargakoves ut 1\",\r\n\"AccountNumber\": \"\",\r\n\"IBAN\": \"\",\r\n\"SWIFT\": \"\",\r\n\"VatNumber\": \"23982273-2-42\",\r\n\"EUVatNumber\": \"HU23982273\",\r\n\"GroupIdentificationNumber\": \"\",\r\n\"RegistrationNumber\": \"\"\r\n},\r\n\"ExtraData\": \"\",\r\n\"Subject\": \"\",\r\n\"PaymentMethod\": \"WiredTransfer\",\r\n\"Issued\": \"2021-07-27\",\r\n\"Performance\": \"2021-07-27\",\r\n\"Prompt\": \"2021-07-27\",\r\n\"Paid\": \"\",\r\n\"CurrencyCode\": \"HUF\",\r\n\"ConversionRate\": \"\",\r\n\"AmountNet\": \"23.00\",\r\n\"AmountVat\": \"0.00\",\r\n\"Amount\": \"23.00\",\r\n\"VATMode\": \"NormalVAT\",\r\n\"Accounting\": \"Normal\",\r\n\"DocumentId\": \"6\",\r\n\"DocumentUrl\": \"https:\/\/r3-test.minicrm.eu\/60793\/Download\/S3\/?t=doc&amp;inline=0&amp;e=255hn6jnvg04i9p1u4l6\",\r\n\"Items\": [\r\n{\r\n\"Id\": \"7\",\r\n\"SKU\": \"\",\r\n\"EAN\": \"\",\r\n\"Name\": \"teszt\",\r\n\"Description\": \"\",\r\n\"PriceNet\": \"23.0000\",\r\n\"Quantity\": \"1.00\",\r\n\"Unit\": \"darab\",\r\n\"PriceNetTotal\": \"23\",\r\n\"VAT\": \"KBAUK\",\r\n\"VATSubtype\": \"\",\r\n\"PriceTotal\": \"23.00\"\r\n}\r\n],\r\n\"Project\": {\r\n\"String1616\": \"\"\r\n}\r\n}<\/pre>\n<h3>Modificarea statusului unei oferte:<\/h3>\n<p>Este nevoie s\u0103 apelezi un URL ca \u00een exemplul de mai jos:<\/p>\n<pre>https:\/\/SystemId:APIKey@r3.minicrm.hu\/Api\/Offer\/OfferId\/Project<\/pre>\n<p>\u0218i s\u0103 transmi\u021bi prin POST un JSON de genul:<\/p>\n<pre>{\r\n\"String1616\": \"Test\", &lt;== Se modific\u0103 un c\u00e2mp de pe cardul ofertei\r\n\"StatusId\": \"Emis\" &lt;== Statusul ofertei\r\n}<\/pre>\n<\/div>\n<h3 style=\"text-align: justify;\">Crearea unei oferte prin fi\u0219ier XML<\/h3>\n<p style=\"text-align: justify;\">Pentru a crea un card de ofert\u0103 prin XML Sync (po\u021bi g\u0103si detalii pe <a href=\"..\/sincronizarea-datelor-prin-xml\/\">pagina dedicat\u0103<\/a> acestui subiect) este nevoie s\u0103 ai un fi\u0219ier de forma:<\/p>\n<pre>&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\r\n&lt;Projects&gt;\r\n&lt;!-- Id = External ReferenceId [required int] --&gt;\r\n&lt;Project Id=\"99999\"&gt;\r\n&lt;!-- Name of client. [required string] --&gt;\r\n&lt;Name&gt;Test Company&lt;\/Name&gt;\r\n&lt;!-- Webshop module MiniCRM id [required int] --&gt;\r\n&lt;CategoryId&gt;39&lt;\/CategoryId&gt;\r\n&lt;!-- Default status. Subscriber \/ Registered Other status are changed automatically [required string] --&gt;\r\n&lt;StatusId&gt;Registered&lt;\/StatusId&gt;\r\n&lt;!-- Owner of the offer [optional string] --&gt;\r\n&lt;UserId&gt;102970&lt;\/UserId&gt;\r\n&lt;!-- One Company or minimum one person is required --&gt;\r\n&lt;Business&gt;\r\n&lt;!-- More fields can be added to Company https:\/\/www.minicrm.io\/help\/xml-sync\/#PldaXML --&gt;\r\n&lt;Name&gt;Test Company&lt;\/Name&gt;\r\n&lt;Emails&gt;\r\n&lt;Email&gt;\r\n&lt;Value&gt;jambor.timea+ceg@minicrm.hu&lt;\/Value&gt;\r\n&lt;\/Email&gt;\r\n&lt;\/Emails&gt;\r\n&lt;\/Business&gt;\r\n&lt;Contacts&gt;\r\n&lt;Contact&gt;\r\n&lt;!-- More fields can be added to Person https:\/\/www.minicrm.io\/help\/xml-sync\/#PldaXML --&gt;\r\n&lt;FirstName&gt;Test&lt;\/FirstName&gt;\r\n&lt;LastName&gt;Example&lt;\/LastName&gt;\r\n&lt;Emails&gt;\r\n&lt;Email&gt;\r\n&lt;Value&gt;jambor.timea+example@minicrm.hu&lt;\/Value&gt;\r\n&lt;\/Email&gt;\r\n&lt;\/Emails&gt;\r\n&lt;\/Contact&gt;\r\n&lt;\/Contacts&gt;\r\n&lt;Offers&gt;\r\n&lt;!-- Id = External id of offer [required int] --&gt;\r\n&lt;Offer Id=\"99999\"&gt;\r\n&lt;!-- Number of offer [required string] --&gt;\r\n&lt;Number&gt;Offer_1&lt;\/Number&gt;\r\n&lt;!-- CurrencyCode of offer [required string] --&gt;\r\n&lt;CurrencyCode&gt;HUF&lt;\/CurrencyCode&gt;\r\n&lt;!-- Prompt date of offer [required date] --&gt;\r\n&lt;Prompt&gt;2021-09-30 12:15:13&lt;\/Prompt&gt;\r\n&lt;!-- Performance date of offer [required date] --&gt;\r\n&lt;Performance&gt;2021-09-30 12:15:13&lt;\/Performance&gt;\r\n&lt;!-- Issued date of offer [required date] --&gt;\r\n&lt;Issued&gt;2021-09-22 12:15:13&lt;\/Issued&gt;\r\n&lt;!-- Description of offer [optional string] --&gt;\r\n&lt;Subject&gt;Some note&lt;\/Subject&gt;\r\n&lt;!-- Status of offer [required string]--&gt;\r\n&lt;Status&gt;Accepted&lt;\/Status&gt;\r\n&lt;!-- Data of Customer --&gt;\r\n&lt;Customer&gt;\r\n&lt;!-- Name of Customer [required string] --&gt;\r\n&lt;Name&gt;Test Example&lt;\/Name&gt;\r\n&lt;!-- Country of customer [required string] --&gt;\r\n&lt;CountryId&gt;Hungary&lt;\/CountryId&gt;\r\n&lt;!-- Postalcode of customer [required string] --&gt;\r\n&lt;PostalCode&gt;1042&lt;\/PostalCode&gt;\r\n&lt;!-- City of customer [required string] --&gt;\r\n&lt;City&gt;Budapest&lt;\/City&gt;\r\n&lt;!-- Address of customer [required string] --&gt;\r\n&lt;Address&gt;Test Elek u. 94.&lt;\/Address&gt;\r\n&lt;\/Customer&gt;\r\n&lt;!-- Data of product --&gt;\r\n&lt;Products&gt;\r\n&lt;!-- Id = External id of product [required int] --&gt;\r\n&lt;Product Id=\"11144\"&gt;\r\n&lt;!-- Name of product [required int] --&gt;\r\n&lt;Name&gt;First product&lt;\/Name&gt;\r\n&lt;!-- SKU code of product [optional string] --&gt;\r\n&lt;SKU&gt;ET-1234&lt;\/SKU&gt;\r\n&lt;!-- EAN code of product [optional string] --&gt;\r\n&lt;EAN&gt;1865489756485&lt;\/EAN&gt;\r\n&lt;!-- Nett price of product [required int] --&gt;\r\n&lt;PriceNet&gt;1250&lt;\/PriceNet&gt;\r\n&lt;!-- Quantity of product [required int] --&gt;\r\n&lt;Quantity&gt;5&lt;\/Quantity&gt;\r\n&lt;!-- Unit of product [required string] --&gt;\r\n&lt;Unit&gt;piece&lt;\/Unit&gt;\r\n&lt;!-- VAT of product [required int] --&gt;\r\n&lt;VAT&gt;27%&lt;\/VAT&gt;\r\n&lt;!-- Folder of product in MiniCRM. If it does not exist, then it is created automaticly [required string] --&gt;\r\n&lt;FolderName&gt;Default products&lt;\/FolderName&gt;\r\n&lt;\/Product&gt;\r\n&lt;\/Products&gt;\r\n&lt;\/Offer&gt;\r\n&lt;\/Offers&gt;\r\n&lt;\/Project&gt;\r\n&lt;\/Projects&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u00cen func\u021bie de op\u021biunile activate \u00een cadrul abonamentului t\u0103u este posibil s\u0103 nu ai acces la aceast\u0103 func\u021bionalitate. Ultima versiune a documenta\u021biei MiniCRM API (disponibil\u0103 \u00een limba englez\u0103) poate fi consultat\u0103 d\u00e2nd click pe urm\u0103torul link: MiniCRM Api English. Informa\u021bii necesare pentru autentificare ID-ul Sistemului &#8211; (sau\u00a0SystemId) \u0219i este compus din maximum 5 cifre \u0219i [&hellip;]<\/p>\n","protected":false},"author":54,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2557,1422],"tags":[1509,1701],"class_list":["post-36219","post","type-post","status-publish","format-standard","hentry","category-facturare","category-integrari","tag-api-ro","tag-offer-ro"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MiniCRM API pentru oferte - Documenta\u021bie MiniCRM<\/title>\n<meta name=\"description\" content=\"\u00cen func\u021bie de op\u021biunile activate \u00een cadrul abonamentului t\u0103u este posibil s\u0103 nu ai acces la aceast\u0103 func\u021bionalitate. Ultima versiune a documenta\u021biei\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.minicrm.ro\/help\/minicrm-api-pentru-oferte\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MiniCRM API pentru oferte - Documenta\u021bie MiniCRM\" \/>\n<meta property=\"og:description\" content=\"\u00cen func\u021bie de op\u021biunile activate \u00een cadrul abonamentului t\u0103u este posibil s\u0103 nu ai acces la aceast\u0103 func\u021bionalitate. Ultima versiune a documenta\u021biei\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.minicrm.ro\/help\/minicrm-api-pentru-oferte\/\" \/>\n<meta property=\"og:site_name\" content=\"Documenta\u021bie MiniCRM\" \/>\n<meta property=\"article:published_time\" content=\"2021-10-07T11:53:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-14T10:56:46+00:00\" \/>\n<meta name=\"author\" content=\"Bogdan Burciu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bogdan Burciu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.minicrm.ro\\\/help\\\/minicrm-api-pentru-oferte\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.minicrm.ro\\\/help\\\/minicrm-api-pentru-oferte\\\/\"},\"author\":{\"name\":\"Bogdan Burciu\",\"@id\":\"https:\\\/\\\/www.minicrm.hu\\\/help\\\/#\\\/schema\\\/person\\\/8a676279a8b36970727c5347285cebb9\"},\"headline\":\"MiniCRM API pentru oferte\",\"datePublished\":\"2021-10-07T11:53:41+00:00\",\"dateModified\":\"2026-01-14T10:56:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.minicrm.ro\\\/help\\\/minicrm-api-pentru-oferte\\\/\"},\"wordCount\":358,\"keywords\":[\"api-ro\",\"offer-ro\"],\"articleSection\":[\"Facturare\",\"Integr\u0103ri\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.minicrm.ro\\\/help\\\/minicrm-api-pentru-oferte\\\/\",\"url\":\"https:\\\/\\\/www.minicrm.ro\\\/help\\\/minicrm-api-pentru-oferte\\\/\",\"name\":\"MiniCRM API pentru oferte - Documenta\u021bie MiniCRM\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.minicrm.hu\\\/help\\\/#website\"},\"datePublished\":\"2021-10-07T11:53:41+00:00\",\"dateModified\":\"2026-01-14T10:56:46+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.minicrm.hu\\\/help\\\/#\\\/schema\\\/person\\\/8a676279a8b36970727c5347285cebb9\"},\"description\":\"\u00cen func\u021bie de op\u021biunile activate \u00een cadrul abonamentului t\u0103u este posibil s\u0103 nu ai acces la aceast\u0103 func\u021bionalitate. Ultima versiune a documenta\u021biei\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.minicrm.ro\\\/help\\\/minicrm-api-pentru-oferte\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.minicrm.ro\\\/help\\\/minicrm-api-pentru-oferte\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.minicrm.ro\\\/help\\\/minicrm-api-pentru-oferte\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.minicrm.hu\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MiniCRM API pentru oferte\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.minicrm.hu\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/www.minicrm.hu\\\/help\\\/\",\"name\":\"Documenta\u021bie MiniCRM\",\"description\":\"Welcome to MiniCRM\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.minicrm.hu\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.minicrm.hu\\\/help\\\/#\\\/schema\\\/person\\\/8a676279a8b36970727c5347285cebb9\",\"name\":\"Bogdan Burciu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e14cb779ed6e91c809dfbe3a892ee4d39402679edbbf262dbb8811974db2df54?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e14cb779ed6e91c809dfbe3a892ee4d39402679edbbf262dbb8811974db2df54?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e14cb779ed6e91c809dfbe3a892ee4d39402679edbbf262dbb8811974db2df54?s=96&d=mm&r=g\",\"caption\":\"Bogdan Burciu\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MiniCRM API pentru oferte - Documenta\u021bie MiniCRM","description":"\u00cen func\u021bie de op\u021biunile activate \u00een cadrul abonamentului t\u0103u este posibil s\u0103 nu ai acces la aceast\u0103 func\u021bionalitate. Ultima versiune a documenta\u021biei","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.minicrm.ro\/help\/minicrm-api-pentru-oferte\/","og_locale":"en_US","og_type":"article","og_title":"MiniCRM API pentru oferte - Documenta\u021bie MiniCRM","og_description":"\u00cen func\u021bie de op\u021biunile activate \u00een cadrul abonamentului t\u0103u este posibil s\u0103 nu ai acces la aceast\u0103 func\u021bionalitate. Ultima versiune a documenta\u021biei","og_url":"https:\/\/www.minicrm.ro\/help\/minicrm-api-pentru-oferte\/","og_site_name":"Documenta\u021bie MiniCRM","article_published_time":"2021-10-07T11:53:41+00:00","article_modified_time":"2026-01-14T10:56:46+00:00","author":"Bogdan Burciu","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bogdan Burciu","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.minicrm.ro\/help\/minicrm-api-pentru-oferte\/#article","isPartOf":{"@id":"https:\/\/www.minicrm.ro\/help\/minicrm-api-pentru-oferte\/"},"author":{"name":"Bogdan Burciu","@id":"https:\/\/www.minicrm.hu\/help\/#\/schema\/person\/8a676279a8b36970727c5347285cebb9"},"headline":"MiniCRM API pentru oferte","datePublished":"2021-10-07T11:53:41+00:00","dateModified":"2026-01-14T10:56:46+00:00","mainEntityOfPage":{"@id":"https:\/\/www.minicrm.ro\/help\/minicrm-api-pentru-oferte\/"},"wordCount":358,"keywords":["api-ro","offer-ro"],"articleSection":["Facturare","Integr\u0103ri"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.minicrm.ro\/help\/minicrm-api-pentru-oferte\/","url":"https:\/\/www.minicrm.ro\/help\/minicrm-api-pentru-oferte\/","name":"MiniCRM API pentru oferte - Documenta\u021bie MiniCRM","isPartOf":{"@id":"https:\/\/www.minicrm.hu\/help\/#website"},"datePublished":"2021-10-07T11:53:41+00:00","dateModified":"2026-01-14T10:56:46+00:00","author":{"@id":"https:\/\/www.minicrm.hu\/help\/#\/schema\/person\/8a676279a8b36970727c5347285cebb9"},"description":"\u00cen func\u021bie de op\u021biunile activate \u00een cadrul abonamentului t\u0103u este posibil s\u0103 nu ai acces la aceast\u0103 func\u021bionalitate. Ultima versiune a documenta\u021biei","breadcrumb":{"@id":"https:\/\/www.minicrm.ro\/help\/minicrm-api-pentru-oferte\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.minicrm.ro\/help\/minicrm-api-pentru-oferte\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.minicrm.ro\/help\/minicrm-api-pentru-oferte\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.minicrm.hu\/help\/"},{"@type":"ListItem","position":2,"name":"MiniCRM API pentru oferte"}]},{"@type":"WebSite","@id":"https:\/\/www.minicrm.hu\/help\/#website","url":"https:\/\/www.minicrm.hu\/help\/","name":"Documenta\u021bie MiniCRM","description":"Welcome to MiniCRM","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.minicrm.hu\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.minicrm.hu\/help\/#\/schema\/person\/8a676279a8b36970727c5347285cebb9","name":"Bogdan Burciu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e14cb779ed6e91c809dfbe3a892ee4d39402679edbbf262dbb8811974db2df54?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e14cb779ed6e91c809dfbe3a892ee4d39402679edbbf262dbb8811974db2df54?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e14cb779ed6e91c809dfbe3a892ee4d39402679edbbf262dbb8811974db2df54?s=96&d=mm&r=g","caption":"Bogdan Burciu"}}]}},"_links":{"self":[{"href":"https:\/\/www.minicrm.ro\/help\/wp-json\/wp\/v2\/posts\/36219","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.minicrm.ro\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.minicrm.ro\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.minicrm.ro\/help\/wp-json\/wp\/v2\/users\/54"}],"replies":[{"embeddable":true,"href":"https:\/\/www.minicrm.ro\/help\/wp-json\/wp\/v2\/comments?post=36219"}],"version-history":[{"count":4,"href":"https:\/\/www.minicrm.ro\/help\/wp-json\/wp\/v2\/posts\/36219\/revisions"}],"predecessor-version":[{"id":61486,"href":"https:\/\/www.minicrm.ro\/help\/wp-json\/wp\/v2\/posts\/36219\/revisions\/61486"}],"wp:attachment":[{"href":"https:\/\/www.minicrm.ro\/help\/wp-json\/wp\/v2\/media?parent=36219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.minicrm.ro\/help\/wp-json\/wp\/v2\/categories?post=36219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.minicrm.ro\/help\/wp-json\/wp\/v2\/tags?post=36219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}