Add required fields
This commit is contained in:
@ -41,9 +41,15 @@ namespace Hcs.Client.Api.Payload.HouseManagement
|
||||
/// </summary>
|
||||
public nsiRef contractBase;
|
||||
|
||||
// TODO: DateDetails
|
||||
/// <summary>
|
||||
/// Сведения о сроках
|
||||
/// </summary>
|
||||
public DateDetailsType dateDetailsType;
|
||||
|
||||
// TODO: ContractAttachment
|
||||
/// <summary>
|
||||
/// Договор на управление и приложения
|
||||
/// </summary>
|
||||
public ContractTypeAgreementAttachment[] contractAttachment;
|
||||
|
||||
// TODO: AgreementAttachment
|
||||
|
||||
|
||||
@ -68,7 +68,9 @@ namespace Hcs.Client.Api.Request.HouseManagement
|
||||
SigningDate = payload.signingDate,
|
||||
EffectiveDate = payload.effectiveDate,
|
||||
PlanDateComptetion = payload.planDateComptetion,
|
||||
ContractBase = payload.contractBase
|
||||
ContractBase = payload.contractBase,
|
||||
DateDetails = payload.dateDetailsType,
|
||||
ContractAttachment = payload.contractAttachment
|
||||
};
|
||||
|
||||
return contract;
|
||||
|
||||
Reference in New Issue
Block a user