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": "82ce511f-921b-4be7-838b-2c51334aff68",
  "ReffDocumentLegalFUUIDCtry": "aa58f2b4-120e-43ec-8dad-aaecc2097e87",
  "ReffDocumentLegalFValue": "sample string 1",
  "ReffDocumentLegalFActive": true,
  "UserUUIDCur": "d3489a33-fc3e-44aa-8882-ad0303808311"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.