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": "a7cc6cc7-0261-46f4-9f84-17e5dd615b72",
"Confirmed": true,
"Rejected": true,
"CountryID": 1,
"UserUUIDCur": "1f83bafc-e0db-4036-8cc2-5ff6663f919d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]