Portal

<back to all web services

EditProcurement

The following routes are available for this service:
PUT/tender/{tenderid}/user/{userid}/procurement/{procurementid}
import java.math.*;
import java.util.*;
import net.servicestack.client.*;

public class dtos
{

    public static class EditProcurement extends ModifyProcurementBase implements IPut
    {
        public Integer TenderId = null;
        public Integer UserId = null;
        public Integer ProcurementId = null;
        
        public Integer getTenderId() { return TenderId; }
        public EditProcurement setTenderId(Integer value) { this.TenderId = value; return this; }
        public Integer getUserId() { return UserId; }
        public EditProcurement setUserId(Integer value) { this.UserId = value; return this; }
        public Integer getProcurementId() { return ProcurementId; }
        public EditProcurement setProcurementId(Integer value) { this.ProcurementId = value; return this; }
    }

    public static class ModifyProcurementBase extends ModifyRequestBase
    {
        public Boolean IsGroupMember = null;
        public String GroupName = null;
        public String GroupShortName = null;
        public Integer CountryId = null;
        public String VatNumber = null;
        public String RegistrationNumber = null;
        public String Duns = null;
        public String Address = null;
        public String MainActivity = null;
        public Date EstablishedDate = null;
        public Integer Workforce = null;
        public String Website = null;
        public String SalesManagerName = null;
        public String SalesManagerPhone = null;
        public String SalesManagerEmail = null;
        public String CsrManagerName = null;
        public String CsrManagerPhone = null;
        public String CsrManagerEmail = null;
        public Integer AccountCountryId = null;
        public String BankName = null;
        public String AccountNumber = null;
        public String Iban = null;
        public String Swift = null;
        public Integer CurrencyId = null;
        public Integer WorkForceN1 = null;
        public Integer WorkForceN2 = null;
        public Integer WorkForceN3 = null;
        public Long SubscribedCapital = null;
        public Integer SubscribedCapitalCurrencyId = null;
        public Long RevenueN1 = null;
        public Long RevenueN2 = null;
        public Long RevenueN3 = null;
        public Long NetProfitN1 = null;
        public Long NetProfitN2 = null;
        public Long NetProfitN3 = null;
        public Long EquityN1 = null;
        public Long EquityN2 = null;
        public Long EquityN3 = null;
        public Long LiabilityN1 = null;
        public Long LiabilityN2 = null;
        public Long LiabilityN3 = null;
        public Long OperatingResultN1 = null;
        public Long OperatingResultN2 = null;
        public Long OperatingResultN3 = null;
        public String DBFailureScore = null;
        public Boolean IsAuditedAccount = null;
        public String IsAuditedAccountComment = null;
        public Boolean IsLiquidationProceedings = null;
        public String IsLiquidationProceedingsComment = null;
        public BigDecimal VeoliaAnnualRevenuesProportion = null;
        public Boolean IsAntiCorruptionDocument = null;
        public Boolean IsCorruptionRiskMap = null;
        public Boolean IsThirdPartiesEvaluatingSystem = null;
        public Boolean IsInternalRules = null;
        public Boolean IsHumanRights = null;
        public Boolean IsAntiCorruptionTraining = null;
        public Boolean IsAntiCorruptionReportSystem = null;
        public Boolean IsIso9001 = null;
        public Boolean IsEcoVadisScorecard = null;
        public Integer EcoVadisTotalScore = null;
        public Boolean IsReduceEmployeeSafetyRisk = null;
        public Boolean IsPromoteSocialIntegration = null;
        public Boolean IsNondiscriminationPolicy = null;
        public Boolean IsIso14001 = null;
        public Boolean IsIdentifiedMajorEnvironmentalImpacts = null;
        public Boolean IsUseWaterResources = null;
        public Boolean IsConsumptionOfRawMaterials = null;
        public Boolean IsEnergyConsumption = null;
        public Boolean IsGreenhouseGasEmissions = null;
        public Boolean IsAtmosphericEmissions = null;
        public Boolean IsAqueousPollution = null;
        public Boolean IsWasteGeneration = null;
        public Boolean IsNaturalAreasPollution = null;
        public Boolean IsPrivacyStatement = null;
        public Boolean IsVeoliaSupplierCharter = null;
        public Boolean IsVeoliaCoreStandards = null;
        
        public Boolean getIsGroupMember() { return IsGroupMember; }
        public ModifyProcurementBase setIsGroupMember(Boolean value) { this.IsGroupMember = value; return this; }
        public String getGroupName() { return GroupName; }
        public ModifyProcurementBase setGroupName(String value) { this.GroupName = value; return this; }
        public String getGroupShortName() { return GroupShortName; }
        public ModifyProcurementBase setGroupShortName(String value) { this.GroupShortName = value; return this; }
        public Integer getCountryId() { return CountryId; }
        public ModifyProcurementBase setCountryId(Integer value) { this.CountryId = value; return this; }
        public String getVatNumber() { return VatNumber; }
        public ModifyProcurementBase setVatNumber(String value) { this.VatNumber = value; return this; }
        public String getRegistrationNumber() { return RegistrationNumber; }
        public ModifyProcurementBase setRegistrationNumber(String value) { this.RegistrationNumber = value; return this; }
        public String getDuns() { return Duns; }
        public ModifyProcurementBase setDuns(String value) { this.Duns = value; return this; }
        public String getAddress() { return Address; }
        public ModifyProcurementBase setAddress(String value) { this.Address = value; return this; }
        public String getMainActivity() { return MainActivity; }
        public ModifyProcurementBase setMainActivity(String value) { this.MainActivity = value; return this; }
        public Date getEstablishedDate() { return EstablishedDate; }
        public ModifyProcurementBase setEstablishedDate(Date value) { this.EstablishedDate = value; return this; }
        public Integer getWorkforce() { return Workforce; }
        public ModifyProcurementBase setWorkforce(Integer value) { this.Workforce = value; return this; }
        public String getWebsite() { return Website; }
        public ModifyProcurementBase setWebsite(String value) { this.Website = value; return this; }
        public String getSalesManagerName() { return SalesManagerName; }
        public ModifyProcurementBase setSalesManagerName(String value) { this.SalesManagerName = value; return this; }
        public String getSalesManagerPhone() { return SalesManagerPhone; }
        public ModifyProcurementBase setSalesManagerPhone(String value) { this.SalesManagerPhone = value; return this; }
        public String getSalesManagerEmail() { return SalesManagerEmail; }
        public ModifyProcurementBase setSalesManagerEmail(String value) { this.SalesManagerEmail = value; return this; }
        public String getCsrManagerName() { return CsrManagerName; }
        public ModifyProcurementBase setCsrManagerName(String value) { this.CsrManagerName = value; return this; }
        public String getCsrManagerPhone() { return CsrManagerPhone; }
        public ModifyProcurementBase setCsrManagerPhone(String value) { this.CsrManagerPhone = value; return this; }
        public String getCsrManagerEmail() { return CsrManagerEmail; }
        public ModifyProcurementBase setCsrManagerEmail(String value) { this.CsrManagerEmail = value; return this; }
        public Integer getAccountCountryId() { return AccountCountryId; }
        public ModifyProcurementBase setAccountCountryId(Integer value) { this.AccountCountryId = value; return this; }
        public String getBankName() { return BankName; }
        public ModifyProcurementBase setBankName(String value) { this.BankName = value; return this; }
        public String getAccountNumber() { return AccountNumber; }
        public ModifyProcurementBase setAccountNumber(String value) { this.AccountNumber = value; return this; }
        public String getIban() { return Iban; }
        public ModifyProcurementBase setIban(String value) { this.Iban = value; return this; }
        public String getSwift() { return Swift; }
        public ModifyProcurementBase setSwift(String value) { this.Swift = value; return this; }
        public Integer getCurrencyId() { return CurrencyId; }
        public ModifyProcurementBase setCurrencyId(Integer value) { this.CurrencyId = value; return this; }
        public Integer getWorkForceN1() { return WorkForceN1; }
        public ModifyProcurementBase setWorkForceN1(Integer value) { this.WorkForceN1 = value; return this; }
        public Integer getWorkForceN2() { return WorkForceN2; }
        public ModifyProcurementBase setWorkForceN2(Integer value) { this.WorkForceN2 = value; return this; }
        public Integer getWorkForceN3() { return WorkForceN3; }
        public ModifyProcurementBase setWorkForceN3(Integer value) { this.WorkForceN3 = value; return this; }
        public Long getSubscribedCapital() { return SubscribedCapital; }
        public ModifyProcurementBase setSubscribedCapital(Long value) { this.SubscribedCapital = value; return this; }
        public Integer getSubscribedCapitalCurrencyId() { return SubscribedCapitalCurrencyId; }
        public ModifyProcurementBase setSubscribedCapitalCurrencyId(Integer value) { this.SubscribedCapitalCurrencyId = value; return this; }
        public Long getRevenueN1() { return RevenueN1; }
        public ModifyProcurementBase setRevenueN1(Long value) { this.RevenueN1 = value; return this; }
        public Long getRevenueN2() { return RevenueN2; }
        public ModifyProcurementBase setRevenueN2(Long value) { this.RevenueN2 = value; return this; }
        public Long getRevenueN3() { return RevenueN3; }
        public ModifyProcurementBase setRevenueN3(Long value) { this.RevenueN3 = value; return this; }
        public Long getNetProfitN1() { return NetProfitN1; }
        public ModifyProcurementBase setNetProfitN1(Long value) { this.NetProfitN1 = value; return this; }
        public Long getNetProfitN2() { return NetProfitN2; }
        public ModifyProcurementBase setNetProfitN2(Long value) { this.NetProfitN2 = value; return this; }
        public Long getNetProfitN3() { return NetProfitN3; }
        public ModifyProcurementBase setNetProfitN3(Long value) { this.NetProfitN3 = value; return this; }
        public Long getEquityN1() { return EquityN1; }
        public ModifyProcurementBase setEquityN1(Long value) { this.EquityN1 = value; return this; }
        public Long getEquityN2() { return EquityN2; }
        public ModifyProcurementBase setEquityN2(Long value) { this.EquityN2 = value; return this; }
        public Long getEquityN3() { return EquityN3; }
        public ModifyProcurementBase setEquityN3(Long value) { this.EquityN3 = value; return this; }
        public Long getLiabilityN1() { return LiabilityN1; }
        public ModifyProcurementBase setLiabilityN1(Long value) { this.LiabilityN1 = value; return this; }
        public Long getLiabilityN2() { return LiabilityN2; }
        public ModifyProcurementBase setLiabilityN2(Long value) { this.LiabilityN2 = value; return this; }
        public Long getLiabilityN3() { return LiabilityN3; }
        public ModifyProcurementBase setLiabilityN3(Long value) { this.LiabilityN3 = value; return this; }
        public Long getOperatingResultN1() { return OperatingResultN1; }
        public ModifyProcurementBase setOperatingResultN1(Long value) { this.OperatingResultN1 = value; return this; }
        public Long getOperatingResultN2() { return OperatingResultN2; }
        public ModifyProcurementBase setOperatingResultN2(Long value) { this.OperatingResultN2 = value; return this; }
        public Long getOperatingResultN3() { return OperatingResultN3; }
        public ModifyProcurementBase setOperatingResultN3(Long value) { this.OperatingResultN3 = value; return this; }
        public String getDbFailureScore() { return DBFailureScore; }
        public ModifyProcurementBase setDbFailureScore(String value) { this.DBFailureScore = value; return this; }
        public Boolean getIsAuditedAccount() { return IsAuditedAccount; }
        public ModifyProcurementBase setIsAuditedAccount(Boolean value) { this.IsAuditedAccount = value; return this; }
        public String getIsAuditedAccountComment() { return IsAuditedAccountComment; }
        public ModifyProcurementBase setIsAuditedAccountComment(String value) { this.IsAuditedAccountComment = value; return this; }
        public Boolean getIsLiquidationProceedings() { return IsLiquidationProceedings; }
        public ModifyProcurementBase setIsLiquidationProceedings(Boolean value) { this.IsLiquidationProceedings = value; return this; }
        public String getIsLiquidationProceedingsComment() { return IsLiquidationProceedingsComment; }
        public ModifyProcurementBase setIsLiquidationProceedingsComment(String value) { this.IsLiquidationProceedingsComment = value; return this; }
        public BigDecimal getVeoliaAnnualRevenuesProportion() { return VeoliaAnnualRevenuesProportion; }
        public ModifyProcurementBase setVeoliaAnnualRevenuesProportion(BigDecimal value) { this.VeoliaAnnualRevenuesProportion = value; return this; }
        public Boolean getIsAntiCorruptionDocument() { return IsAntiCorruptionDocument; }
        public ModifyProcurementBase setIsAntiCorruptionDocument(Boolean value) { this.IsAntiCorruptionDocument = value; return this; }
        public Boolean getIsCorruptionRiskMap() { return IsCorruptionRiskMap; }
        public ModifyProcurementBase setIsCorruptionRiskMap(Boolean value) { this.IsCorruptionRiskMap = value; return this; }
        public Boolean getIsThirdPartiesEvaluatingSystem() { return IsThirdPartiesEvaluatingSystem; }
        public ModifyProcurementBase setIsThirdPartiesEvaluatingSystem(Boolean value) { this.IsThirdPartiesEvaluatingSystem = value; return this; }
        public Boolean getIsInternalRules() { return IsInternalRules; }
        public ModifyProcurementBase setIsInternalRules(Boolean value) { this.IsInternalRules = value; return this; }
        public Boolean getIsHumanRights() { return IsHumanRights; }
        public ModifyProcurementBase setIsHumanRights(Boolean value) { this.IsHumanRights = value; return this; }
        public Boolean getIsAntiCorruptionTraining() { return IsAntiCorruptionTraining; }
        public ModifyProcurementBase setIsAntiCorruptionTraining(Boolean value) { this.IsAntiCorruptionTraining = value; return this; }
        public Boolean getIsAntiCorruptionReportSystem() { return IsAntiCorruptionReportSystem; }
        public ModifyProcurementBase setIsAntiCorruptionReportSystem(Boolean value) { this.IsAntiCorruptionReportSystem = value; return this; }
        public Boolean getIsIso9001() { return IsIso9001; }
        public ModifyProcurementBase setIsIso9001(Boolean value) { this.IsIso9001 = value; return this; }
        public Boolean getIsEcoVadisScorecard() { return IsEcoVadisScorecard; }
        public ModifyProcurementBase setIsEcoVadisScorecard(Boolean value) { this.IsEcoVadisScorecard = value; return this; }
        public Integer getEcoVadisTotalScore() { return EcoVadisTotalScore; }
        public ModifyProcurementBase setEcoVadisTotalScore(Integer value) { this.EcoVadisTotalScore = value; return this; }
        public Boolean getIsReduceEmployeeSafetyRisk() { return IsReduceEmployeeSafetyRisk; }
        public ModifyProcurementBase setIsReduceEmployeeSafetyRisk(Boolean value) { this.IsReduceEmployeeSafetyRisk = value; return this; }
        public Boolean getIsPromoteSocialIntegration() { return IsPromoteSocialIntegration; }
        public ModifyProcurementBase setIsPromoteSocialIntegration(Boolean value) { this.IsPromoteSocialIntegration = value; return this; }
        public Boolean getIsNondiscriminationPolicy() { return IsNondiscriminationPolicy; }
        public ModifyProcurementBase setIsNondiscriminationPolicy(Boolean value) { this.IsNondiscriminationPolicy = value; return this; }
        public Boolean getIsIso14001() { return IsIso14001; }
        public ModifyProcurementBase setIsIso14001(Boolean value) { this.IsIso14001 = value; return this; }
        public Boolean getIsIdentifiedMajorEnvironmentalImpacts() { return IsIdentifiedMajorEnvironmentalImpacts; }
        public ModifyProcurementBase setIsIdentifiedMajorEnvironmentalImpacts(Boolean value) { this.IsIdentifiedMajorEnvironmentalImpacts = value; return this; }
        public Boolean getIsUseWaterResources() { return IsUseWaterResources; }
        public ModifyProcurementBase setIsUseWaterResources(Boolean value) { this.IsUseWaterResources = value; return this; }
        public Boolean getIsConsumptionOfRawMaterials() { return IsConsumptionOfRawMaterials; }
        public ModifyProcurementBase setIsConsumptionOfRawMaterials(Boolean value) { this.IsConsumptionOfRawMaterials = value; return this; }
        public Boolean getIsEnergyConsumption() { return IsEnergyConsumption; }
        public ModifyProcurementBase setIsEnergyConsumption(Boolean value) { this.IsEnergyConsumption = value; return this; }
        public Boolean getIsGreenhouseGasEmissions() { return IsGreenhouseGasEmissions; }
        public ModifyProcurementBase setIsGreenhouseGasEmissions(Boolean value) { this.IsGreenhouseGasEmissions = value; return this; }
        public Boolean getIsAtmosphericEmissions() { return IsAtmosphericEmissions; }
        public ModifyProcurementBase setIsAtmosphericEmissions(Boolean value) { this.IsAtmosphericEmissions = value; return this; }
        public Boolean getIsAqueousPollution() { return IsAqueousPollution; }
        public ModifyProcurementBase setIsAqueousPollution(Boolean value) { this.IsAqueousPollution = value; return this; }
        public Boolean getIsWasteGeneration() { return IsWasteGeneration; }
        public ModifyProcurementBase setIsWasteGeneration(Boolean value) { this.IsWasteGeneration = value; return this; }
        public Boolean getIsNaturalAreasPollution() { return IsNaturalAreasPollution; }
        public ModifyProcurementBase setIsNaturalAreasPollution(Boolean value) { this.IsNaturalAreasPollution = value; return this; }
        public Boolean getIsPrivacyStatement() { return IsPrivacyStatement; }
        public ModifyProcurementBase setIsPrivacyStatement(Boolean value) { this.IsPrivacyStatement = value; return this; }
        public Boolean getIsVeoliaSupplierCharter() { return IsVeoliaSupplierCharter; }
        public ModifyProcurementBase setIsVeoliaSupplierCharter(Boolean value) { this.IsVeoliaSupplierCharter = value; return this; }
        public Boolean getIsVeoliaCoreStandards() { return IsVeoliaCoreStandards; }
        public ModifyProcurementBase setIsVeoliaCoreStandards(Boolean value) { this.IsVeoliaCoreStandards = value; return this; }
    }

    public static class ModifyRequestBase implements IConcurrencyStamp
    {
        public String ConcurrencyStamp = null;
        
        public String getConcurrencyStamp() { return ConcurrencyStamp; }
        public ModifyRequestBase setConcurrencyStamp(String value) { this.ConcurrencyStamp = value; return this; }
    }

    public static class ModifyEntityResponse extends ResponseBase
    {
        public Integer Id = null;
        
        public Integer getId() { return Id; }
        public ModifyEntityResponse setId(Integer value) { this.Id = value; return this; }
    }

    public static class ResponseBase
    {
        public ResponseStatus ResponseStatus = null;
        
        public ResponseStatus getResponseStatus() { return ResponseStatus; }
        public ResponseBase setResponseStatus(ResponseStatus value) { this.ResponseStatus = value; return this; }
    }

}

Java EditProcurement DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PUT /tender/{tenderid}/user/{userid}/procurement/{procurementid} HTTP/1.1 
Host: szallitoiportal-be.veolia.hu 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<EditProcurement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Portal.ServiceDto">
  <ConcurrencyStamp>String</ConcurrencyStamp>
  <AccountCountryId>0</AccountCountryId>
  <AccountNumber>String</AccountNumber>
  <Address>String</Address>
  <BankName>String</BankName>
  <CountryId>0</CountryId>
  <CsrManagerEmail>String</CsrManagerEmail>
  <CsrManagerName>String</CsrManagerName>
  <CsrManagerPhone>String</CsrManagerPhone>
  <CurrencyId>0</CurrencyId>
  <DBFailureScore>String</DBFailureScore>
  <Duns>String</Duns>
  <EcoVadisTotalScore>0</EcoVadisTotalScore>
  <EquityN1>0</EquityN1>
  <EquityN2>0</EquityN2>
  <EquityN3>0</EquityN3>
  <EstablishedDate>0001-01-01T00:00:00</EstablishedDate>
  <GroupName>String</GroupName>
  <GroupShortName>String</GroupShortName>
  <Iban>String</Iban>
  <IsAntiCorruptionDocument>false</IsAntiCorruptionDocument>
  <IsAntiCorruptionReportSystem>false</IsAntiCorruptionReportSystem>
  <IsAntiCorruptionTraining>false</IsAntiCorruptionTraining>
  <IsAqueousPollution>false</IsAqueousPollution>
  <IsAtmosphericEmissions>false</IsAtmosphericEmissions>
  <IsAuditedAccount>false</IsAuditedAccount>
  <IsAuditedAccountComment>String</IsAuditedAccountComment>
  <IsConsumptionOfRawMaterials>false</IsConsumptionOfRawMaterials>
  <IsCorruptionRiskMap>false</IsCorruptionRiskMap>
  <IsEcoVadisScorecard>false</IsEcoVadisScorecard>
  <IsEnergyConsumption>false</IsEnergyConsumption>
  <IsGreenhouseGasEmissions>false</IsGreenhouseGasEmissions>
  <IsGroupMember>false</IsGroupMember>
  <IsHumanRights>false</IsHumanRights>
  <IsIdentifiedMajorEnvironmentalImpacts>false</IsIdentifiedMajorEnvironmentalImpacts>
  <IsInternalRules>false</IsInternalRules>
  <IsIso14001>false</IsIso14001>
  <IsIso9001>false</IsIso9001>
  <IsLiquidationProceedings>false</IsLiquidationProceedings>
  <IsLiquidationProceedingsComment>String</IsLiquidationProceedingsComment>
  <IsNaturalAreasPollution>false</IsNaturalAreasPollution>
  <IsNondiscriminationPolicy>false</IsNondiscriminationPolicy>
  <IsPrivacyStatement>false</IsPrivacyStatement>
  <IsPromoteSocialIntegration>false</IsPromoteSocialIntegration>
  <IsReduceEmployeeSafetyRisk>false</IsReduceEmployeeSafetyRisk>
  <IsThirdPartiesEvaluatingSystem>false</IsThirdPartiesEvaluatingSystem>
  <IsUseWaterResources>false</IsUseWaterResources>
  <IsVeoliaCoreStandards>false</IsVeoliaCoreStandards>
  <IsVeoliaSupplierCharter>false</IsVeoliaSupplierCharter>
  <IsWasteGeneration>false</IsWasteGeneration>
  <LiabilityN1>0</LiabilityN1>
  <LiabilityN2>0</LiabilityN2>
  <LiabilityN3>0</LiabilityN3>
  <MainActivity>String</MainActivity>
  <NetProfitN1>0</NetProfitN1>
  <NetProfitN2>0</NetProfitN2>
  <NetProfitN3>0</NetProfitN3>
  <OperatingResultN1>0</OperatingResultN1>
  <OperatingResultN2>0</OperatingResultN2>
  <OperatingResultN3>0</OperatingResultN3>
  <RegistrationNumber>String</RegistrationNumber>
  <RevenueN1>0</RevenueN1>
  <RevenueN2>0</RevenueN2>
  <RevenueN3>0</RevenueN3>
  <SalesManagerEmail>String</SalesManagerEmail>
  <SalesManagerName>String</SalesManagerName>
  <SalesManagerPhone>String</SalesManagerPhone>
  <SubscribedCapital>0</SubscribedCapital>
  <SubscribedCapitalCurrencyId>0</SubscribedCapitalCurrencyId>
  <Swift>String</Swift>
  <VatNumber>String</VatNumber>
  <VeoliaAnnualRevenuesProportion>0</VeoliaAnnualRevenuesProportion>
  <Website>String</Website>
  <WorkForceN1>0</WorkForceN1>
  <WorkForceN2>0</WorkForceN2>
  <WorkForceN3>0</WorkForceN3>
  <Workforce>0</Workforce>
  <ProcurementId>0</ProcurementId>
  <TenderId>0</TenderId>
  <UserId>0</UserId>
</EditProcurement>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ModifyEntityResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Portal.ServiceDto">
  <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
    <d2p1:ErrorCode>String</d2p1:ErrorCode>
    <d2p1:Message>String</d2p1:Message>
    <d2p1:StackTrace>String</d2p1:StackTrace>
    <d2p1:Errors>
      <d2p1:ResponseError>
        <d2p1:ErrorCode>String</d2p1:ErrorCode>
        <d2p1:FieldName>String</d2p1:FieldName>
        <d2p1:Message>String</d2p1:Message>
        <d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringstring>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value>String</d5p1:Value>
          </d5p1:KeyValueOfstringstring>
        </d2p1:Meta>
      </d2p1:ResponseError>
    </d2p1:Errors>
    <d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>String</d3p1:Key>
        <d3p1:Value>String</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </d2p1:Meta>
  </ResponseStatus>
  <Id>0</Id>
</ModifyEntityResponse>