GET api/MSDKMasterCategory

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

WebApiResult2OfMasterCategoryModelList
NameDescriptionTypeAdditional information
Success

boolean

None.

ExMsg

string

None.

ExStackTrace

string

None.

ResultModel

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "ExMsg": "sample string 2",
  "ExStackTrace": "sample string 3",
  "ResultModel": null
}

application/xml, text/xml

Sample:
<WebApiResult2OfArrayOfMasterCategoryModelp3CFK3Ot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobileSDKModel.Models">
  <ExMsg>sample string 2</ExMsg>
  <ExStackTrace>sample string 3</ExStackTrace>
  <Response>sample string 4</Response>
  <ResultModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/MasterMatcherLib.Model" i:nil="true" />
  <Success>true</Success>
  <Url>sample string 5</Url>
</WebApiResult2OfArrayOfMasterCategoryModelp3CFK3Ot>