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": "d813f9ae-184e-4566-8666-a952bfa7bbb4",
  "Confirmed": true,
  "ReffDocumentLegalUUIDUsr": "0762a375-e6fd-4f60-a2ac-847d6b05f26c",
  "Rejected": true,
  "UserUUIDCur": "927271d8-bc32-4b24-a790-ec703cd4f6ba"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]