GET api/WFM/GetAppTypeList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of clsAppTypeList
NameDescriptionTypeAdditional information
AppTypeId

string

None.

AppTypeName

string

None.

RespCode

string

None.

RespStatus

string

None.

RespMessage

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AppTypeId": "sample string 1",
    "AppTypeName": "sample string 2",
    "RespCode": "sample string 3",
    "RespStatus": "sample string 4",
    "RespMessage": "sample string 5"
  },
  {
    "AppTypeId": "sample string 1",
    "AppTypeName": "sample string 2",
    "RespCode": "sample string 3",
    "RespStatus": "sample string 4",
    "RespMessage": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfclsAppTypeList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WFM_WebAPI.Models">
  <clsAppTypeList>
    <AppTypeId>sample string 1</AppTypeId>
    <AppTypeName>sample string 2</AppTypeName>
    <RespCode>sample string 3</RespCode>
    <RespMessage>sample string 5</RespMessage>
    <RespStatus>sample string 4</RespStatus>
  </clsAppTypeList>
  <clsAppTypeList>
    <AppTypeId>sample string 1</AppTypeId>
    <AppTypeName>sample string 2</AppTypeName>
    <RespCode>sample string 3</RespCode>
    <RespMessage>sample string 5</RespMessage>
    <RespStatus>sample string 4</RespStatus>
  </clsAppTypeList>
</ArrayOfclsAppTypeList>