GET api/FeeType/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

FeeType
NameDescriptionTypeAdditional information
FeeTypeId

integer

None.

Type

string

String length: inclusive between 0 and 50

Response Formats

application/json, text/json

Sample:
{
  "feeTypeId": 1,
  "type": "sample string 2"
}

text/html

Sample:
{"feeTypeId":1,"type":"sample string 2"}

application/xml, text/xml

Sample:
<FeeType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UBBEAMS.Infrastructure.Models">
  <FeeTypeId>1</FeeTypeId>
  <Type>sample string 2</Type>
</FeeType>