GET api/BusinessScope/{id}

Поиск по ИД

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

ИД BusinessScopeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

BusinessScope
NameDescriptionTypeAdditional information
BusinessScopeId

ИД

integer

None.

BusinessScopeName

Наименование сферы деятельности

string

Required

RoleName

Роль

string

None.

Response Formats

application/json, text/json

Sample:
{
  "BusinessScopeId": 1,
  "BusinessScopeName": "sample string 2",
  "RoleName": "sample string 3"
}

application/xml, text/xml

Sample:
<BusinessScope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SadiApi.Models">
  <BusinessScopeId>1</BusinessScopeId>
  <BusinessScopeName>sample string 2</BusinessScopeName>
  <RoleName>sample string 3</RoleName>
</BusinessScope>