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": "087b5de8-ec46-4bf4-959b-eeb46683ad07",
"Confirmed": true,
"Rejected": true,
"CountryID": 1,
"UserUUIDCur": "b76fc41c-a4a8-495e-a714-11ed14ef98a6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]