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": "201da74b-e42a-4e70-beb2-3ae749dafdca",
"LanguageID": 1,
"ReffDocumentLegalActive": true,
"PhotoType": 1,
"UserUUIDCur": "591fe39d-ec48-433c-86e7-90f7bf26a860"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]