Fix contract data import
This commit is contained in:
@ -49,7 +49,7 @@ namespace Hcs.Client.Api.Payload.HouseManagement
|
||||
/// <summary>
|
||||
/// Договор на управление и приложения
|
||||
/// </summary>
|
||||
public ContractTypeAgreementAttachment[] contractAttachment;
|
||||
public AttachmentType[] contractAttachment;
|
||||
|
||||
// TODO: AgreementAttachment
|
||||
|
||||
|
||||
@ -68,6 +68,8 @@ namespace Hcs.Client.Api.Request.HouseManagement
|
||||
SigningDate = payload.signingDate,
|
||||
EffectiveDate = payload.effectiveDate,
|
||||
PlanDateComptetion = payload.planDateComptetion,
|
||||
Item = true,
|
||||
ItemElementName = ItemChoiceType13.Owners,
|
||||
ContractBase = payload.contractBase,
|
||||
DateDetails = payload.dateDetailsType,
|
||||
ContractAttachment = payload.contractAttachment
|
||||
|
||||
@ -109,12 +109,12 @@ namespace Hcs.TestApp.Scenario
|
||||
{
|
||||
StartDate = new DeviceMeteringsDaySelectionType()
|
||||
{
|
||||
Item = 20,
|
||||
Item = (sbyte)20,
|
||||
IsNextMonth = true
|
||||
},
|
||||
EndDate = new DeviceMeteringsDaySelectionType()
|
||||
{
|
||||
Item = 25,
|
||||
Item = (sbyte)25,
|
||||
IsNextMonth = true
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user