POST api/AdminReff/AdmGetReffDocumentLegalFConfirmReject

AdmGetReffDocumentLegalFConfirmReject

Request Information

URI Parameters

None.

Body Parameters

AdmGetReffDocumentLegalFConfirmReject_Request
NameDescriptionTypeAdditional information
ReffDocumentLegalFUUIDUsr

globally unique identifier

None.

Confirmed

boolean

None.

ReffDocumentLegalUUIDUsr

globally unique identifier

None.

Rejected

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDocumentLegalFUUIDUsr": "28bcdad1-86dd-4420-8035-4872f459fa19",
  "Confirmed": true,
  "ReffDocumentLegalUUIDUsr": "6a4ceab0-0020-4574-b18f-6340e9c277c5",
  "Rejected": true,
  "UserUUIDCur": "0fd50243-7028-4fb6-9843-ea92af47dd5d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]