POST api/AdminReff/AdmSaveReffDocumentLegalFieldCountry

AdmSaveReffDocumentLegalFieldCountry

Request Information

URI Parameters

None.

Body Parameters

AdmSaveReffDocumentLegalFieldCountry_Request
NameDescriptionTypeAdditional information
ReffDocumentLegalFUUIDCtry

globally unique identifier

None.

ReffDocumentLegalUUIDCtry

globally unique identifier

None.

ReffDocumentLegalFieldName

string

None.

ReffDocumentLegalFieldCode

string

None.

ReffDocumentLegalFieldPriority

integer

None.

ReffDocumentLegalFieldType

string

None.

ReffDocumentLegalFieldDescr

string

None.

ReffDocumentLegalFActiveCtry

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDocumentLegalFUUIDCtry": "70f8610e-c222-47cf-b98d-4c6b286fedfd",
  "ReffDocumentLegalUUIDCtry": "db2af1ca-55ca-41fa-9daf-1ea068df0d97",
  "ReffDocumentLegalFieldName": "sample string 1",
  "ReffDocumentLegalFieldCode": "sample string 2",
  "ReffDocumentLegalFieldPriority": 1,
  "ReffDocumentLegalFieldType": "sample string 3",
  "ReffDocumentLegalFieldDescr": "sample string 4",
  "ReffDocumentLegalFActiveCtry": true,
  "UserUUIDCur": "9434c002-ff94-470e-a754-db7c138f3d39"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}