GET api/admin/masters/AllNoc

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of utblMstNocTypes
NameDescriptionTypeAdditional information
NocID

integer

None.

NocTypeName

string

Required

Response Formats

application/json, text/json

Sample:
[
  {
    "NocID": 1,
    "NocTypeName": "sample string 2"
  },
  {
    "NocID": 1,
    "NocTypeName": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfutblMstNocTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FireNOC.Entities.Models">
  <utblMstNocTypes>
    <NocID>1</NocID>
    <NocTypeName>sample string 2</NocTypeName>
  </utblMstNocTypes>
  <utblMstNocTypes>
    <NocID>1</NocID>
    <NocTypeName>sample string 2</NocTypeName>
  </utblMstNocTypes>
</ArrayOfutblMstNocTypes>