POST api/Brand/BaseGetAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Brand
NameDescriptionTypeAdditional information
BrandId

decimal number

None.

Code

string

None.

Name

string

None.

AddName

string

None.

AddDate

date

None.

LastMaintenanceName

string

None.

LastMaintenanceDate

date

None.

ExperimentFactorProduct

Collection of ExperimentFactorProduct

None.

ChangeTracker

ObjectChangeTracker

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "$id": "1",
    "BrandId": 1.0,
    "Code": "sample string 2",
    "Name": "sample string 3",
    "AddName": "sample string 4",
    "AddDate": "2024-09-12T16:21:53.9538308+00:00",
    "LastMaintenanceName": "sample string 6",
    "LastMaintenanceDate": "2024-09-12T16:21:53.9538308+00:00",
    "ExperimentFactorProduct": [
      {
        "$id": "2",
        "ExperimentFactorProductId": "e846119d-9d1a-4de4-a4da-e72b3f5b804b",
        "ExperimentFactorId": "99688def-c356-432f-b921-68307d510ed7",
        "BrandId": 1.0,
        "GEId": 4.0,
        "SortOrder": 5,
        "AddName": "sample string 6",
        "AddDate": "2024-09-12T16:21:53.9538308+00:00",
        "LastMaintenanceName": "sample string 8",
        "LastMaintenanceDate": "2024-09-12T16:21:53.9538308+00:00",
        "SubProductCode": "sample string 10",
        "NumberReservedUnits": 1,
        "TotalNumberUnitsAllProduct": 1,
        "StripSeedLocallySourced": true,
        "Brand": {
          "$ref": "1"
        },
        "StripValue": [
          {
            "$id": "3",
            "StripValueId": "e6a4cd92-f435-4a2a-b183-aac2d369e6c7",
            "StripId": "7dd84f03-a709-483d-ac9e-0cf69589dd22",
            "ExperimentFactorId": "8a6ae48e-412e-4ca3-b970-75a72861df73",
            "ExperimentFactorValueId": "dce9ab5d-1bc0-43f4-8d34-5211720e45c7",
            "ExperimentFactorProductId": "e846119d-9d1a-4de4-a4da-e72b3f5b804b",
            "SortOrder": 4,
            "AddName": "sample string 5",
            "AddDate": "2024-09-12T16:21:53.9850954+00:00",
            "LastMaintenanceName": "sample string 7",
            "LastMaintenanceDate": "2024-09-12T16:21:53.9850954+00:00",
            "ExperimentFactorValue": {
              "$id": "4",
              "ExperimentFactorValueId": "dce9ab5d-1bc0-43f4-8d34-5211720e45c7",
              "ExperimentFactorId": "8a6ae48e-412e-4ca3-b970-75a72861df73",
              "SortOrder": 3,
              "Value": 1.1,
              "ShortValue": "sample string 4",
              "AddName": "sample string 5",
              "AddDate": "2024-09-12T16:21:53.9850954+00:00",
              "LastMaintenanceName": "sample string 7",
              "LastMaintenanceDate": "2024-09-12T16:21:53.9850954+00:00",
              "ExperimentFactor": {
                "$id": "5",
                "ExperimentFactorId": "8a6ae48e-412e-4ca3-b970-75a72861df73",
                "ExperimentId": "cfcd5c9e-2d10-41af-aed2-e1a2d509c925",
                "SortOrder": 3,
                "TraitId": 4,
                "FieldLayout": "sample string 5",
                "AddName": "sample string 6",
                "AddDate": "2024-09-12T16:21:53.9538308+00:00",
                "LastMaintenanceName": "sample string 8",
                "LastMaintenanceDate": "2024-09-12T16:21:53.9538308+00:00",
                "ExperimentFactorValue": [
                  {
                    "$ref": "4"
                  }
                ],
                "ExperimentFactorProduct": [],
                "StripValue": [
                  {
                    "$ref": "3"
                  }
                ],
                "ChangeTracker": {
                  "$id": "6",
                  "State": 2,
                  "ObjectsRemovedFromCollectionProperties": {},
                  "OriginalValues": {},
                  "ExtendedProperties": {},
                  "ObjectsAddedToCollectionProperties": {
                    "ExperimentFactorValue": [
                      {
                        "$ref": "4"
                      }
                    ],
                    "StripValue": [
                      {
                        "$ref": "3"
                      }
                    ]
                  }
                }
              },
              "StripValue": [
                {
                  "$ref": "3"
                }
              ],
              "ChangeTracker": {
                "$id": "7",
                "State": 2,
                "ObjectsRemovedFromCollectionProperties": {},
                "OriginalValues": {},
                "ExtendedProperties": {},
                "ObjectsAddedToCollectionProperties": {
                  "StripValue": [
                    {
                      "$ref": "3"
                    }
                  ]
                }
              }
            },
            "ExperimentFactor": {
              "$ref": "5"
            },
            "ExperimentFactorProduct": {
              "$ref": "2"
            },
            "ChangeTracker": {
              "$id": "8",
              "State": 2,
              "ObjectsRemovedFromCollectionProperties": {},
              "OriginalValues": {},
              "ExtendedProperties": {},
              "ObjectsAddedToCollectionProperties": {}
            }
          }
        ],
        "ChangeTracker": {
          "$id": "9",
          "State": 2,
          "ObjectsRemovedFromCollectionProperties": {},
          "OriginalValues": {},
          "ExtendedProperties": {},
          "ObjectsAddedToCollectionProperties": {
            "StripValue": [
              {
                "$ref": "3"
              }
            ]
          }
        }
      }
    ],
    "ChangeTracker": {
      "$id": "10",
      "State": 2,
      "ObjectsRemovedFromCollectionProperties": {},
      "OriginalValues": {},
      "ExtendedProperties": {},
      "ObjectsAddedToCollectionProperties": {
        "ExperimentFactorProduct": [
          {
            "$ref": "2"
          }
        ]
      }
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfBrand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <Brand i:nil="true" />
  <Brand z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <AddDate>2024-09-12T16:21:53.9538308+00:00</AddDate>
    <AddName>sample string 4</AddName>
    <BrandId>1</BrandId>
    <ChangeTracker z:Id="i2">
      <ExtendedProperties />
      <ObjectsAddedToCollectionProperties>
        <AddedObjectsForProperty>
          <CollectionPropertyName>ExperimentFactorProduct</CollectionPropertyName>
          <AddedObjects>
            <ObjectValue z:Id="i3" i:type="ExperimentFactorProduct">
              <AddDate>2024-09-12T16:21:53.9538308+00:00</AddDate>
              <AddName>sample string 6</AddName>
              <Brand z:Ref="i1" />
              <BrandId>1</BrandId>
              <ChangeTracker z:Id="i4">
                <ExtendedProperties />
                <ObjectsAddedToCollectionProperties>
                  <AddedObjectsForProperty>
                    <CollectionPropertyName>StripValue</CollectionPropertyName>
                    <AddedObjects>
                      <ObjectValue z:Id="i5" i:type="StripValue">
                        <AddDate>2024-09-12T16:21:53.9850954+00:00</AddDate>
                        <AddName>sample string 5</AddName>
                        <ChangeTracker z:Id="i6">
                          <ExtendedProperties />
                          <ObjectsAddedToCollectionProperties />
                          <ObjectsRemovedFromCollectionProperties />
                          <OriginalValues />
                          <State>Added</State>
                        </ChangeTracker>
                        <ExperimentFactor z:Id="i7">
                          <AddDate>2024-09-12T16:21:53.9538308+00:00</AddDate>
                          <AddName>sample string 6</AddName>
                          <ChangeTracker z:Id="i8">
                            <ExtendedProperties />
                            <ObjectsAddedToCollectionProperties>
                              <AddedObjectsForProperty>
                                <CollectionPropertyName>ExperimentFactorValue</CollectionPropertyName>
                                <AddedObjects>
                                  <ObjectValue z:Id="i9" i:type="ExperimentFactorValue">
                                    <AddDate>2024-09-12T16:21:53.9850954+00:00</AddDate>
                                    <AddName>sample string 5</AddName>
                                    <ChangeTracker z:Id="i10">
                                      <ExtendedProperties />
                                      <ObjectsAddedToCollectionProperties>
                                        <AddedObjectsForProperty>
                                          <CollectionPropertyName>StripValue</CollectionPropertyName>
                                          <AddedObjects>
                                            <ObjectValue z:Ref="i5" />
                                          </AddedObjects>
                                        </AddedObjectsForProperty>
                                      </ObjectsAddedToCollectionProperties>
                                      <ObjectsRemovedFromCollectionProperties />
                                      <OriginalValues />
                                      <State>Added</State>
                                    </ChangeTracker>
                                    <ExperimentFactor z:Ref="i7" />
                                    <ExperimentFactorId>8a6ae48e-412e-4ca3-b970-75a72861df73</ExperimentFactorId>
                                    <ExperimentFactorValueId>dce9ab5d-1bc0-43f4-8d34-5211720e45c7</ExperimentFactorValueId>
                                    <LastMaintenanceDate>2024-09-12T16:21:53.9850954+00:00</LastMaintenanceDate>
                                    <LastMaintenanceName>sample string 7</LastMaintenanceName>
                                    <ShortValue>sample string 4</ShortValue>
                                    <SortOrder>3</SortOrder>
                                    <StripValue>
                                      <StripValue z:Ref="i5" />
                                    </StripValue>
                                    <Value>1.1</Value>
                                  </ObjectValue>
                                </AddedObjects>
                              </AddedObjectsForProperty>
                              <AddedObjectsForProperty>
                                <CollectionPropertyName>StripValue</CollectionPropertyName>
                                <AddedObjects>
                                  <ObjectValue z:Ref="i5" />
                                </AddedObjects>
                              </AddedObjectsForProperty>
                            </ObjectsAddedToCollectionProperties>
                            <ObjectsRemovedFromCollectionProperties />
                            <OriginalValues />
                            <State>Added</State>
                          </ChangeTracker>
                          <Experiment i:nil="true" />
                          <ExperimentFactorId>8a6ae48e-412e-4ca3-b970-75a72861df73</ExperimentFactorId>
                          <ExperimentFactorProduct />
                          <ExperimentFactorValue>
                            <ExperimentFactorValue z:Ref="i9" />
                          </ExperimentFactorValue>
                          <ExperimentId>cfcd5c9e-2d10-41af-aed2-e1a2d509c925</ExperimentId>
                          <FieldLayout>sample string 5</FieldLayout>
                          <LastMaintenanceDate>2024-09-12T16:21:53.9538308+00:00</LastMaintenanceDate>
                          <LastMaintenanceName>sample string 8</LastMaintenanceName>
                          <SortOrder>3</SortOrder>
                          <StripValue>
                            <StripValue z:Ref="i5" />
                          </StripValue>
                          <TraitId>4</TraitId>
                        </ExperimentFactor>
                        <ExperimentFactorId>8a6ae48e-412e-4ca3-b970-75a72861df73</ExperimentFactorId>
                        <ExperimentFactorProduct z:Ref="i3" />
                        <ExperimentFactorProductId>e846119d-9d1a-4de4-a4da-e72b3f5b804b</ExperimentFactorProductId>
                        <ExperimentFactorValue z:Ref="i9" />
                        <ExperimentFactorValueId>dce9ab5d-1bc0-43f4-8d34-5211720e45c7</ExperimentFactorValueId>
                        <LastMaintenanceDate>2024-09-12T16:21:53.9850954+00:00</LastMaintenanceDate>
                        <LastMaintenanceName>sample string 7</LastMaintenanceName>
                        <SortOrder>4</SortOrder>
                        <Strip i:nil="true" />
                        <StripId>7dd84f03-a709-483d-ac9e-0cf69589dd22</StripId>
                        <StripValueId>e6a4cd92-f435-4a2a-b183-aac2d369e6c7</StripValueId>
                      </ObjectValue>
                    </AddedObjects>
                  </AddedObjectsForProperty>
                </ObjectsAddedToCollectionProperties>
                <ObjectsRemovedFromCollectionProperties />
                <OriginalValues />
                <State>Added</State>
              </ChangeTracker>
              <ExperimentFactor i:nil="true" />
              <ExperimentFactorId>99688def-c356-432f-b921-68307d510ed7</ExperimentFactorId>
              <ExperimentFactorProductId>e846119d-9d1a-4de4-a4da-e72b3f5b804b</ExperimentFactorProductId>
              <GEId>4</GEId>
              <LastMaintenanceDate>2024-09-12T16:21:53.9538308+00:00</LastMaintenanceDate>
              <LastMaintenanceName>sample string 8</LastMaintenanceName>
              <NumberReservedUnits>1</NumberReservedUnits>
              <SortOrder>5</SortOrder>
              <StripSeedLocallySourced>true</StripSeedLocallySourced>
              <StripValue>
                <StripValue z:Ref="i5" />
              </StripValue>
              <SubProductCode>sample string 10</SubProductCode>
              <TotalNumberUnitsAllProduct>1</TotalNumberUnitsAllProduct>
            </ObjectValue>
          </AddedObjects>
        </AddedObjectsForProperty>
      </ObjectsAddedToCollectionProperties>
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <Code>sample string 2</Code>
    <ExperimentFactorProduct>
      <ExperimentFactorProduct z:Ref="i3" />
    </ExperimentFactorProduct>
    <LastMaintenanceDate>2024-09-12T16:21:53.9538308+00:00</LastMaintenanceDate>
    <LastMaintenanceName>sample string 6</LastMaintenanceName>
    <Name>sample string 3</Name>
  </Brand>
</ArrayOfBrand>