POST api/AppReff/AppSaveReffDocumentLegalF

AppSaveReffDocumentLegalF

Request Information

URI Parameters

None.

Body Parameters

AppSaveReffDocumentLegalF_Request
NameDescriptionTypeAdditional information
ReffDocumentLegalFUUIDUsr

globally unique identifier

None.

ReffDocumentLegalFUUIDCtry

globally unique identifier

None.

ReffDocumentLegalFValue

string

None.

ReffDocumentLegalFActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReffDocumentLegalFUUIDUsr": "1c7b534d-1079-4769-82cc-a6afa9d34d5f",
  "ReffDocumentLegalFUUIDCtry": "9da4c359-3ecc-4f00-b7ca-8e0b74dc870d",
  "ReffDocumentLegalFValue": "sample string 1",
  "ReffDocumentLegalFActive": true,
  "UserUUIDCur": "fd11be43-9c39-4c80-b1d4-affb02e7a625"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.