POST api/AdminReff/AdmSaveReffDocumentLegal
AdmSaveReffDocumentLegal
Request Information
URI Parameters
None.
Body Parameters
AdmSaveReffDocumentLegal_Request| Name | 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": "0ea2efe5-974e-4f86-be10-cb2cfcf144fc",
"ReffDocumentLegalActive": true,
"LanguageID": 1,
"ReffDocumentLegalName": "sample string 1",
"ReffDocumentLegalButton": "sample string 2",
"ReffDocumentLegalButtonConfirmed": "sample string 3",
"PhotoType": 1,
"ReffDocumentLegalDescr": "sample string 4",
"UserUUIDCur": "7466f779-aa74-4978-8f48-4d41385b61ef"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}