POST api/AdminReff/AdmSaveReffDocumentLegal

AdmSaveReffDocumentLegal

Request Information

URI Parameters

None.

Body Parameters

AdmSaveReffDocumentLegal_Request
NameDescriptionTypeAdditional information
ReffDocumentLegalUUID

globally unique identifier

None.

ReffDocumentLegalActive

boolean

None.

LanguageID

integer

None.

ReffDocumentLegalName

string

None.

ReffDocumentLegalButton

string

None.

ReffDocumentLegalButtonConfirmed

string

None.

PhotoType

integer

None.

ReffDocumentLegalDescr

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDocumentLegalUUID": "508f7fc7-c60e-4f50-ac9e-f1f9ad460257",
  "ReffDocumentLegalActive": true,
  "LanguageID": 1,
  "ReffDocumentLegalName": "sample string 1",
  "ReffDocumentLegalButton": "sample string 2",
  "ReffDocumentLegalButtonConfirmed": "sample string 3",
  "PhotoType": 1,
  "ReffDocumentLegalDescr": "sample string 4",
  "UserUUIDCur": "40913ae5-fbe8-467c-a893-29c42b60f9f0"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}