Service Access Control - ServiceControl()
Control Process
To access the Horoz E-Export Integration Web Service, a two-step security verification process is required. The first security step is authorizing the client's static IP information in the Horoz system. The second security step is that requests sent to the Horoz E-Export Integration Web Service must include the processKey
information, specific to the seller, which will be shared by the integration team.
The serviceControl()
method is a web service method used to check whether access to the Horoz Logistics E-Export Integration Web Service is possible through the IP and/or IP block authorized in the Horoz Logistics system. This web service method is a GET
type method and does not expect any parameters in the request. After the serviceControl()
method is queried by the client during the first step to test the connection, if these tests are successful, integration developments on the client side can begin within the scope of the operation determined with the Horoz Logistics sales and operations units.
GET ServiceControl()
Parameter Descriptions & Rules
The table below lists the input and output parameters for the serviceControl()
operation along with their types and formats.
- Fields
- Example Request
- Example Response
This method does not use any parameters.
This method does not use any request.
{
"responseCode": "STA-100",
"responseMessage": "Erişim Başarılı",
"ipBilgisi": "127.0.0.1"
}
Service Responses
You can access the successful/unsuccessful service responses here.