GET api/UOfMSchedule/{Unit_Of_Measure_Sched}

Get UOfMSchedule requests.

Request Information

Parameters

NameDescriptionAdditional information
Unit_Of_Measure_Sched
No documentation available.

Define this parameter in the request URI.

Request body formats

text/plain

Sample:
No body required. Body is ignored.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Unit_Of_Measure_Sched": "sample string 1",
  "Description": "sample string 2",
  "Base_UOfM": "sample string 3",
  "UserFieldData": [
    {},
    {},
    {}
  ],
  "UserFieldNames": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "Notifications": null
}