GetSystemInfo
This function returns various information for the WMS system.
Tags: GetTransporterContracts, GetTransporterContractsResult
Request XML
POST /xxx/service.asmx HTTP/1.1
Host: api.ongoingsystems.se
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ongoingsystems.se/WSI/GetSystemInfo"
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetSystemInfo xmlns="http://ongoingsystems.se/WSI">
<GoodsOwnerCode>string</GoodsOwnerCode>
<UserName>string</UserName>
<Password>string</Password>
</GetSystemInfo>
</soap:Body>
</soap:Envelope>
Request specification
GetSystemInfo |
UserName |
str(50) |
Req. |
Your username |
Password |
str(50) |
Req. |
Your password |
GoodsOwnerCode |
str(400) |
Req. |
The name/code of your client |
Response XML
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetSystemInfoResponse xmlns="http://ongoingsystems.se/WSI">
<GetSystemInfoResult>
<SystemTime>dateTime</SystemTime>
</GetSystemInfoResult>
</GetSystemInfoResponse>
</soap:Body>
</soap:Envelope>
Response specification
GetSystemInfoResult |
SystemTime |
DateTime |
Current time for the system. |