GET GetILOSConfiguration?SID={SID}&Unversalid={Unversalid}&bCacheRefresh={bCacheRefresh}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SID | integer |
Default value is 0 |
|
Unversalid | integer |
Default value is 0 |
|
bCacheRefresh | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
ResponseOfILOSSetupdataName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | ILOSSetupdata |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": { "CID": "sample string 1", "ILOS": "sample string 2", "ILOSLimit": 3, "CName": "sample string 4" } }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":{"CID":"sample string 1","ILOS":"sample string 2","ILOSLimit":3,"CName":"sample string 4"}}
application/xml, text/xml
Sample:
<ResponseOfILOSSetupdataILgr5ZvH xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body xmlns:d2p1="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Account"> <d2p1:CID>sample string 1</d2p1:CID> <d2p1:CName>sample string 4</d2p1:CName> <d2p1:ILOS>sample string 2</d2p1:ILOS> <d2p1:ILOSLimit>3</d2p1:ILOSLimit> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfILOSSetupdataILgr5ZvH>