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