Reference for https://buildcont.tpcx.com:17143/uiserver0/ui/full/v2/data/row/data

Add a row with data

Url: https://buildcont.tpcx.com:17143/uiserver0/ui/full/v2/data/row/data

HTTP Method: POST

Message direction Format Body
Request Xml Example,Schema
Request Json Example
Response Xml Example,Schema
Response Json Example

The following is an example request Xml body:

<AddRowRequest xmlns="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V2">
  <Changes>
    <ChangeDataValue>
      <Name>String content</Name>
      <Row>2147483647</Row>
      <Value>String content</Value>
    </ChangeDataValue>
    <ChangeDataValue>
      <Name>String content</Name>
      <Row>2147483647</Row>
      <Value>String content</Value>
    </ChangeDataValue>
  </Changes>
  <Path>
    <DatawindowName>String content</DatawindowName>
    <PageName>String content</PageName>
    <WindowId>1627aea5-8e0a-4371-9022-9b504344e724</WindowId>
  </Path>
</AddRowRequest>

The following is an example request Json body:

{
	"Changes":[{
		"Name":"String content",
		"Row":2147483647,
		"Value":"String content"
	}],
	"Path":{
		"DatawindowName":"String content",
		"PageName":"String content",
		"WindowId":"1627aea5-8e0a-4371-9022-9b504344e724"
	}
}

The following is an example response Xml body:

<RowResult xmlns="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V2">
  <Data>
    <KeyValueOfstringanyType xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <Key>String content</Key>
      <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
      <Value i:type="ArrayOfanyType" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
        <anyType i:type="ArrayOfanyType">
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
        </anyType>
        <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
        <anyType i:type="ArrayOfanyType">
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
        </anyType>
      </Value>
    </KeyValueOfstringanyType>
    <KeyValueOfstringanyType xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <Key>String content</Key>
      <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
      <Value i:type="ArrayOfanyType" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
        <anyType i:type="ArrayOfanyType">
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
        </anyType>
        <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
        <anyType i:type="ArrayOfanyType">
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
        </anyType>
      </Value>
    </KeyValueOfstringanyType>
  </Data>
  <Events>
    <Event xmlns="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V1">
      <DataType>String content</DataType>
      <EventData>
        <KeyValueOfstringstring xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <Key>String content</Key>
          <Value>String content</Value>
        </KeyValueOfstringstring>
        <KeyValueOfstringstring xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <Key>String content</Key>
          <Value>String content</Value>
        </KeyValueOfstringstring>
      </EventData>
      <Name>String content</Name>
      <OtherData>
        <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
        <anyType i:type="ArrayOfanyType" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
        </anyType>
        <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
        <anyType i:type="ArrayOfanyType" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
        </anyType>
      </OtherData>
      <Publisher>String content</Publisher>
    </Event>
    <Event xmlns="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V1">
      <DataType>String content</DataType>
      <EventData>
        <KeyValueOfstringstring xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <Key>String content</Key>
          <Value>String content</Value>
        </KeyValueOfstringstring>
        <KeyValueOfstringstring xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <Key>String content</Key>
          <Value>String content</Value>
        </KeyValueOfstringstring>
      </EventData>
      <Name>String content</Name>
      <OtherData>
        <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
        <anyType i:type="ArrayOfanyType" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
        </anyType>
        <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
        <anyType i:type="ArrayOfanyType" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <anyType i:type="ArrayOfanyType">
            <anyType i:nil="true" />
            <anyType i:nil="true" />
          </anyType>
        </anyType>
      </OtherData>
      <Publisher>String content</Publisher>
    </Event>
  </Events>
  <Messages>
    <Message xmlns="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V1">
      <Button>String content</Button>
      <Text>String content</Text>
      <Type>String content</Type>
    </Message>
    <Message xmlns="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V1">
      <Button>String content</Button>
      <Text>String content</Text>
      <Type>String content</Type>
    </Message>
  </Messages>
  <Path>
    <DatawindowName>String content</DatawindowName>
    <PageName>String content</PageName>
    <Row>2147483647</Row>
    <WindowId>1627aea5-8e0a-4371-9022-9b504344e724</WindowId>
  </Path>
  <Properties>
    <KeyValueOfstringFieldStateCollectionCc0syxka>
      <Key>String content</Key>
      <Value>
        <KeyValueOfstringanyType>
          <Key>String content</Key>
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <Value xmlns:d16="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:type="d16:ArrayOfanyType" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
            <d16:anyType i:type="ArrayOfanyType">
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
            </d16:anyType>
            <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
            <d16:anyType i:type="ArrayOfanyType">
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
            </d16:anyType>
          </Value>
        </KeyValueOfstringanyType>
        <KeyValueOfstringanyType>
          <Key>String content</Key>
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <Value xmlns:d16="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:type="d16:ArrayOfanyType" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
            <d16:anyType i:type="ArrayOfanyType">
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
            </d16:anyType>
            <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
            <d16:anyType i:type="ArrayOfanyType">
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
            </d16:anyType>
          </Value>
        </KeyValueOfstringanyType>
      </Value>
    </KeyValueOfstringFieldStateCollectionCc0syxka>
    <KeyValueOfstringFieldStateCollectionCc0syxka>
      <Key>String content</Key>
      <Value>
        <KeyValueOfstringanyType>
          <Key>String content</Key>
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <Value xmlns:d16="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:type="d16:ArrayOfanyType" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
            <d16:anyType i:type="ArrayOfanyType">
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
            </d16:anyType>
            <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
            <d16:anyType i:type="ArrayOfanyType">
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
            </d16:anyType>
          </Value>
        </KeyValueOfstringanyType>
        <KeyValueOfstringanyType>
          <Key>String content</Key>
          <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
          <Value xmlns:d16="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:type="d16:ArrayOfanyType" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
            <d16:anyType i:type="ArrayOfanyType">
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
            </d16:anyType>
            <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
            <d16:anyType i:type="ArrayOfanyType">
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
              <!--Valid elements of type: ArrayOfanyType, ArrayOfKeyValueOfstringanyType, ArrayOfKeyValueOfstringstring, Event, EventList, FieldStateCollection, FqRowPath, Message, MessageList, RowResult, RowState, schema-->
              <d16:anyType i:type="ArrayOfanyType">
                <d16:anyType i:nil="true" />
                <d16:anyType i:nil="true" />
              </d16:anyType>
            </d16:anyType>
          </Value>
        </KeyValueOfstringanyType>
      </Value>
    </KeyValueOfstringFieldStateCollectionCc0syxka>
  </Properties>
  <State>String content</State>
  <Success>true</Success>
</RowResult>

The following is an example response Json body:

{
	"Data":[{
		"Key":"String content",
		"Value":{
			"anyType":{
				"anyType":{
					"anyType":null
				}
			}
		}
	}],
	"Events":[{
		"DataType":"String content",
		"EventData":[{
			"Key":"String content",
			"Value":"String content"
		}],
		"Name":"String content",
		"OtherData":[{
			"anyType":{
				"anyType":null
			}
		}],
		"Publisher":"String content"
	}],
	"Messages":[{
		"Button":"String content",
		"Text":"String content",
		"Type":"String content"
	}],
	"Path":{
		"DatawindowName":"String content",
		"PageName":"String content",
		"Row":2147483647,
		"WindowId":"1627aea5-8e0a-4371-9022-9b504344e724"
	},
	"Properties":[{
		"Key":"String content",
		"Value":[{
			"Key":"String content",
			"Value":{
				"anyType":{
					"anyType":{
						"anyType":null
					}
				}
			}
		}]
	}],
	"State":"String content",
	"Success":true
}

The following is the request Xml Schema:

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V2" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V2" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:complexType name="AddRowRequest">
    <xs:sequence>
      <xs:element minOccurs="0" name="Changes" nillable="true" type="tns:ArrayOfChangeDataValue" />
      <xs:element minOccurs="0" name="Path" nillable="true" type="tns:FqDatawindowPath" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AddRowRequest" nillable="true" type="tns:AddRowRequest" />
  <xs:complexType name="ArrayOfChangeDataValue">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ChangeDataValue" nillable="true" type="tns:ChangeDataValue" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfChangeDataValue" nillable="true" type="tns:ArrayOfChangeDataValue" />
  <xs:complexType name="ChangeDataValue">
    <xs:sequence>
      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Row" type="xs:int" />
      <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ChangeDataValue" nillable="true" type="tns:ChangeDataValue" />
  <xs:complexType name="FqDatawindowPath">
    <xs:sequence>
      <xs:element minOccurs="0" name="DatawindowName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PageName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="WindowId" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="FqDatawindowPath" nillable="true" type="tns:FqDatawindowPath" />
</xs:schema>

Additional request Xml Schemas:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
  <tns:element name="schema">
    <tns:complexType />
  </tns:element>
</tns:schema>

The following is the response Xml Schema:

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V2" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V2" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:import namespace="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V1" />
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:complexType name="RowResult">
    <xs:sequence>
      <xs:element minOccurs="0" name="Data" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfKeyValueOfstringanyType" />
      <xs:element minOccurs="0" name="Events" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V1" type="q2:EventList" />
      <xs:element minOccurs="0" name="Messages" nillable="true" xmlns:q3="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V1" type="q3:MessageList" />
      <xs:element minOccurs="0" name="Path" nillable="true" type="tns:FqRowPath" />
      <xs:element minOccurs="0" name="Properties" nillable="true" type="tns:RowState" />
      <xs:element minOccurs="0" name="State" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Success" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RowResult" nillable="true" type="tns:RowResult" />
  <xs:complexType name="FqRowPath">
    <xs:sequence>
      <xs:element minOccurs="0" name="DatawindowName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PageName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Row" type="xs:int" />
      <xs:element minOccurs="0" name="WindowId" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="FqRowPath" nillable="true" type="tns:FqRowPath" />
  <xs:complexType name="RowState">
    <xs:annotation>
      <xs:appinfo>
        <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringFieldStateCollectionCc0syxka">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Key" nillable="true" type="xs:string" />
            <xs:element name="Value" nillable="true" type="tns:FieldStateCollection" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RowState" nillable="true" type="tns:RowState" />
  <xs:complexType name="FieldStateCollection">
    <xs:annotation>
      <xs:appinfo>
        <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringanyType">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Key" nillable="true" type="xs:string" />
            <xs:element name="Value" nillable="true" type="xs:anyType" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="FieldStateCollection" nillable="true" type="tns:FieldStateCollection" />
</xs:schema>

Additional response Xml Schemas:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ArrayOfKeyValueOfstringanyType">
    <xs:annotation>
      <xs:appinfo>
        <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringanyType">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Key" nillable="true" type="xs:string" />
            <xs:element name="Value" nillable="true" type="xs:anyType" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfKeyValueOfstringanyType" nillable="true" type="tns:ArrayOfKeyValueOfstringanyType" />
  <xs:complexType name="ArrayOfKeyValueOfstringstring">
    <xs:annotation>
      <xs:appinfo>
        <IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
      </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringstring">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Key" nillable="true" type="xs:string" />
            <xs:element name="Value" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfKeyValueOfstringstring" nillable="true" type="tns:ArrayOfKeyValueOfstringstring" />
  <xs:complexType name="ArrayOfanyType">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" type="xs:anyType" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfanyType" nillable="true" type="tns:ArrayOfanyType" />
</xs:schema>

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V1" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/P21.UI.Service.Model.Common.V1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:complexType name="EventList">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Event" nillable="true" type="tns:Event" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="EventList" nillable="true" type="tns:EventList" />
  <xs:complexType name="Event">
    <xs:sequence>
      <xs:element minOccurs="0" name="DataType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="EventData" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfKeyValueOfstringstring" />
      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="OtherData" nillable="true" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q2:ArrayOfanyType" />
      <xs:element minOccurs="0" name="Publisher" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Event" nillable="true" type="tns:Event" />
  <xs:complexType name="MessageList">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Message" nillable="true" type="tns:Message" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="MessageList" nillable="true" type="tns:MessageList" />
  <xs:complexType name="Message">
    <xs:sequence>
      <xs:element minOccurs="0" name="Button" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Text" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Type" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Message" nillable="true" type="tns:Message" />
</xs:schema>

<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
  <tns:element name="schema">
    <tns:complexType />
  </tns:element>
</tns:schema>