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": "ac0980c0-f8b0-46f4-8523-0a9f60ff325f",
  "Confirmed": true,
  "ReffDocumentLegalUUIDUsr": "1efce4f9-8594-441e-afc1-5502557ea18c",
  "Rejected": true,
  "UserUUIDCur": "98e1fbac-87c4-45c6-a46e-43f0c849cabf"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]