GET api1/MilestoneStatement?fiscalYear={fiscalYear}&fiscalPeriod={fiscalPeriod}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fiscalYear

string

Required

fiscalPeriod

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RoyaltyStatementOwnerDTO
NameDescriptionTypeAdditional information
AccountNumber

string

None.

Name

string

None.

Address1

string

None.

Address2

string

None.

Address3

string

None.

Address4

string

None.

City

string

None.

State

string

None.

Zip

string

None.

Email

string

None.

RoyaltyStatementAnimals

Collection of RoyaltyStatementAnimalDTO

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AccountNumber": "sample string 1",
    "Name": "sample string 2",
    "Address1": "sample string 3",
    "Address2": "sample string 4",
    "Address3": "sample string 5",
    "Address4": "sample string 6",
    "City": "sample string 7",
    "State": "sample string 8",
    "Zip": "sample string 9",
    "Email": "sample string 10",
    "RoyaltyStatementAnimals": [
      {
        "Name": "sample string 1",
        "RegistrationNumber": "sample string 2",
        "CrossReference": "sample string 3",
        "RoyaltyStatementRoyaltyPayments": [
          {
            "Product": "sample string 1",
            "Place": "sample string 2",
            "Units": 1,
            "OwnerPercentage": 3.0,
            "PricePerUnit": 1.0,
            "PaymentAmount": 1.0,
            "SalesAmount": 1.0,
            "Note": "sample string 4",
            "ScheduleRetailPrice": 1.0,
            "NetSellingPrice": 1.0,
            "AverageSellingPrice": 1.0,
            "ProductionCost": 1.0,
            "MarketingPercent": 1.0,
            "RoyaltyPercent": 1.0,
            "CalculationText": "sample string 5",
            "CommissionPercentage": 1.0,
            "Fee": 1.0
          },
          {
            "Product": "sample string 1",
            "Place": "sample string 2",
            "Units": 1,
            "OwnerPercentage": 3.0,
            "PricePerUnit": 1.0,
            "PaymentAmount": 1.0,
            "SalesAmount": 1.0,
            "Note": "sample string 4",
            "ScheduleRetailPrice": 1.0,
            "NetSellingPrice": 1.0,
            "AverageSellingPrice": 1.0,
            "ProductionCost": 1.0,
            "MarketingPercent": 1.0,
            "RoyaltyPercent": 1.0,
            "CalculationText": "sample string 5",
            "CommissionPercentage": 1.0,
            "Fee": 1.0
          }
        ],
        "RoyaltyStatementAdjustmentPayments": [
          {
            "Product": "sample string 1",
            "Units": 1,
            "OwnershipPercent": 2.0,
            "AmountAdjusted": 3.0,
            "PaymentAmount": 4.0,
            "Note": "sample string 5"
          },
          {
            "Product": "sample string 1",
            "Units": 1,
            "OwnershipPercent": 2.0,
            "AmountAdjusted": 3.0,
            "PaymentAmount": 4.0,
            "Note": "sample string 5"
          }
        ],
        "RoyaltyStatementMilestonePayments": [
          {
            "LevelAmount": 1.0,
            "LevelIndicator": "sample string 2",
            "ActualUnits": 3,
            "ActualAmount": 4.0,
            "PaymentAmount": 5.0
          },
          {
            "LevelAmount": 1.0,
            "LevelIndicator": "sample string 2",
            "ActualUnits": 3,
            "ActualAmount": 4.0,
            "PaymentAmount": 5.0
          }
        ]
      },
      {
        "Name": "sample string 1",
        "RegistrationNumber": "sample string 2",
        "CrossReference": "sample string 3",
        "RoyaltyStatementRoyaltyPayments": [
          {
            "Product": "sample string 1",
            "Place": "sample string 2",
            "Units": 1,
            "OwnerPercentage": 3.0,
            "PricePerUnit": 1.0,
            "PaymentAmount": 1.0,
            "SalesAmount": 1.0,
            "Note": "sample string 4",
            "ScheduleRetailPrice": 1.0,
            "NetSellingPrice": 1.0,
            "AverageSellingPrice": 1.0,
            "ProductionCost": 1.0,
            "MarketingPercent": 1.0,
            "RoyaltyPercent": 1.0,
            "CalculationText": "sample string 5",
            "CommissionPercentage": 1.0,
            "Fee": 1.0
          },
          {
            "Product": "sample string 1",
            "Place": "sample string 2",
            "Units": 1,
            "OwnerPercentage": 3.0,
            "PricePerUnit": 1.0,
            "PaymentAmount": 1.0,
            "SalesAmount": 1.0,
            "Note": "sample string 4",
            "ScheduleRetailPrice": 1.0,
            "NetSellingPrice": 1.0,
            "AverageSellingPrice": 1.0,
            "ProductionCost": 1.0,
            "MarketingPercent": 1.0,
            "RoyaltyPercent": 1.0,
            "CalculationText": "sample string 5",
            "CommissionPercentage": 1.0,
            "Fee": 1.0
          }
        ],
        "RoyaltyStatementAdjustmentPayments": [
          {
            "Product": "sample string 1",
            "Units": 1,
            "OwnershipPercent": 2.0,
            "AmountAdjusted": 3.0,
            "PaymentAmount": 4.0,
            "Note": "sample string 5"
          },
          {
            "Product": "sample string 1",
            "Units": 1,
            "OwnershipPercent": 2.0,
            "AmountAdjusted": 3.0,
            "PaymentAmount": 4.0,
            "Note": "sample string 5"
          }
        ],
        "RoyaltyStatementMilestonePayments": [
          {
            "LevelAmount": 1.0,
            "LevelIndicator": "sample string 2",
            "ActualUnits": 3,
            "ActualAmount": 4.0,
            "PaymentAmount": 5.0
          },
          {
            "LevelAmount": 1.0,
            "LevelIndicator": "sample string 2",
            "ActualUnits": 3,
            "ActualAmount": 4.0,
            "PaymentAmount": 5.0
          }
        ]
      }
    ]
  },
  {
    "AccountNumber": "sample string 1",
    "Name": "sample string 2",
    "Address1": "sample string 3",
    "Address2": "sample string 4",
    "Address3": "sample string 5",
    "Address4": "sample string 6",
    "City": "sample string 7",
    "State": "sample string 8",
    "Zip": "sample string 9",
    "Email": "sample string 10",
    "RoyaltyStatementAnimals": [
      {
        "Name": "sample string 1",
        "RegistrationNumber": "sample string 2",
        "CrossReference": "sample string 3",
        "RoyaltyStatementRoyaltyPayments": [
          {
            "Product": "sample string 1",
            "Place": "sample string 2",
            "Units": 1,
            "OwnerPercentage": 3.0,
            "PricePerUnit": 1.0,
            "PaymentAmount": 1.0,
            "SalesAmount": 1.0,
            "Note": "sample string 4",
            "ScheduleRetailPrice": 1.0,
            "NetSellingPrice": 1.0,
            "AverageSellingPrice": 1.0,
            "ProductionCost": 1.0,
            "MarketingPercent": 1.0,
            "RoyaltyPercent": 1.0,
            "CalculationText": "sample string 5",
            "CommissionPercentage": 1.0,
            "Fee": 1.0
          },
          {
            "Product": "sample string 1",
            "Place": "sample string 2",
            "Units": 1,
            "OwnerPercentage": 3.0,
            "PricePerUnit": 1.0,
            "PaymentAmount": 1.0,
            "SalesAmount": 1.0,
            "Note": "sample string 4",
            "ScheduleRetailPrice": 1.0,
            "NetSellingPrice": 1.0,
            "AverageSellingPrice": 1.0,
            "ProductionCost": 1.0,
            "MarketingPercent": 1.0,
            "RoyaltyPercent": 1.0,
            "CalculationText": "sample string 5",
            "CommissionPercentage": 1.0,
            "Fee": 1.0
          }
        ],
        "RoyaltyStatementAdjustmentPayments": [
          {
            "Product": "sample string 1",
            "Units": 1,
            "OwnershipPercent": 2.0,
            "AmountAdjusted": 3.0,
            "PaymentAmount": 4.0,
            "Note": "sample string 5"
          },
          {
            "Product": "sample string 1",
            "Units": 1,
            "OwnershipPercent": 2.0,
            "AmountAdjusted": 3.0,
            "PaymentAmount": 4.0,
            "Note": "sample string 5"
          }
        ],
        "RoyaltyStatementMilestonePayments": [
          {
            "LevelAmount": 1.0,
            "LevelIndicator": "sample string 2",
            "ActualUnits": 3,
            "ActualAmount": 4.0,
            "PaymentAmount": 5.0
          },
          {
            "LevelAmount": 1.0,
            "LevelIndicator": "sample string 2",
            "ActualUnits": 3,
            "ActualAmount": 4.0,
            "PaymentAmount": 5.0
          }
        ]
      },
      {
        "Name": "sample string 1",
        "RegistrationNumber": "sample string 2",
        "CrossReference": "sample string 3",
        "RoyaltyStatementRoyaltyPayments": [
          {
            "Product": "sample string 1",
            "Place": "sample string 2",
            "Units": 1,
            "OwnerPercentage": 3.0,
            "PricePerUnit": 1.0,
            "PaymentAmount": 1.0,
            "SalesAmount": 1.0,
            "Note": "sample string 4",
            "ScheduleRetailPrice": 1.0,
            "NetSellingPrice": 1.0,
            "AverageSellingPrice": 1.0,
            "ProductionCost": 1.0,
            "MarketingPercent": 1.0,
            "RoyaltyPercent": 1.0,
            "CalculationText": "sample string 5",
            "CommissionPercentage": 1.0,
            "Fee": 1.0
          },
          {
            "Product": "sample string 1",
            "Place": "sample string 2",
            "Units": 1,
            "OwnerPercentage": 3.0,
            "PricePerUnit": 1.0,
            "PaymentAmount": 1.0,
            "SalesAmount": 1.0,
            "Note": "sample string 4",
            "ScheduleRetailPrice": 1.0,
            "NetSellingPrice": 1.0,
            "AverageSellingPrice": 1.0,
            "ProductionCost": 1.0,
            "MarketingPercent": 1.0,
            "RoyaltyPercent": 1.0,
            "CalculationText": "sample string 5",
            "CommissionPercentage": 1.0,
            "Fee": 1.0
          }
        ],
        "RoyaltyStatementAdjustmentPayments": [
          {
            "Product": "sample string 1",
            "Units": 1,
            "OwnershipPercent": 2.0,
            "AmountAdjusted": 3.0,
            "PaymentAmount": 4.0,
            "Note": "sample string 5"
          },
          {
            "Product": "sample string 1",
            "Units": 1,
            "OwnershipPercent": 2.0,
            "AmountAdjusted": 3.0,
            "PaymentAmount": 4.0,
            "Note": "sample string 5"
          }
        ],
        "RoyaltyStatementMilestonePayments": [
          {
            "LevelAmount": 1.0,
            "LevelIndicator": "sample string 2",
            "ActualUnits": 3,
            "ActualAmount": 4.0,
            "PaymentAmount": 5.0
          },
          {
            "LevelAmount": 1.0,
            "LevelIndicator": "sample string 2",
            "ActualUnits": 3,
            "ActualAmount": 4.0,
            "PaymentAmount": 5.0
          }
        ]
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfRoyaltyStatementOwnerDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GENEX.Royalty.DTO">
  <RoyaltyStatementOwnerDTO>
    <AccountNumber>sample string 1</AccountNumber>
    <Address1>sample string 3</Address1>
    <Address2>sample string 4</Address2>
    <Address3>sample string 5</Address3>
    <Address4>sample string 6</Address4>
    <City>sample string 7</City>
    <Email>sample string 10</Email>
    <Name>sample string 2</Name>
    <RoyaltyStatementAnimals>
      <RoyaltyStatementAnimalDTO>
        <CrossReference>sample string 3</CrossReference>
        <Name>sample string 1</Name>
        <RegistrationNumber>sample string 2</RegistrationNumber>
        <RoyaltyStatementAdjustmentPayments>
          <RoyaltyStatementAdjustmentPaymentDTO>
            <AmountAdjusted>3</AmountAdjusted>
            <Note>sample string 5</Note>
            <OwnershipPercent>2</OwnershipPercent>
            <PaymentAmount>4</PaymentAmount>
            <Product>sample string 1</Product>
            <Units>1</Units>
          </RoyaltyStatementAdjustmentPaymentDTO>
          <RoyaltyStatementAdjustmentPaymentDTO>
            <AmountAdjusted>3</AmountAdjusted>
            <Note>sample string 5</Note>
            <OwnershipPercent>2</OwnershipPercent>
            <PaymentAmount>4</PaymentAmount>
            <Product>sample string 1</Product>
            <Units>1</Units>
          </RoyaltyStatementAdjustmentPaymentDTO>
        </RoyaltyStatementAdjustmentPayments>
        <RoyaltyStatementMilestonePayments>
          <RoyaltyStatementMilestonePaymentDTO>
            <ActualAmount>4</ActualAmount>
            <ActualUnits>3</ActualUnits>
            <LevelAmount>1</LevelAmount>
            <LevelIndicator>sample string 2</LevelIndicator>
            <PaymentAmount>5</PaymentAmount>
          </RoyaltyStatementMilestonePaymentDTO>
          <RoyaltyStatementMilestonePaymentDTO>
            <ActualAmount>4</ActualAmount>
            <ActualUnits>3</ActualUnits>
            <LevelAmount>1</LevelAmount>
            <LevelIndicator>sample string 2</LevelIndicator>
            <PaymentAmount>5</PaymentAmount>
          </RoyaltyStatementMilestonePaymentDTO>
        </RoyaltyStatementMilestonePayments>
        <RoyaltyStatementRoyaltyPayments>
          <RoyaltyStatementRoyaltyPaymentDTO>
            <AverageSellingPrice>1</AverageSellingPrice>
            <CalculationText>sample string 5</CalculationText>
            <CommissionPercentage>1</CommissionPercentage>
            <Fee>1</Fee>
            <MarketingPercent>1</MarketingPercent>
            <NetSellingPrice>1</NetSellingPrice>
            <Note>sample string 4</Note>
            <OwnerPercentage>3</OwnerPercentage>
            <PaymentAmount>1</PaymentAmount>
            <Place>sample string 2</Place>
            <PricePerUnit>1</PricePerUnit>
            <Product>sample string 1</Product>
            <ProductionCost>1</ProductionCost>
            <RoyaltyPercent>1</RoyaltyPercent>
            <SalesAmount>1</SalesAmount>
            <ScheduleRetailPrice>1</ScheduleRetailPrice>
            <Units>1</Units>
          </RoyaltyStatementRoyaltyPaymentDTO>
          <RoyaltyStatementRoyaltyPaymentDTO>
            <AverageSellingPrice>1</AverageSellingPrice>
            <CalculationText>sample string 5</CalculationText>
            <CommissionPercentage>1</CommissionPercentage>
            <Fee>1</Fee>
            <MarketingPercent>1</MarketingPercent>
            <NetSellingPrice>1</NetSellingPrice>
            <Note>sample string 4</Note>
            <OwnerPercentage>3</OwnerPercentage>
            <PaymentAmount>1</PaymentAmount>
            <Place>sample string 2</Place>
            <PricePerUnit>1</PricePerUnit>
            <Product>sample string 1</Product>
            <ProductionCost>1</ProductionCost>
            <RoyaltyPercent>1</RoyaltyPercent>
            <SalesAmount>1</SalesAmount>
            <ScheduleRetailPrice>1</ScheduleRetailPrice>
            <Units>1</Units>
          </RoyaltyStatementRoyaltyPaymentDTO>
        </RoyaltyStatementRoyaltyPayments>
      </RoyaltyStatementAnimalDTO>
      <RoyaltyStatementAnimalDTO>
        <CrossReference>sample string 3</CrossReference>
        <Name>sample string 1</Name>
        <RegistrationNumber>sample string 2</RegistrationNumber>
        <RoyaltyStatementAdjustmentPayments>
          <RoyaltyStatementAdjustmentPaymentDTO>
            <AmountAdjusted>3</AmountAdjusted>
            <Note>sample string 5</Note>
            <OwnershipPercent>2</OwnershipPercent>
            <PaymentAmount>4</PaymentAmount>
            <Product>sample string 1</Product>
            <Units>1</Units>
          </RoyaltyStatementAdjustmentPaymentDTO>
          <RoyaltyStatementAdjustmentPaymentDTO>
            <AmountAdjusted>3</AmountAdjusted>
            <Note>sample string 5</Note>
            <OwnershipPercent>2</OwnershipPercent>
            <PaymentAmount>4</PaymentAmount>
            <Product>sample string 1</Product>
            <Units>1</Units>
          </RoyaltyStatementAdjustmentPaymentDTO>
        </RoyaltyStatementAdjustmentPayments>
        <RoyaltyStatementMilestonePayments>
          <RoyaltyStatementMilestonePaymentDTO>
            <ActualAmount>4</ActualAmount>
            <ActualUnits>3</ActualUnits>
            <LevelAmount>1</LevelAmount>
            <LevelIndicator>sample string 2</LevelIndicator>
            <PaymentAmount>5</PaymentAmount>
          </RoyaltyStatementMilestonePaymentDTO>
          <RoyaltyStatementMilestonePaymentDTO>
            <ActualAmount>4</ActualAmount>
            <ActualUnits>3</ActualUnits>
            <LevelAmount>1</LevelAmount>
            <LevelIndicator>sample string 2</LevelIndicator>
            <PaymentAmount>5</PaymentAmount>
          </RoyaltyStatementMilestonePaymentDTO>
        </RoyaltyStatementMilestonePayments>
        <RoyaltyStatementRoyaltyPayments>
          <RoyaltyStatementRoyaltyPaymentDTO>
            <AverageSellingPrice>1</AverageSellingPrice>
            <CalculationText>sample string 5</CalculationText>
            <CommissionPercentage>1</CommissionPercentage>
            <Fee>1</Fee>
            <MarketingPercent>1</MarketingPercent>
            <NetSellingPrice>1</NetSellingPrice>
            <Note>sample string 4</Note>
            <OwnerPercentage>3</OwnerPercentage>
            <PaymentAmount>1</PaymentAmount>
            <Place>sample string 2</Place>
            <PricePerUnit>1</PricePerUnit>
            <Product>sample string 1</Product>
            <ProductionCost>1</ProductionCost>
            <RoyaltyPercent>1</RoyaltyPercent>
            <SalesAmount>1</SalesAmount>
            <ScheduleRetailPrice>1</ScheduleRetailPrice>
            <Units>1</Units>
          </RoyaltyStatementRoyaltyPaymentDTO>
          <RoyaltyStatementRoyaltyPaymentDTO>
            <AverageSellingPrice>1</AverageSellingPrice>
            <CalculationText>sample string 5</CalculationText>
            <CommissionPercentage>1</CommissionPercentage>
            <Fee>1</Fee>
            <MarketingPercent>1</MarketingPercent>
            <NetSellingPrice>1</NetSellingPrice>
            <Note>sample string 4</Note>
            <OwnerPercentage>3</OwnerPercentage>
            <PaymentAmount>1</PaymentAmount>
            <Place>sample string 2</Place>
            <PricePerUnit>1</PricePerUnit>
            <Product>sample string 1</Product>
            <ProductionCost>1</ProductionCost>
            <RoyaltyPercent>1</RoyaltyPercent>
            <SalesAmount>1</SalesAmount>
            <ScheduleRetailPrice>1</ScheduleRetailPrice>
            <Units>1</Units>
          </RoyaltyStatementRoyaltyPaymentDTO>
        </RoyaltyStatementRoyaltyPayments>
      </RoyaltyStatementAnimalDTO>
    </RoyaltyStatementAnimals>
    <State>sample string 8</State>
    <Zip>sample string 9</Zip>
  </RoyaltyStatementOwnerDTO>
  <RoyaltyStatementOwnerDTO>
    <AccountNumber>sample string 1</AccountNumber>
    <Address1>sample string 3</Address1>
    <Address2>sample string 4</Address2>
    <Address3>sample string 5</Address3>
    <Address4>sample string 6</Address4>
    <City>sample string 7</City>
    <Email>sample string 10</Email>
    <Name>sample string 2</Name>
    <RoyaltyStatementAnimals>
      <RoyaltyStatementAnimalDTO>
        <CrossReference>sample string 3</CrossReference>
        <Name>sample string 1</Name>
        <RegistrationNumber>sample string 2</RegistrationNumber>
        <RoyaltyStatementAdjustmentPayments>
          <RoyaltyStatementAdjustmentPaymentDTO>
            <AmountAdjusted>3</AmountAdjusted>
            <Note>sample string 5</Note>
            <OwnershipPercent>2</OwnershipPercent>
            <PaymentAmount>4</PaymentAmount>
            <Product>sample string 1</Product>
            <Units>1</Units>
          </RoyaltyStatementAdjustmentPaymentDTO>
          <RoyaltyStatementAdjustmentPaymentDTO>
            <AmountAdjusted>3</AmountAdjusted>
            <Note>sample string 5</Note>
            <OwnershipPercent>2</OwnershipPercent>
            <PaymentAmount>4</PaymentAmount>
            <Product>sample string 1</Product>
            <Units>1</Units>
          </RoyaltyStatementAdjustmentPaymentDTO>
        </RoyaltyStatementAdjustmentPayments>
        <RoyaltyStatementMilestonePayments>
          <RoyaltyStatementMilestonePaymentDTO>
            <ActualAmount>4</ActualAmount>
            <ActualUnits>3</ActualUnits>
            <LevelAmount>1</LevelAmount>
            <LevelIndicator>sample string 2</LevelIndicator>
            <PaymentAmount>5</PaymentAmount>
          </RoyaltyStatementMilestonePaymentDTO>
          <RoyaltyStatementMilestonePaymentDTO>
            <ActualAmount>4</ActualAmount>
            <ActualUnits>3</ActualUnits>
            <LevelAmount>1</LevelAmount>
            <LevelIndicator>sample string 2</LevelIndicator>
            <PaymentAmount>5</PaymentAmount>
          </RoyaltyStatementMilestonePaymentDTO>
        </RoyaltyStatementMilestonePayments>
        <RoyaltyStatementRoyaltyPayments>
          <RoyaltyStatementRoyaltyPaymentDTO>
            <AverageSellingPrice>1</AverageSellingPrice>
            <CalculationText>sample string 5</CalculationText>
            <CommissionPercentage>1</CommissionPercentage>
            <Fee>1</Fee>
            <MarketingPercent>1</MarketingPercent>
            <NetSellingPrice>1</NetSellingPrice>
            <Note>sample string 4</Note>
            <OwnerPercentage>3</OwnerPercentage>
            <PaymentAmount>1</PaymentAmount>
            <Place>sample string 2</Place>
            <PricePerUnit>1</PricePerUnit>
            <Product>sample string 1</Product>
            <ProductionCost>1</ProductionCost>
            <RoyaltyPercent>1</RoyaltyPercent>
            <SalesAmount>1</SalesAmount>
            <ScheduleRetailPrice>1</ScheduleRetailPrice>
            <Units>1</Units>
          </RoyaltyStatementRoyaltyPaymentDTO>
          <RoyaltyStatementRoyaltyPaymentDTO>
            <AverageSellingPrice>1</AverageSellingPrice>
            <CalculationText>sample string 5</CalculationText>
            <CommissionPercentage>1</CommissionPercentage>
            <Fee>1</Fee>
            <MarketingPercent>1</MarketingPercent>
            <NetSellingPrice>1</NetSellingPrice>
            <Note>sample string 4</Note>
            <OwnerPercentage>3</OwnerPercentage>
            <PaymentAmount>1</PaymentAmount>
            <Place>sample string 2</Place>
            <PricePerUnit>1</PricePerUnit>
            <Product>sample string 1</Product>
            <ProductionCost>1</ProductionCost>
            <RoyaltyPercent>1</RoyaltyPercent>
            <SalesAmount>1</SalesAmount>
            <ScheduleRetailPrice>1</ScheduleRetailPrice>
            <Units>1</Units>
          </RoyaltyStatementRoyaltyPaymentDTO>
        </RoyaltyStatementRoyaltyPayments>
      </RoyaltyStatementAnimalDTO>
      <RoyaltyStatementAnimalDTO>
        <CrossReference>sample string 3</CrossReference>
        <Name>sample string 1</Name>
        <RegistrationNumber>sample string 2</RegistrationNumber>
        <RoyaltyStatementAdjustmentPayments>
          <RoyaltyStatementAdjustmentPaymentDTO>
            <AmountAdjusted>3</AmountAdjusted>
            <Note>sample string 5</Note>
            <OwnershipPercent>2</OwnershipPercent>
            <PaymentAmount>4</PaymentAmount>
            <Product>sample string 1</Product>
            <Units>1</Units>
          </RoyaltyStatementAdjustmentPaymentDTO>
          <RoyaltyStatementAdjustmentPaymentDTO>
            <AmountAdjusted>3</AmountAdjusted>
            <Note>sample string 5</Note>
            <OwnershipPercent>2</OwnershipPercent>
            <PaymentAmount>4</PaymentAmount>
            <Product>sample string 1</Product>
            <Units>1</Units>
          </RoyaltyStatementAdjustmentPaymentDTO>
        </RoyaltyStatementAdjustmentPayments>
        <RoyaltyStatementMilestonePayments>
          <RoyaltyStatementMilestonePaymentDTO>
            <ActualAmount>4</ActualAmount>
            <ActualUnits>3</ActualUnits>
            <LevelAmount>1</LevelAmount>
            <LevelIndicator>sample string 2</LevelIndicator>
            <PaymentAmount>5</PaymentAmount>
          </RoyaltyStatementMilestonePaymentDTO>
          <RoyaltyStatementMilestonePaymentDTO>
            <ActualAmount>4</ActualAmount>
            <ActualUnits>3</ActualUnits>
            <LevelAmount>1</LevelAmount>
            <LevelIndicator>sample string 2</LevelIndicator>
            <PaymentAmount>5</PaymentAmount>
          </RoyaltyStatementMilestonePaymentDTO>
        </RoyaltyStatementMilestonePayments>
        <RoyaltyStatementRoyaltyPayments>
          <RoyaltyStatementRoyaltyPaymentDTO>
            <AverageSellingPrice>1</AverageSellingPrice>
            <CalculationText>sample string 5</CalculationText>
            <CommissionPercentage>1</CommissionPercentage>
            <Fee>1</Fee>
            <MarketingPercent>1</MarketingPercent>
            <NetSellingPrice>1</NetSellingPrice>
            <Note>sample string 4</Note>
            <OwnerPercentage>3</OwnerPercentage>
            <PaymentAmount>1</PaymentAmount>
            <Place>sample string 2</Place>
            <PricePerUnit>1</PricePerUnit>
            <Product>sample string 1</Product>
            <ProductionCost>1</ProductionCost>
            <RoyaltyPercent>1</RoyaltyPercent>
            <SalesAmount>1</SalesAmount>
            <ScheduleRetailPrice>1</ScheduleRetailPrice>
            <Units>1</Units>
          </RoyaltyStatementRoyaltyPaymentDTO>
          <RoyaltyStatementRoyaltyPaymentDTO>
            <AverageSellingPrice>1</AverageSellingPrice>
            <CalculationText>sample string 5</CalculationText>
            <CommissionPercentage>1</CommissionPercentage>
            <Fee>1</Fee>
            <MarketingPercent>1</MarketingPercent>
            <NetSellingPrice>1</NetSellingPrice>
            <Note>sample string 4</Note>
            <OwnerPercentage>3</OwnerPercentage>
            <PaymentAmount>1</PaymentAmount>
            <Place>sample string 2</Place>
            <PricePerUnit>1</PricePerUnit>
            <Product>sample string 1</Product>
            <ProductionCost>1</ProductionCost>
            <RoyaltyPercent>1</RoyaltyPercent>
            <SalesAmount>1</SalesAmount>
            <ScheduleRetailPrice>1</ScheduleRetailPrice>
            <Units>1</Units>
          </RoyaltyStatementRoyaltyPaymentDTO>
        </RoyaltyStatementRoyaltyPayments>
      </RoyaltyStatementAnimalDTO>
    </RoyaltyStatementAnimals>
    <State>sample string 8</State>
    <Zip>sample string 9</Zip>
  </RoyaltyStatementOwnerDTO>
</ArrayOfRoyaltyStatementOwnerDTO>