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": "dd364c23-c285-4eeb-bea2-25e47299bc03",
  "Confirmed": true,
  "Rejected": true,
  "CountryID": 1,
  "UserUUIDCur": "083572be-da5e-4423-9c24-53055251a476"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]