POST api/AdminReff/AdmGetReffDocumentLegalCountry

AdmGetReffDocumentLegalCountry

Request Information

URI Parameters

None.

Body Parameters

AdmGetReffDocumentLegalCountry_Request
NameDescriptionTypeAdditional information
ReffDocumentLegalUUIDCtry

globally unique identifier

None.

ReffDocumentLegalUUID

globally unique identifier

None.

ReffDocumentLegalActive

boolean

None.

CountryID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDocumentLegalUUIDCtry": "1b623d04-5584-4b11-988a-5bf9f44c50b6",
  "ReffDocumentLegalUUID": "c05a4c6f-38d9-486e-a7b2-d38827474b59",
  "ReffDocumentLegalActive": true,
  "CountryID": 1,
  "UserUUIDCur": "ad58bab3-6208-4365-993d-ecd1a18a28d4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}