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": "acc9b9c4-58d4-49a7-aa63-3f721f307bde",
  "Confirmed": true,
  "Rejected": true,
  "CountryID": 1,
  "UserUUIDCur": "08f803f8-e15e-4a67-855f-6e7fd27f77c3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]