GET SecretarialCompanyRole/Get/{id}

Gets the specified Secretarial Company Role based on the identifier.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The identifier.

Body Parameters

None.

Response Information

Resource Description

Secretarial Company Role
NameTypeAdditional informationDescription
ID integer

None.

Description string

Required

String length: inclusive between 0 and 100

Response Formats

application/json, text/json

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