POST api/AdminReff/AdmSaveReffDocumentLegal
AdmSaveReffDocumentLegal
Request Information
URI Parameters
None.
Body Parameters
AdmSaveReffDocumentLegal_RequestName | Description | Type | Additional 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": "c01bbf5a-91f5-47d7-8140-7a53ac7b6189", "ReffDocumentLegalActive": true, "LanguageID": 1, "ReffDocumentLegalName": "sample string 1", "ReffDocumentLegalButton": "sample string 2", "ReffDocumentLegalButtonConfirmed": "sample string 3", "PhotoType": 1, "ReffDocumentLegalDescr": "sample string 4", "UserUUIDCur": "bb4bd066-5f37-4bcf-89e9-f513d9fc9117" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}