GET api/NoteType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

NoteTypeDTO
NameDescriptionTypeAdditional information
NoteCode

string

None.

NoteTypeDesc

string

None.

Response Formats

application/json, text/json

Sample:
{
  "NoteCode": "sample string 1",
  "NoteTypeDesc": "sample string 2"
}

application/xml, text/xml

Sample:
<NoteTypeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FiresUniAPI.Models">
  <NoteCode>sample string 1</NoteCode>
  <NoteTypeDesc>sample string 2</NoteTypeDesc>
</NoteTypeDTO>