public interface SageoneRequestExecutor
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
execute(HttpRequest<javax.ws.rs.core.Form> request,
GUID shopGuid)
Prepares Request for sageone, and executes the call.
|
javax.ws.rs.core.Response execute(HttpRequest<javax.ws.rs.core.Form> request, GUID shopGuid) throws RequestException
request
- The request to be sent.shopGuid
- GUID of the shop to resolve the correct access token.RequestException
- if something went wrong sending the request