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": "4c2629da-fbdb-4841-83b9-c59c7db45d83",
  "Confirmed": true,
  "ReffDocumentLegalUUIDUsr": "768bb233-5a87-4ef5-88f0-0fc826ca9d03",
  "Rejected": true,
  "UserUUIDCur": "29211191-1035-491c-81dd-de4ed58ec261"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]