POST api/Uoms/Add

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Uom
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UOMID": "sample string 1",
  "NAME": "sample string 2",
  "TIMESTMP": "2025-06-06T20:49:39.5506977+00:00",
  "DbFileName": "sample string 3",
  "DbForeignKeys": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.