Package DE_EPAGES::SageOne::API::Webservice::RestService
Generic REST Service for requesting to epagesj
Functions
decodeResponse
Decode response content §throws JsonParserError
Syntax |
decodeResponse($Response); |
Input |
|
Return |
|
new
creates a new object of RestService
Syntax |
new(); |
Input |
|
Return |
|
sendDeleteRequest
does the delete request to epagesj §throws JsonParserError, WebserviceError
Syntax |
sendDeleteRequest($Url, $hHeaders); |
Input |
|
Return |
|
sendGetRequest
does the get request to epagesj §throws WebserviceError
Syntax |
sendGetRequest($Url, $hHeaders); |
Input |
|
Return |
|
sendPutRequest
does the put request to epagesj §throws JsonParserError, WebserviceError
Syntax |
sendPutRequest($Url, $hHeaders, $hContent); |
Input |
|
Return |
|