Send data from ERP using API


Meet Gami

2023-01-02 20:01:38


For Example:-
    API URL:- https://test.strategicerpcloud.com/strategicerp/pages/meetgamidemo.jsp?action=testapidata&cloudcode=realestatemedium
    JSON DATA:- {"data1":"9898776655","data2":"test"}

    The API will send the JSON in this format so you can get the data by using the key of the JSON(Provided by the Third Party)

    data1 is the JSON key which is storing the Mobile Number from ERP. data2 is the JSON key which is storing the Party Name from ERP.

    So when the API is fired JSON DATA {"data1":"9898776655","data2":"test"} will be sent with the API.