Table of Contents

Class UpdateApplicationStatusRequest

Namespace
Builvero.Api.Controllers
Assembly
Builvero.Api.dll

Request model for updating a volunteer application status.

public class UpdateApplicationStatusRequest
Inheritance
UpdateApplicationStatusRequest
Inherited Members

Properties

Status

Gets or sets the new status for the application. Must be one of: New, Reviewed, Accepted (case-insensitive).

public string Status { get; set; }

Property Value

string
Request model for updating a volunteer application status.