POST api/AppReff/AppGetReffDocumentLegalF

AppGetReffDocumentLegalF

Request Information

URI Parameters

None.

Body Parameters

AppGetReffDocumentLegalF_Request
NameDescriptionTypeAdditional information
ReffDocumentLegalFUUIDUsr

globally unique identifier

None.

ReffDocumentLegalFUUIDCtry

globally unique identifier

None.

ReffDocumentLegalUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDocumentLegalFUUIDUsr": "5855e429-4f04-4763-bfe7-01eb1dcfb40b",
  "ReffDocumentLegalFUUIDCtry": "40534e9f-b092-43eb-ae2b-bb2b2ca7d805",
  "ReffDocumentLegalUUID": "365576b6-cbe7-4977-a6b8-1a6cef1d3040",
  "UserUUIDCur": "47378148-9a74-4158-a7e3-16fc30c11943"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetReffDocumentLegalF_Response
NameDescriptionTypeAdditional information
ReffDocumentLegalFUUIDUsr

globally unique identifier

None.

ReffDocumentLegalUUIDUsr

globally unique identifier

None.

Rejected

boolean

None.

RejectDescr

string

None.

ReffDocumentLegalFUUIDCtry

globally unique identifier

None.

ReffDocumentLegalFieldName

string

None.

ReffDocumentLegalFieldType

string

None.

ReffDocumentLegalFieldDescr

string

None.

ReffDocumentLegalFValue

string

None.

Confirmed

boolean

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ReffDocumentLegalFUUIDUsr": "857a6ade-6e59-4769-9d4f-1e56220174f8",
    "ReffDocumentLegalUUIDUsr": "afae7558-4672-4955-a3c9-2c7845832e24",
    "Rejected": true,
    "RejectDescr": "sample string 2",
    "ReffDocumentLegalFUUIDCtry": "3855fd77-0101-4006-85a2-b0cb391046a2",
    "ReffDocumentLegalFieldName": "sample string 3",
    "ReffDocumentLegalFieldType": "sample string 4",
    "ReffDocumentLegalFieldDescr": "sample string 5",
    "ReffDocumentLegalFValue": "sample string 6",
    "Confirmed": true,
    "UserUUIDCur": "9c3bf8e2-2710-4f25-868a-3780578eb59f"
  },
  {
    "ReffDocumentLegalFUUIDUsr": "857a6ade-6e59-4769-9d4f-1e56220174f8",
    "ReffDocumentLegalUUIDUsr": "afae7558-4672-4955-a3c9-2c7845832e24",
    "Rejected": true,
    "RejectDescr": "sample string 2",
    "ReffDocumentLegalFUUIDCtry": "3855fd77-0101-4006-85a2-b0cb391046a2",
    "ReffDocumentLegalFieldName": "sample string 3",
    "ReffDocumentLegalFieldType": "sample string 4",
    "ReffDocumentLegalFieldDescr": "sample string 5",
    "ReffDocumentLegalFValue": "sample string 6",
    "Confirmed": true,
    "UserUUIDCur": "9c3bf8e2-2710-4f25-868a-3780578eb59f"
  }
]