POST api/{area}/ISWData/GetSWData

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseEntity
NameDescriptionTypeAdditional information
code

string

None.

success

boolean

None.

message

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "success": true,
  "message": "sample string 3",
  "data": {}
}

application/xml, text/xml

Sample:
<ResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Package.DC.SWData.Models">
  <code>sample string 1</code>
  <data />
  <message>sample string 3</message>
  <success>true</success>
</ResponseEntity>