Class CreateSupplierProfileRequest
- Namespace
- KadicErp.WebApi.Controllers.Purchase
- Assembly
- KadicErp.WebApi.dll
public record CreateSupplierProfileRequest
- Inheritance
-
object
CreateSupplierProfileRequest
Constructors
CreateSupplierProfileRequest(Guid, string, Guid, Guid?, int, decimal?, string?, string?)
public CreateSupplierProfileRequest(Guid BusinessPartnerId, string SupplierCode, Guid DefaultCurrencyId, Guid? DefaultPaymentMethodId, int PaymentTermDays, decimal? CreditLimit, string? TaxNumber, string? Notes)
Parameters
BusinessPartnerId Guid
SupplierCode string
DefaultCurrencyId Guid
DefaultPaymentMethodId Guid?
PaymentTermDays int
CreditLimit decimal?
TaxNumber string
Notes string
Properties
BusinessPartnerId
public Guid BusinessPartnerId { get; init; }
Property Value
- Guid
CreditLimit
public decimal? CreditLimit { get; init; }
Property Value
- decimal?
DefaultCurrencyId
public Guid DefaultCurrencyId { get; init; }
Property Value
- Guid
DefaultPaymentMethodId
public Guid? DefaultPaymentMethodId { get; init; }
Property Value
- Guid?
Notes
public string? Notes { get; init; }
Property Value
- string
PaymentTermDays
public int PaymentTermDays { get; init; }
Property Value
- int
SupplierCode
public string SupplierCode { get; init; }
Property Value
- string
TaxNumber
public string? TaxNumber { get; init; }
Property Value
- string