GET api/SystemSetting/GetCurrentSystemSettingMobile

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MobileReturnObject
NameDescriptionTypeAdditional information
Message

string

None.

Status

boolean

None.

Obj

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "Obj": {}
}

application/xml, text/xml

Sample:
<MobileReturnObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OpexCourierHub.Entities">
  <Message>sample string 1</Message>
  <Obj />
  <Status>true</Status>
</MobileReturnObject>