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": "997ae072-1ec7-43e3-acd6-b3981fa191a1",
"ReffDocumentLegalActive": true,
"LanguageID": 1,
"ReffDocumentLegalName": "sample string 1",
"ReffDocumentLegalButton": "sample string 2",
"ReffDocumentLegalButtonConfirmed": "sample string 3",
"PhotoType": 1,
"ReffDocumentLegalDescr": "sample string 4",
"UserUUIDCur": "c8667c77-67be-4eef-a3b3-05e60b2deb06"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}