Class CreateTransferBody
- Namespace
- KadicErp.WebApi.Controllers.Academy
- Assembly
- KadicErp.WebApi.dll
public sealed record CreateTransferBody
- Inheritance
-
object
CreateTransferBody
Constructors
CreateTransferBody(Guid, Guid, Guid, string, Guid?, string?, string)
public CreateTransferBody(Guid StudentId, Guid FromGroupId, Guid ToGroupId, string EffectiveDate, Guid? ProrationModeId, string? Reason, string IdempotencyKey)
Parameters
StudentId Guid
FromGroupId Guid
ToGroupId Guid
EffectiveDate string
ProrationModeId Guid?
Reason string
IdempotencyKey string
Properties
EffectiveDate
public string EffectiveDate { get; init; }
Property Value
- string
FromGroupId
public Guid FromGroupId { get; init; }
Property Value
- Guid
IdempotencyKey
public string IdempotencyKey { get; init; }
Property Value
- string
ProrationModeId
public Guid? ProrationModeId { get; init; }
Property Value
- Guid?
Reason
public string? Reason { get; init; }
Property Value
- string
StudentId
public Guid StudentId { get; init; }
Property Value
- Guid
ToGroupId
public Guid ToGroupId { get; init; }
Property Value
- Guid