GET api/TestDB

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ErrorRes
NameDescriptionTypeAdditional information
errCode

string

None.

errDesc

string

None.

errFlag

string

None.

token

string

None.

recordId

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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