GET api/BusinessScope

Список

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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"
  },
  {
    "BusinessScopeId": 1,
    "BusinessScopeName": "sample string 2",
    "RoleName": "sample string 3"
  }
]

application/xml, text/xml

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