POST api/AdminReff/AdmGetReffDocumentLegalConfirmReject
AdmGetReffDocumentLegalConfirmReject
Request Information
URI Parameters
None.
Body Parameters
AdmGetReffDocumentLegalConfirmReject_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ReffDocumentLegalUUIDUsr | globally unique identifier |
None. |
|
| Confirmed | boolean |
None. |
|
| Rejected | boolean |
None. |
|
| CountryID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReffDocumentLegalUUIDUsr": "163fadc7-a882-47f0-836d-f2293530f290",
"Confirmed": true,
"Rejected": true,
"CountryID": 1,
"UserUUIDCur": "c1e0a5d8-b5a8-4076-93c1-e80caaa18909"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]