Specify contract days
This commit is contained in:
@ -192,7 +192,9 @@ namespace Hcs.Client.Api.Request.HouseManagement
|
||||
{
|
||||
ContractNumber = payload.contractNumber,
|
||||
SigningDate = payload.signingDate,
|
||||
EffectiveDate = payload.effectiveDate
|
||||
SigningDateSpecified = true,
|
||||
EffectiveDate = payload.effectiveDate,
|
||||
EffectiveDateSpecified = true
|
||||
};
|
||||
contract.Item = isNotContract;
|
||||
}
|
||||
|
||||
@ -187,7 +187,9 @@ namespace Hcs.Client.Api.Request.HouseManagement
|
||||
{
|
||||
ContractNumber = payload.contractNumber,
|
||||
SigningDate = payload.signingDate,
|
||||
EffectiveDate = payload.effectiveDate
|
||||
SigningDateSpecified = true,
|
||||
EffectiveDate = payload.effectiveDate,
|
||||
EffectiveDateSpecified = true
|
||||
};
|
||||
contract.Item = isNotContract;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user