Enviance UOMService API declares
2 security schemes
for authenticating requests.
It defines a basic scheme (Basic).
An API key is passed in the header as Authorization (EnvianceAuth).
Basic — Forces authentication with credentials via an api gateway
EnvianceAuth — Enviance \ . Obtain SessionId by POST /ver2/AuthenticationService.svc/sessions first
Paths & Operations 8
Across 4 paths, the API surfaces 8 operations — 2 DELETE, 2 GET, 2 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.
UOMService 8
POST
/ver2/UOMService.svc/uom
Creates a new Location object in the Compliance Model, optionally by copying the structure from another Location to the new Location. Supported object types are Division, Facility (Program), Unit (El…
Creates a new Location object in the Compliance Model, optionally by copying the structure from another Location to the new Location. Supported object types are Division, Facility (Program), Unit (El…
Creates a new Location object in the Compliance Model, optionally by copying the structure from another Location to the new Location. Supported object types are Division, Facility (Program), Unit (El…
Creates a new Location object in the Compliance Model, optionally by copying the structure from another Location to the new Location. Supported object types are Division, Facility (Program), Unit (El…
Creates a new Location object in the Compliance Model, optionally by copying the structure from another Location to the new Location. Supported object types are Division, Facility (Program), Unit (El…
Creates a new Location object in the Compliance Model, optionally by copying the structure from another Location to the new Location. Supported object types are Division, Facility (Program), Unit (El…
Creates a new Location object in the Compliance Model, optionally by copying the structure from another Location to the new Location. Supported object types are Division, Facility (Program), Unit (El…
Creates a new Location object in the Compliance Model, optionally by copying the structure from another Location to the new Location. Supported object types are Division, Facility (Program), Unit (El…
The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Enviance.RestServices.Ver2.UOM.UOMInfo (8 properties), Enviance.RestServices.Ver2.UOM.UOMCategoryInfo (5 properties), Enviance.RestServices.Ver2.UOM.UOMHistoryInfo (3 properties), Enviance.RestServices.Common.LocalizationInfo (2 properties). Each schema is shown below with its type and property counts.
CreateUOMCategory
object
1 property
CreateUOM
object
1 property
Enviance.RestServices.Ver2.UOM.UOMInfo
object
8 properties
UpdateUOM
object
1 property
UpdateUOMCategory
object
1 property
Enviance.RestServices.Ver2.UOM.UOMHistoryInfo
object
3 properties
Enviance.RestServices.Common.LocalizationInfo
object
2 properties
Enviance.RestServices.Ver2.UOM.UOMCategoryInfo
object
5 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.