fix SOAP reference
This commit is contained in:
parent
329e490c76
commit
3a68234ea0
@ -3586,64 +3586,64 @@ namespace ELTOsago
|
|||||||
{
|
{
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)]
|
||||||
public ELTOsago.AuthInfo AuthInfo;
|
public ELTOsago.AuthInfo AuthInfo { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)]
|
||||||
public string TrafficSource;
|
public string TrafficSource { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)]
|
||||||
public int UW3;
|
public int UW3 { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=3)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=3)]
|
||||||
public string InsuranceCompany;
|
public string InsuranceCompany { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=4)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=4)]
|
||||||
public int InsurerType;
|
public int InsurerType { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=5)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=5)]
|
||||||
public int OwnerType;
|
public int OwnerType { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=6)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=6)]
|
||||||
public int ContractOptionId;
|
public int ContractOptionId { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=7)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=7)]
|
||||||
public int ContractStatusId;
|
public int ContractStatusId { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=8)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=8)]
|
||||||
public int Analytics;
|
public int Analytics { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=9)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=9)]
|
||||||
public ELTOsago.PreviousPolicy PreviousPolicy;
|
public ELTOsago.PreviousPolicy PreviousPolicy { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=10)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=10)]
|
||||||
public string UsagePlace;
|
public string UsagePlace { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=11)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=11)]
|
||||||
public int TSToRegistrationPlace;
|
public int TSToRegistrationPlace { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=12)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=12)]
|
||||||
public System.DateTime ContractBeginDate;
|
public System.DateTime ContractBeginDate { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=13)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=13)]
|
||||||
public int Duration;
|
public int Duration { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=14)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=14)]
|
||||||
public ELTOsago.OSAGOFullCalculationCarInfo CarInfo;
|
public ELTOsago.OSAGOFullCalculationCarInfo CarInfo { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=15)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=15)]
|
||||||
public bool GrossViolations;
|
public bool GrossViolations { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=16)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=16)]
|
||||||
public ELTOsago.PhysicalPerson Insurer;
|
public ELTOsago.PhysicalPerson Insurer { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=17)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=17)]
|
||||||
public ELTOsago.PhysicalPerson Owner;
|
public ELTOsago.PhysicalPerson Owner { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=18)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=18)]
|
||||||
public int DriversCount;
|
public int DriversCount { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=19)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=19)]
|
||||||
public ELTOsago.FullDriver[] FullDriversInfo;
|
public ELTOsago.FullDriver[] FullDriversInfo { get; set; }
|
||||||
|
|
||||||
public OSAGOFullCalculationRequest()
|
public OSAGOFullCalculationRequest()
|
||||||
{
|
{
|
||||||
@ -3763,121 +3763,121 @@ namespace ELTOsago
|
|||||||
{
|
{
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=0)]
|
||||||
public ELTOsago.AuthInfo AuthInfo;
|
public ELTOsago.AuthInfo AuthInfo { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=1)]
|
||||||
public string NumCalc;
|
public string NumCalc { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=2)]
|
||||||
public string Login;
|
public string Login { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=3)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=3)]
|
||||||
public string TrafficSource;
|
public string TrafficSource { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=4)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=4)]
|
||||||
public int UW3;
|
public int UW3 { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=5)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=5)]
|
||||||
public string InsuranceCompany;
|
public string InsuranceCompany { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=6)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=6)]
|
||||||
public int InsurerType;
|
public int InsurerType { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=7)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=7)]
|
||||||
public int OwnerType;
|
public int OwnerType { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=8)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=8)]
|
||||||
public int ContractOptionId;
|
public int ContractOptionId { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=9)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=9)]
|
||||||
public int ContractStatusId;
|
public int ContractStatusId { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=10)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=10)]
|
||||||
public string UsagePlace;
|
public string UsagePlace { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=11)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=11)]
|
||||||
public int TSToRegistrationPlace;
|
public int TSToRegistrationPlace { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=12)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=12)]
|
||||||
public ELTOsago.TSType TSType;
|
public ELTOsago.TSType TSType { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=13)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=13)]
|
||||||
public bool UseWithTrailer;
|
public bool UseWithTrailer { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=14)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=14)]
|
||||||
public double VehiclePower;
|
public double VehiclePower { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=15)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=15)]
|
||||||
public int Duration;
|
public int Duration { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=16)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=16)]
|
||||||
public int DriversCount;
|
public int DriversCount { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=17)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=17)]
|
||||||
public ELTOsago.Driver[] Drivers;
|
public ELTOsago.Driver[] Drivers { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=18)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=18)]
|
||||||
public string BonusMalus;
|
public string BonusMalus { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=19)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=19)]
|
||||||
public string KBM;
|
public string KBM { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=20)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=20)]
|
||||||
public bool GrossViolations;
|
public bool GrossViolations { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=21)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=21)]
|
||||||
public string VehicleYear;
|
public string VehicleYear { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=22)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=22)]
|
||||||
public string Mark;
|
public string Mark { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=23)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=23)]
|
||||||
public string Model;
|
public string Model { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=24)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=24)]
|
||||||
public ELTOsago.Modification Modification;
|
public ELTOsago.Modification Modification { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=25)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=25)]
|
||||||
public string MarkPTS;
|
public string MarkPTS { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=26)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=26)]
|
||||||
public string ModelPTS;
|
public string ModelPTS { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=27)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=27)]
|
||||||
public ELTOsago.Vehicle Vehicle;
|
public ELTOsago.Vehicle Vehicle { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=28)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=28)]
|
||||||
public ELTOsago.RegDoc RegDoc;
|
public ELTOsago.RegDoc RegDoc { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=29)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=29)]
|
||||||
public ELTOsago.TechnicalInspection TechnicalInspection;
|
public ELTOsago.TechnicalInspection TechnicalInspection { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=30)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=30)]
|
||||||
public int PurposeUse;
|
public int PurposeUse { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=31)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=31)]
|
||||||
public bool IsRental;
|
public bool IsRental { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=32)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=32)]
|
||||||
public ELTOsago.PreviousPolicy PreviousPolicy;
|
public ELTOsago.PreviousPolicy PreviousPolicy { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=33)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=33)]
|
||||||
public ELTOsago.PhysicalPerson Insurer;
|
public ELTOsago.PhysicalPerson Insurer { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=34)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=34)]
|
||||||
public ELTOsago.PhysicalPerson Owner;
|
public ELTOsago.PhysicalPerson Owner { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=35)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=35)]
|
||||||
public ELTOsago.FullDriver[] FullDriversInfo;
|
public ELTOsago.FullDriver[] FullDriversInfo { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=36)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=36)]
|
||||||
public System.DateTime ContractBegin;
|
public System.DateTime ContractBegin { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=37)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=37)]
|
||||||
public System.DateTime ContractEnd;
|
public System.DateTime ContractEnd { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=38)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=38)]
|
||||||
public System.DateTime ContractSign;
|
public System.DateTime ContractSign { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=39)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=39)]
|
||||||
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
|
[System.Xml.Serialization.XmlElementAttribute(IsNullable=true)]
|
||||||
@ -3904,13 +3904,13 @@ namespace ELTOsago
|
|||||||
public System.Nullable<System.DateTime> ThirdPeriodEnd;
|
public System.Nullable<System.DateTime> ThirdPeriodEnd;
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=45)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=45)]
|
||||||
public string PolicyNumber;
|
public string PolicyNumber { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=46)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=46)]
|
||||||
public ELTOsago.BSO BSO;
|
public ELTOsago.BSO BSO { get; set; }
|
||||||
|
|
||||||
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=47)]
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://elt-poisk.com/", Order=47)]
|
||||||
public ELTOsago.A7 A7;
|
public ELTOsago.A7 A7 { get; set; }
|
||||||
|
|
||||||
public OSAGOSaveRequest()
|
public OSAGOSaveRequest()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user