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": "33980511-b6b4-4461-b31f-5f31348a30e8",
  "LanguageID": 1,
  "ReffDocumentLegalActive": true,
  "PhotoType": 1,
  "UserUUIDCur": "4766b995-8415-4a86-8111-5ef91aeb4f3d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]