GET CNC/RequestTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CNCRequestType
NameDescriptionTypeAdditional information
Id

string

None.

LocalizedName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "sample string 1",
    "LocalizedName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCNCRequestType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.Models.MobileForms">
  <CNCRequestType>
    <Id>sample string 1</Id>
    <LocalizedName>sample string 2</LocalizedName>
  </CNCRequestType>
</ArrayOfCNCRequestType>