Service Access Control - ServiceControl()
Control Process
The web service method used for the purpose of checking that whether the client has access through the IP and/or the IP block authorized in the Horoz Logistics system for accessing to the Horoz Logistics Domestic Distribution Integration Web service. Such web service method is a GET type method, and there are no parameters expected from the client within the Request.
After the connection tests performed by the client by querying the serviceControl()
method at the first stage; if the results of such tests are successful, integration developments may be started on the client side as part of the operation determined with Horoz Logistics sales unit and operation unit.
GET ServiceControl()
Parameter Descriptions & Rules
The following table lists the input and output parameters of serviceControl()
and the types and formats of such parameters.
- Fields
- Example Request
- Example Response
The method does not use any parameters.
The method does not use any reuqest.
{
"responseCode": "STA-100",
"responseMessage": "Erişim Başarılı",
"ipBilgisi": "127.0.0.1"
}
Service Responses
Response Code | Response Message | Description |
---|---|---|
STA-100 | Erişim Başarılı | Indicates that the system has been accessed successfully. |