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": "d465157e-feb3-424e-a9ce-0179de5a6dc7",
  "Confirmed": true,
  "ReffDocumentLegalUUIDUsr": "d7b8b1fa-7570-4498-96fd-58e845d6ff89",
  "Rejected": true,
  "UserUUIDCur": "5585faca-6127-4d27-87ce-78c008277100"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]