GET api/GetNOKTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of APINOKType
NameDescriptionTypeAdditional information
ID

integer

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Description": "sample string 2"
  },
  {
    "ID": 1,
    "Description": "sample string 2"
  }
]

application/octet-stream, multipart/form-data

Sample:
[{"ID":1,"Description":"sample string 2"},{"ID":1,"Description":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfSysItemsController.APINOKType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTMW.Controllers">
  <SysItemsController.APINOKType>
    <Description>sample string 2</Description>
    <ID>1</ID>
  </SysItemsController.APINOKType>
  <SysItemsController.APINOKType>
    <Description>sample string 2</Description>
    <ID>1</ID>
  </SysItemsController.APINOKType>
</ArrayOfSysItemsController.APINOKType>