POST api/Resolutions/Add

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Resolution
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RESOLNO": 1,
  "NAME": "sample string 2",
  "DESCTEXT": "sample string 3",
  "EMPLSTMP": "sample string 4",
  "DATESTMP": "2025-06-06T20:40:52.3458716+00:00",
  "DbFileName": "sample string 5",
  "DbForeignKeys": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.