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": "ce502db7-13d4-46f1-8060-e10d142b2b0b",
  "LanguageID": 1,
  "ReffDocumentLegalActive": true,
  "PhotoType": 1,
  "UserUUIDCur": "c19c8c4f-ecac-4e81-8be6-a2fafdbcf1ec"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]