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": "93cac5c0-26bb-43af-bffb-2385c2ffbbc4",
  "ReffDocumentLegalFUUIDCtry": "1dc31e19-4efa-4d7b-8e24-7ba53dbe4f81",
  "ReffDocumentLegalFValue": "sample string 1",
  "ReffDocumentLegalFActive": true,
  "UserUUIDCur": "5b8beb1b-20d8-4ca8-9321-fb7e80bc81e9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.