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": "07457ad6-aad3-4b86-9fba-c9db7441c8e7",
  "ReffDocumentLegalUUID": "9d5a9ab8-147a-4d31-9028-45ab1d0e3bdc",
  "ReffDocumentLegalActive": true,
  "CountryID": 1,
  "UserUUIDCur": "ac1f90a7-411f-4e6d-bde3-f253ee7849ca"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}