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": "dabaea45-4d47-4a86-9cd3-2723a768a6d8",
  "LanguageID": 1,
  "ReffDocumentLegalActive": true,
  "PhotoType": 1,
  "UserUUIDCur": "c7f26a36-a0e0-4c07-b90b-ee8edb0f3336"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]