Good time of day!

Click on the idea or tell me how to implement the unloading of the information block elements from Bitrix to 1C ... You need to implement the return exchange, the previous programmer implemented the return form via the information blocks ... Now you need to unload the data of these information blocks in 1C

  • If the platform 1C supports REST API. So on the side of the site, you can write processing, which will make changes to documents 1C. - Nikolaj Sarry
  • unfortunately, colleagues on the side of 1C are ready to work only through SOAP - Anton Golubkov
  • You can also do it through SOAP. Create a file that will select the data in Bitrix, and in 1C do the processing that will take them. The format in general is absolutely unimportant, you can even share via xml. - Nikolaj Sarry

0