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": "5299ab07-1515-467d-807f-580acf29f075",
  "ReffDocumentLegalUUID": "9f3d7b27-2ea8-4cf5-a0e8-b7b08d00dafc",
  "ReffDocumentLegalActive": true,
  "CountryID": 1,
  "UserUUIDCur": "fe38cea1-34d9-4655-b6e8-a3dd34abca3c"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}