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": "2261d044-650b-40e2-a497-59e8fca4998f",
  "ReffDocumentLegalUUID": "40b33666-681d-4796-a29a-d014df236d82",
  "ReffDocumentLegalActive": true,
  "CountryID": 1,
  "UserUUIDCur": "a376b5c2-ad06-4bf3-8f0e-1e65df21b3e3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}