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": "36c5996f-55ab-4286-9e67-8e358c4d7003",
  "ReffDocumentLegalFUUIDCtry": "a62b70f5-7c22-4c42-9bf1-886c98aaf9c8",
  "ReffDocumentLegalFValue": "sample string 1",
  "ReffDocumentLegalFActive": true,
  "UserUUIDCur": "6d0db9c0-23f2-43af-8599-1dbcf22e47dc"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.