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": "6d0856a4-731e-4ed8-8022-77be706c2087",
  "Confirmed": true,
  "Rejected": true,
  "CountryID": 1,
  "UserUUIDCur": "3a2ef749-b187-4a8d-8eca-bcc14429d394"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]