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": "b08430c2-7a1d-4732-81a5-fd9cc0755b48",
"ReffDocumentLegalActive": true,
"LanguageID": 1,
"ReffDocumentLegalName": "sample string 1",
"ReffDocumentLegalButton": "sample string 2",
"ReffDocumentLegalButtonConfirmed": "sample string 3",
"PhotoType": 1,
"ReffDocumentLegalDescr": "sample string 4",
"UserUUIDCur": "7fdea171-d433-49b3-b49e-8683025eaf86"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}