POST api/CustomV2/SaveLkpJSONData

Request Information

URI Parameters

None.

Body Parameters

JSONData
NameDescriptionTypeAdditional information
JsonID

integer

None.

JsonData

string

None.

UpdatedBy

string

None.

UpdatedDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "JsonID": 1,
  "JsonData": "sample string 2",
  "UpdatedBy": "sample string 3",
  "UpdatedDateTime": "2024-12-29T12:06:25.5442287+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.