PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Post, Put on REST API
Post, Put on REST API
Iniciado por Ruan, 07,abr. 2015 13:52 - No hay respuesta
Miembro registrado
214 mensajes
Publicado el 07,abril 2015 - 13:52
Good Afternoon

I have a REST API that is used to update or add new clients to an external program. How would I call and POST (Add New) or PUT (Update)? The Existing field in the database is called CARDCODE = RUA999, The fields I want to update is Fax, Cell, Tel1, Tel2. The API is an http:// site that I just need to call i.e. http://service/api/bp/update_client

How do I specify the parameters to update RUA999 (Unique Key and lookup)

Thanks