Table of Contents

Class UpdateIdentifierRequest

Namespace
OpenSettings.AspNetCore.Models.Requests
Assembly
OpenSettings.AspNetCore.dll
public class UpdateIdentifierRequest
Inheritance
UpdateIdentifierRequest
Inherited Members

Properties

Body

[FromBody]
public UpdateIdentifierRequestBody Body { get; set; }

Property Value

UpdateIdentifierRequestBody

IdentifierId

[FromRoute]
public string IdentifierId { get; set; }

Property Value

string