List Horoz Warehouses - listHorozWarehouses()
List Horoz Warehouses
This method will be used in order to access the warehouse addresses and to share such addresses with the users during the operations to be carried out in the international warehouses owned by Horoz. Such addresses will be accessible as the warehouse address information is entered into the system by the Horoz E-export MT unit. The formation of the collection points, as specified in the list, is recorded by the HOROZ E-export MT unit. This method will be used in the future when the WMS (Warehouse Management System) module is added.
-
The
listHorozWarehouses()
method is a function that returns the list of Horoz warehouses defined in the Horoz system to the client. -
The
listHorozWarehouses()
method is the function that returns the list of Horoz warehouses, which is defined into the Horoz system, to the client. The listHorozWarehouses method available within the E-Export integration web service takes the processKey value as header information as aGET
method. In return, the relevant method returns the information about wareHouseId,warehouseName,warehouseCountryCode,warehouseStateCode,warehouseCity, warehouseCounty,warehousePostCode,warehouseAddress,warehouseOfficialPerson,warehouse Phone,warehouseEmail to the client.
GET listHorozWarehouses()
Parameter Descriptions & Rules
The following table shows the input and output parameters of the listHorozWarehouses()
operation and their
The types and formats of the parameters are listed.
- Fields
- Example Request
- Example Response
PARAMETER | DESCRIPTION | DATA TYPE | LENGTH | FIELD LOCATION | REQUIRMENT |
---|---|---|---|---|---|
processKey | processKey information defined for the client | string | 100 | Header | Mandatory |
related method does not use any request.
{
"response": {
"responseCode": "STA-100",
"responseMessage": "ISLEM BASARILI",
"listHorozWarehouses": {
"wareHouses": [
{
"wareHouseId": 140,
"wareHouseName": "TEST DEPO",
"wareHouseCountryCode": "FR",
"wareHouseStateCode": null,
"wareHouseCity": null,
"wareHouseCounty": null,
"wareHousePostCode": null,
"wareHouseAddress": "HFJDHJD",
"wareHouseOfficialPerson": "HAKAN NADİR",
"wareHousePhone": "+333232323232",
"wareHouseEmail": "ozay14@gmail.com"
},
{
"wareHouseId": 141,
"wareHouseName": "TEST DEPO2",
"wareHouseCountryCode": "BE",
"wareHouseStateCode": null,
"wareHouseCity": null,
"wareHouseCounty": null,
"wareHousePostCode": null,
"wareHouseAddress": "WEWE",
"wareHouseOfficialPerson": "JASON",
"wareHousePhone": "+322121212121",
"wareHouseEmail": "ozay14@gmail.com"
},
{
"wareHouseId": 142,
"wareHouseName": "İNGİLTERE DEPO",
"wareHouseCountryCode": "UK",
"wareHouseStateCode": null,
"wareHouseCity": null,
"wareHouseCounty": null,
"wareHousePostCode": null,
"wareHouseAddress": "UNIT 4 TOWER ROAD BUSINESS PARK, RED EARTH ROAD, DARWEN, BB3 2DU UNITED KINGDOM",
"wareHouseOfficialPerson": "YEKİLİ-1",
"wareHousePhone": null,
"wareHouseEmail": null
},
{
"wareHouseId": 143,
"wareHouseName": "ALMANYA DEPO",
"wareHouseCountryCode": "DE",
"wareHouseStateCode": null,
"wareHouseCity": null,
"wareHouseCounty": null,
"wareHousePostCode": "38239",
"wareHouseAddress": "HÜTTENSTRASSE 32, 38239 SALZGİTTER / GERMANY",
"wareHouseOfficialPerson": "YETKİLİ-2",
"wareHousePhone": null,
"wareHouseEmail": null
},
{
"wareHouseId": 145,
"wareHouseName": "DSV KREFELD DEPO",
"wareHouseCountryCode": "DE",
"wareHouseStateCode": null,
"wareHouseCity": null,
"wareHouseCounty": null,
"wareHousePostCode": "47807",
"wareHouseAddress": "NİROSTASTRASSE 3 47807 KREFELD/ALMANYA",
"wareHouseOfficialPerson": "YETKİLİ-4",
"wareHousePhone": null,
"wareHouseEmail": null
}
]
}
}
}
Service Responses
You can access the successful/unsuccessful service responses here.