POST api/GetGreetingMsg

Request Information

URI Parameters

None.

Body Parameters

GreetingMsgGetApiReq
NameDescriptionTypeAdditional information
modifiedBy

string

None.

token

string

None.

appId

string

None.

appName

string

None.

deviceId

string

None.

mobile

string

None.

Request Formats

application/json, text/json

Sample:
{
  "modifiedBy": "sample string 1",
  "token": "sample string 2",
  "appId": "sample string 3",
  "appName": "sample string 4",
  "deviceId": "sample string 5",
  "mobile": "sample string 6"
}

application/xml, text/xml

Sample:
<GreetingMsgGetApiReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoultryExpAPI.Models">
  <appId>sample string 3</appId>
  <appName>sample string 4</appName>
  <deviceId>sample string 5</deviceId>
  <mobile>sample string 6</mobile>
  <token>sample string 2</token>
  <modifiedBy>sample string 1</modifiedBy>
</GreetingMsgGetApiReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GreetingMsgRes
NameDescriptionTypeAdditional information
msg

string

None.

errCode

string

None.

errDesc

string

None.

errFlag

string

None.

token

string

None.

recordId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "msg": "sample string 1",
  "errCode": "sample string 2",
  "errDesc": "sample string 3",
  "errFlag": "sample string 4",
  "token": "sample string 5",
  "recordId": "sample string 6"
}

application/xml, text/xml

Sample:
<GreetingMsgRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoultryExpAPI.Models">
  <errCode>sample string 2</errCode>
  <errDesc>sample string 3</errDesc>
  <errFlag>sample string 4</errFlag>
  <recordId>sample string 6</recordId>
  <token>sample string 5</token>
  <msg>sample string 1</msg>
</GreetingMsgRes>