get https://test1.maksuturva.fi/GetCompensationsByTimeInterval.pmt
Log in to see full request history
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});
Responses
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});
xxxxxxxxxx
curl --request GET \
--url https://test1.maksuturva.fi/GetCompensationsByTimeInterval.pmt \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded' \
--data gc_action=GET_COMPENSATIONS \
--data gc_version=0001 \
--data gc_keygeneration=001
Try It!
to start a request and see the response here! Or choose an example: