Request Information

URI Parameters

NameDescriptionTypeAdditional information
feeCategoryId

The fee category identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The fee category, if it exists.

Pico.FeeCategory
NameDescriptionTypeAdditional information
description

Gets or sets the description.

string

None.

isActive

Gets or sets a value indicating whether fee type is active.

boolean

None.

id

Gets or sets the fee category identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "description": "sample String 1",
  "isActive": true,
  "id": "3"
}

text/html

Sample:
{"description":"sample String 1","isActive":true,"id":"3"}

application/xml, text/xml

Sample:
<FeeCategory xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Description>sample String 1</Description>
  <IsActive>true</IsActive>
  <FeeCategoryId>3</FeeCategoryId>
</FeeCategory>