POST api/Manager/GetNextDataToProcess

Request Information

URI Parameters

None.

Body Parameters

GetNextDataToProcessRequest
NameDescriptionTypeAdditional information
ConverterServerName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ConverterServerName": "sample string 1"
}

application/xml, text/xml

Sample:
<GetNextDataToProcessRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Converter.Model">
  <ConverterServerName>sample string 1</ConverterServerName>
</GetNextDataToProcessRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ProcessDataInfo
NameDescriptionTypeAdditional information
SupplierName

string

None.

SupplierNumber

string

None.

ConfigFile

string

None.

ErrorLevel

integer

None.

UploadTarget

UploadTarget

None.

SupplierId

globally unique identifier

None.

LastStateChange

date

None.

ProcessedBy

string

None.

ControlImportFilePath

string

None.

Errors

Dictionary of string [key] and Dictionary of string [key] and Dictionary of string [key] and Collection of string [value] [value] [value]

None.

Warnings

Dictionary of string [key] and Dictionary of string [key] and Dictionary of string [key] and Collection of string [value] [value] [value]

None.

Advices

Dictionary of string [key] and Dictionary of string [key] and Dictionary of string [key] and Collection of string [value] [value] [value]

None.

FatalErrorMessage

string

None.

TotalErrors

integer

None.

TotalProducts

integer

None.

WarningCounter

integer

None.

RequesterMailAddress

string

None.

ControlUrl

string

None.

DateAddedToQueue

date

None.

DateProcessingStart

date

None.

DateProcessingFinished

date

None.

DateControlImportDone

date

None.

DateControlImportDataAvailable

date

None.

DistributorId

globally unique identifier

None.

DashboardStateNotice

string

None.

MessagesHasBeenLimited

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "SupplierName": "sample string 1",
  "SupplierNumber": "sample string 2",
  "ConfigFile": "sample string 3",
  "ErrorLevel": 4,
  "UploadTarget": "DataControl",
  "SupplierId": "e836538f-c423-43dc-bc5b-9c59695a318f",
  "LastStateChange": "2025-12-21T16:11:53.7386677+00:00",
  "ProcessedBy": "sample string 7",
  "ControlImportFilePath": "sample string 8",
  "Errors": {
    "sample string 1": {
      "sample string 1": {
        "sample string 1": [
          "sample string 1",
          "sample string 2"
        ],
        "sample string 2": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "sample string 2": {
        "sample string 1": [
          "sample string 1",
          "sample string 2"
        ],
        "sample string 2": [
          "sample string 1",
          "sample string 2"
        ]
      }
    },
    "sample string 2": {
      "sample string 1": {
        "sample string 1": [
          "sample string 1",
          "sample string 2"
        ],
        "sample string 2": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "sample string 2": {
        "sample string 1": [
          "sample string 1",
          "sample string 2"
        ],
        "sample string 2": [
          "sample string 1",
          "sample string 2"
        ]
      }
    }
  },
  "Warnings": {
    "sample string 1": {
      "sample string 1": {
        "sample string 1": [
          "sample string 1",
          "sample string 2"
        ],
        "sample string 2": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "sample string 2": {
        "sample string 1": [
          "sample string 1",
          "sample string 2"
        ],
        "sample string 2": [
          "sample string 1",
          "sample string 2"
        ]
      }
    },
    "sample string 2": {
      "sample string 1": {
        "sample string 1": [
          "sample string 1",
          "sample string 2"
        ],
        "sample string 2": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "sample string 2": {
        "sample string 1": [
          "sample string 1",
          "sample string 2"
        ],
        "sample string 2": [
          "sample string 1",
          "sample string 2"
        ]
      }
    }
  },
  "Advices": {
    "sample string 1": {
      "sample string 1": {
        "sample string 1": [
          "sample string 1",
          "sample string 2"
        ],
        "sample string 2": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "sample string 2": {
        "sample string 1": [
          "sample string 1",
          "sample string 2"
        ],
        "sample string 2": [
          "sample string 1",
          "sample string 2"
        ]
      }
    },
    "sample string 2": {
      "sample string 1": {
        "sample string 1": [
          "sample string 1",
          "sample string 2"
        ],
        "sample string 2": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "sample string 2": {
        "sample string 1": [
          "sample string 1",
          "sample string 2"
        ],
        "sample string 2": [
          "sample string 1",
          "sample string 2"
        ]
      }
    }
  },
  "FatalErrorMessage": "sample string 9",
  "TotalErrors": 10,
  "TotalProducts": 11,
  "WarningCounter": 1,
  "RequesterMailAddress": "sample string 12",
  "ControlUrl": "sample string 13",
  "DateAddedToQueue": "2025-12-21T16:11:53.7386677+00:00",
  "DateProcessingStart": "2025-12-21T16:11:53.7386677+00:00",
  "DateProcessingFinished": "2025-12-21T16:11:53.7386677+00:00",
  "DateControlImportDone": "2025-12-21T16:11:53.7542872+00:00",
  "DateControlImportDataAvailable": "2025-12-21T16:11:53.7542872+00:00",
  "DistributorId": "8a87198e-a302-455f-b987-506ee9b3985f",
  "DashboardStateNotice": "sample string 14",
  "MessagesHasBeenLimited": true
}

application/xml, text/xml

Sample:
<ProcessDataInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Converter.Model">
  <Advices xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1ty7Ep6D1>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>
        <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
          <d2p1:Key>sample string 1</d2p1:Key>
          <d2p1:Value>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 1</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 2</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
          </d2p1:Value>
        </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
        <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
          <d2p1:Key>sample string 2</d2p1:Key>
          <d2p1:Value>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 1</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 2</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
          </d2p1:Value>
        </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1ty7Ep6D1>
    <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1ty7Ep6D1>
      <d2p1:Key>sample string 2</d2p1:Key>
      <d2p1:Value>
        <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
          <d2p1:Key>sample string 1</d2p1:Key>
          <d2p1:Value>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 1</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 2</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
          </d2p1:Value>
        </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
        <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
          <d2p1:Key>sample string 2</d2p1:Key>
          <d2p1:Value>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 1</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 2</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
          </d2p1:Value>
        </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1ty7Ep6D1>
  </Advices>
  <ConfigFile>sample string 3</ConfigFile>
  <ControlImportFilePath>sample string 8</ControlImportFilePath>
  <ControlUrl>sample string 13</ControlUrl>
  <DashboardStateNotice>sample string 14</DashboardStateNotice>
  <DateAddedToQueue>2025-12-21T16:11:53.7386677+00:00</DateAddedToQueue>
  <DateControlImportDataAvailable>2025-12-21T16:11:53.7542872+00:00</DateControlImportDataAvailable>
  <DateControlImportDone>2025-12-21T16:11:53.7542872+00:00</DateControlImportDone>
  <DateProcessingFinished>2025-12-21T16:11:53.7386677+00:00</DateProcessingFinished>
  <DateProcessingStart>2025-12-21T16:11:53.7386677+00:00</DateProcessingStart>
  <DistributorId>8a87198e-a302-455f-b987-506ee9b3985f</DistributorId>
  <ErrorLevel>4</ErrorLevel>
  <Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1ty7Ep6D1>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>
        <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
          <d2p1:Key>sample string 1</d2p1:Key>
          <d2p1:Value>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 1</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 2</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
          </d2p1:Value>
        </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
        <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
          <d2p1:Key>sample string 2</d2p1:Key>
          <d2p1:Value>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 1</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 2</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
          </d2p1:Value>
        </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1ty7Ep6D1>
    <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1ty7Ep6D1>
      <d2p1:Key>sample string 2</d2p1:Key>
      <d2p1:Value>
        <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
          <d2p1:Key>sample string 1</d2p1:Key>
          <d2p1:Value>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 1</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 2</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
          </d2p1:Value>
        </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
        <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
          <d2p1:Key>sample string 2</d2p1:Key>
          <d2p1:Value>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 1</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 2</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
          </d2p1:Value>
        </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1ty7Ep6D1>
  </Errors>
  <FatalErrorMessage>sample string 9</FatalErrorMessage>
  <LastStateChange>2025-12-21T16:11:53.7386677+00:00</LastStateChange>
  <MessagesHasBeenLimited>true</MessagesHasBeenLimited>
  <ProcessedBy>sample string 7</ProcessedBy>
  <RequesterMailAddress>sample string 12</RequesterMailAddress>
  <SupplierId>e836538f-c423-43dc-bc5b-9c59695a318f</SupplierId>
  <SupplierName>sample string 1</SupplierName>
  <SupplierNumber>sample string 2</SupplierNumber>
  <TotalErrors>10</TotalErrors>
  <TotalProducts>11</TotalProducts>
  <UploadTarget>DataControl</UploadTarget>
  <WarningCounter>1</WarningCounter>
  <Warnings xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1ty7Ep6D1>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>
        <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
          <d2p1:Key>sample string 1</d2p1:Key>
          <d2p1:Value>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 1</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 2</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
          </d2p1:Value>
        </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
        <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
          <d2p1:Key>sample string 2</d2p1:Key>
          <d2p1:Value>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 1</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 2</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
          </d2p1:Value>
        </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1ty7Ep6D1>
    <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1ty7Ep6D1>
      <d2p1:Key>sample string 2</d2p1:Key>
      <d2p1:Value>
        <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
          <d2p1:Key>sample string 1</d2p1:Key>
          <d2p1:Value>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 1</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 2</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
          </d2p1:Value>
        </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
        <d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
          <d2p1:Key>sample string 2</d2p1:Key>
          <d2p1:Value>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 1</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
            <d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
              <d2p1:Key>sample string 2</d2p1:Key>
              <d2p1:Value>
                <d2p1:string>sample string 1</d2p1:string>
                <d2p1:string>sample string 2</d2p1:string>
              </d2p1:Value>
            </d2p1:KeyValueOfstringArrayOfstringty7Ep6D1>
          </d2p1:Value>
        </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1>
      </d2p1:Value>
    </d2p1:KeyValueOfstringArrayOfKeyValueOfstringArrayOfKeyValueOfstringArrayOfstringty7Ep6D1ty7Ep6D1ty7Ep6D1>
  </Warnings>
</ProcessDataInfo>