POST api/AdminReff/AdmSaveReffDocumentLegalCountry

AdmSaveReffDocumentLegalCountry

Request Information

URI Parameters

None.

Body Parameters

AdmSaveReffDocumentLegalCountry_Request
NameDescriptionTypeAdditional information
ReffDocumentLegalUUIDCtry

globally unique identifier

None.

ReffDocumentLegalUUID

globally unique identifier

None.

CompanyUUID

globally unique identifier

None.

ReffDocumentLegalUUIDCtrySlave

globally unique identifier

None.

ReffDocumentLegalUUIDCtryLink

globally unique identifier

None.

RegistrationValidation

boolean

None.

BeforePayOut

boolean

None.

HTMLtoPDF

string

None.

EveryPayOut

boolean

None.

ReffDocumentLegalActive

boolean

None.

CountryID

integer

None.

ReffDocumentLegalPriority

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDocumentLegalUUIDCtry": "b039189e-50a6-44a5-a394-804acd99ca8d",
  "ReffDocumentLegalUUID": "4b5e2fd7-20cd-4d7a-94a1-b75a8d89a368",
  "CompanyUUID": "cdcd8b10-51cf-423a-a8cb-22e3accb8152",
  "ReffDocumentLegalUUIDCtrySlave": "24b68012-3a67-46c0-a3dc-944e1fa4d468",
  "ReffDocumentLegalUUIDCtryLink": "dfa47faa-4de9-485d-bed2-c0cf457d9421",
  "RegistrationValidation": true,
  "BeforePayOut": true,
  "HTMLtoPDF": "sample string 1",
  "EveryPayOut": true,
  "ReffDocumentLegalActive": true,
  "CountryID": 1,
  "ReffDocumentLegalPriority": 1,
  "UserUUIDCur": "91808926-103b-4ccb-817a-9f0258128659"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}