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": "612a1d18-2e69-4955-9390-757707b2b14d",
  "ReffDocumentLegalUUID": "718ab136-c005-4d57-abf9-65f9d53fa379",
  "ReffDocumentLegalActive": true,
  "CountryID": 1,
  "UserUUIDCur": "76fa51d0-7bf7-4674-8eb1-7d928662a175"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}