POST api/AdminReff/AdmGetReffDescr

AdmGetReffDescr

Request Information

URI Parameters

None.

Body Parameters

GetReffDescr_Request
NameDescriptionTypeAdditional information
ReffDescrID

integer

None.

LanguageID

integer

None.

ReffDescrActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDescrID": 1,
  "LanguageID": 1,
  "ReffDescrActive": true,
  "UserUUIDCur": "9b84666c-da2b-432d-aadb-85a988a7a8ba"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]