POST api/AdminReff/AdmGetReffDocumentLegal
AdmGetReffDocumentLegal
Request Information
URI Parameters
None.
Body Parameters
AdmGetReffDocumentLegal_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ReffDocumentLegalUUID | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
|
| ReffDocumentLegalActive | boolean |
None. |
|
| PhotoType | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReffDocumentLegalUUID": "f7daebb3-6ad8-4a5b-abf9-becf0db1d19b",
"LanguageID": 1,
"ReffDocumentLegalActive": true,
"PhotoType": 1,
"UserUUIDCur": "4a87c3a5-4ca3-4cdb-8df4-0235c2ab9f95"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]