POST api/AdminReff/AdmGetReffDocumentLegalConfirmReject

AdmGetReffDocumentLegalConfirmReject

Request Information

URI Parameters

None.

Body Parameters

AdmGetReffDocumentLegalConfirmReject_Request
NameDescriptionTypeAdditional 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": "18c84de7-ad61-405c-80b0-4e5c84595605",
  "Confirmed": true,
  "Rejected": true,
  "CountryID": 1,
  "UserUUIDCur": "c11a956f-8e8a-46a0-b2c2-d1709422e968"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]