Endpoint Join

(Api: JoinApi_v_001)


Endpoint SendSms

(Api: SendSmsApi_v_001)

GetDatiPayPal.


Link: “https://joinapiweb.jointechnology.it/api/JoinApi_v_001/”

Method: “/GetDatiPayPal”

Parameters to pass as Header:


(Example c#)


request.AddHeader("Content-Type", "application/json");

request.AddHeader("Authorization", "Bearer " + token);

request.AddJsonBody("Parametri", "");

request.AddHeader("ErrCode", ErrCode);

request.AddHeader("ErrDesc", ErrDesc);

request.AddHeader("TotRow", TotRow);

request.AddHeader("TotPag", TotPag);

request.AddHeader("RetId", RetId);


Json returned from the call:


{

 "dati":[

     {

    "ID_PAYPAL":"1",

    "PAG_PAYPAL":"PAYPAL",

    "PAG_BONIFICO":"BONIFICO ",

    "USR":"VzlRclOx1GKOSVXsjiUOpBoVWQJNhHCu:",

    "PWD":"FEK9fg6hse4x`iM[Swo2Y6gK8qKuxGQstb",

    "ErrCode":"",

    "ErrDesc":""

     }

           ]

 }