POST api/AdminReff/AdmGetReffDocumentLegalConfirmReject
AdmGetReffDocumentLegalConfirmReject
Request Information
URI Parameters
None.
Body Parameters
AdmGetReffDocumentLegalConfirmReject_RequestName | 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": "97dbc9a3-a77d-4484-a4e1-754d83ba7bb5", "Confirmed": true, "Rejected": true, "CountryID": 1, "UserUUIDCur": "ab11a1a2-16f1-4a8a-90cf-debaea05fe6f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]