Rating:
3
Joined: Mar 22, 2021
Company: 1C Vietnam
Hi everyone, I'm working with an integration project and I just want to ask: " Are there any docuemnt related to Rest API to read? Could you guys introduce me something? Both English or Russian are ok to me. Thanks
if we want to work with data that is in 1C, then yes, the OData mechanism is perfect for this. Using this mechanism, we can create a REST interface for our 1C program and manipulate this data from any third-party application. How to do this is described, for example, here:
If we want to get access from 1C to the data of other applications that have their own REST interface, then in this case the developer can use the HTTPRequest object to form POST and GET requests to the desired service. How to do this is described, for example, here: