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": "0e80ff68-1c1b-43c3-ae84-3420e8eb15b4",
  "LanguageID": 1,
  "ReffDocumentLegalActive": true,
  "PhotoType": 1,
  "UserUUIDCur": "95c94e2f-bbac-4ac3-9819-321ae755a567"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]