POST api/AdminReff/AdmGetReffDocumentLegal

AdmGetReffDocumentLegal

Request Information

URI Parameters

None.

Body Parameters

AdmGetReffDocumentLegal_Request
NameDescriptionTypeAdditional information
ReffDocumentLegalUUID

globally unique identifier

None.

LanguageID

integer

None.

ReffDocumentLegalActive

boolean

None.

PhotoType

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDocumentLegalUUID": "69422cf6-5ac8-4222-98be-6689b51c80d5",
  "LanguageID": 1,
  "ReffDocumentLegalActive": true,
  "PhotoType": 1,
  "UserUUIDCur": "55af0282-e8aa-4721-a147-c84c518eae8c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]