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": "972349f2-5991-4f0a-8f86-f96dc3afdd06",
  "Confirmed": true,
  "Rejected": true,
  "CountryID": 1,
  "UserUUIDCur": "33d70021-04a0-4bf5-bf7d-9694bb1f5952"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]