GET api/tb_Services/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

tb_Services
NameDescriptionTypeAdditional information
ServiceID

integer

None.

ServiceName

string

String length: inclusive between 0 and 250

Username

string

String length: inclusive between 0 and 200

Response Formats

application/json, text/json

Sample:
{
  "ServiceID": 1,
  "ServiceName": "sample string 2",
  "Username": "sample string 3"
}