Update scenario
This commit is contained in:
@ -134,12 +134,13 @@ namespace Hcs.TestApp.Scenario
|
||||
//meteringDeviceInformation = true,
|
||||
volumeDepends = false,
|
||||
oneTimePayment = false,
|
||||
norm = [new SupplyResourceContractTypeNorm()
|
||||
{
|
||||
PairKey = contractSubjectGuid,
|
||||
Items = [true],
|
||||
NormGUID = normGuid
|
||||
}]
|
||||
// TODO: Пока не понятно, откуда берется NormGUID
|
||||
//norm = [new SupplyResourceContractTypeNorm()
|
||||
//{
|
||||
// PairKey = contractSubjectGuid,
|
||||
// Items = [true],
|
||||
// NormGUID = normGuid
|
||||
//}]
|
||||
};
|
||||
var result = client.HouseManagement.ImportSupplyResourceContractDataAsync(payload).Result;
|
||||
Console.WriteLine("Scenario execution " + (result != null ? "succeeded" : "failed"));
|
||||
|
||||
Reference in New Issue
Block a user