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": "59a55540-b2f2-4b70-ae68-87393ccc9fe4",
  "ReffDocumentLegalFUUIDCtry": "e2eafb27-7e5a-47b9-85b1-2ed891b948bd",
  "ReffDocumentLegalFValue": "sample string 1",
  "ReffDocumentLegalFActive": true,
  "UserUUIDCur": "bc05daf5-1341-4a58-b4a0-f2ed0f58c49d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.