Ir al contenido principal

Entradas

Mostrando entradas de febrero, 2021

How to call an API through POSTMAN tool and map with X3 fields (Fuete de datos GREYTRIX)

 Fuente de datos:  https://www.greytrix.com/blogs/sagex3/2020/07/27/how-to-call-an-api-through-postman-tool-and-map-with-x3-fields/ By  Greytrix   |   July 27, 2020 0 Comment We come across the scenario, where we will use POSTMAN software tool  to examine the working of external API. Postman is a simple GUI for sending HTTP requests and viewing responses. REST services are available in sage x3 that returns data in a JSON format. In this blog, we are going to visualize the mapping of fields from postman to x3 Rest web services. Example : In Postman IDE, 1.HTTP Request  — Request is the simplest way possible to make http calls. HTTP Request contains of Request Method, Request URL, Authorization, Request Header, Request Body. a. Request Method: Request method defines the type of request to be made. There are mainly four request methods, used for creating/updating, retrieving and deleting data. POST Request     — For Creating Or Updating data PUT Request       — For Updating data GET Reque