POST api/PMix/Delete

Request Information

URI Parameters

None.

Body Parameters

PMixInsertUpdateModel
NameDescriptionTypeAdditional information
APIKey

string

None.

objRequest

PmixAddVM

None.

objDeleteRequest

PmixDeleteVM

None.

Request Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "apiKey": "sample string 1",
  "objRequest": {
    "pMixId": 1,
    "addedBy": 2,
    "fromDate": "sample string 3",
    "toDate": "sample string 4",
    "compare": true,
    "compareFromDate": "sample string 6",
    "compareToDate": "sample string 7",
    "totalCost": 8.0,
    "totalSales": 9.0,
    "coastBasedonTotalMix": "sample string 10",
    "pmixCode": "sample string 11",
    "pMixDetailJson": "sample string 12",
    "processed": 13,
    "locationID": 14,
    "recipeList": [
      {
        "recipeID": 1,
        "recipeCode": "sample string 2",
        "recipeName": "sample string 3",
        "subCategoryID": 4,
        "subCategoryName": "sample string 5",
        "costPrice": 6.0,
        "salePrice": 7.0,
        "amount": 8.0,
        "cost": 9.0
      },
      {
        "recipeID": 1,
        "recipeCode": "sample string 2",
        "recipeName": "sample string 3",
        "subCategoryID": 4,
        "subCategoryName": "sample string 5",
        "costPrice": 6.0,
        "salePrice": 7.0,
        "amount": 8.0,
        "cost": 9.0
      }
    ]
  },
  "objDeleteRequest": {
    "pmixID": 1,
    "modifiedby": 2
  }
}

application/xml, text/xml

Sample:
<PMixInsertUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.RequestModel">
  <APIKey>sample string 1</APIKey>
  <objDeleteRequest>
    <Modifiedby>2</Modifiedby>
    <PmixID>1</PmixID>
  </objDeleteRequest>
  <objRequest>
    <AddedBy>2</AddedBy>
    <CoastBasedonTotalMix>sample string 10</CoastBasedonTotalMix>
    <Compare>true</Compare>
    <CompareFromDate>sample string 6</CompareFromDate>
    <CompareToDate>sample string 7</CompareToDate>
    <FromDate>sample string 3</FromDate>
    <LocationID>14</LocationID>
    <PMixDetailJson>sample string 12</PMixDetailJson>
    <PMixId>1</PMixId>
    <PmixCode>sample string 11</PmixCode>
    <Processed>13</Processed>
    <RecipeList>
      <PmixRecipeAddModel>
        <Amount>8</Amount>
        <Cost>9</Cost>
        <CostPrice>6</CostPrice>
        <RecipeCode>sample string 2</RecipeCode>
        <RecipeID>1</RecipeID>
        <RecipeName>sample string 3</RecipeName>
        <SalePrice>7</SalePrice>
        <SubCategoryID>4</SubCategoryID>
        <SubCategoryName>sample string 5</SubCategoryName>
      </PmixRecipeAddModel>
      <PmixRecipeAddModel>
        <Amount>8</Amount>
        <Cost>9</Cost>
        <CostPrice>6</CostPrice>
        <RecipeCode>sample string 2</RecipeCode>
        <RecipeID>1</RecipeID>
        <RecipeName>sample string 3</RecipeName>
        <SalePrice>7</SalePrice>
        <SubCategoryID>4</SubCategoryID>
        <SubCategoryName>sample string 5</SubCategoryName>
      </PmixRecipeAddModel>
    </RecipeList>
    <ToDate>sample string 4</ToDate>
    <TotalCost>8</TotalCost>
    <TotalSales>9</TotalSales>
  </objRequest>
</PMixInsertUpdateModel>

multipart/form-data

Sample:
<PMixInsertUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.RequestModel"><APIKey>sample string 1</APIKey><objDeleteRequest><Modifiedby>2</Modifiedby><PmixID>1</PmixID></objDeleteRequest><objRequest><AddedBy>2</AddedBy><CoastBasedonTotalMix>sample string 10</CoastBasedonTotalMix><Compare>true</Compare><CompareFromDate>sample string 6</CompareFromDate><CompareToDate>sample string 7</CompareToDate><FromDate>sample string 3</FromDate><LocationID>14</LocationID><PMixDetailJson>sample string 12</PMixDetailJson><PMixId>1</PMixId><PmixCode>sample string 11</PmixCode><Processed>13</Processed><RecipeList><PmixRecipeAddModel><Amount>8</Amount><Cost>9</Cost><CostPrice>6</CostPrice><RecipeCode>sample string 2</RecipeCode><RecipeID>1</RecipeID><RecipeName>sample string 3</RecipeName><SalePrice>7</SalePrice><SubCategoryID>4</SubCategoryID><SubCategoryName>sample string 5</SubCategoryName></PmixRecipeAddModel><PmixRecipeAddModel><Amount>8</Amount><Cost>9</Cost><CostPrice>6</CostPrice><RecipeCode>sample string 2</RecipeCode><RecipeID>1</RecipeID><RecipeName>sample string 3</RecipeName><SalePrice>7</SalePrice><SubCategoryID>4</SubCategoryID><SubCategoryName>sample string 5</SubCategoryName></PmixRecipeAddModel></RecipeList><ToDate>sample string 4</ToDate><TotalCost>8</TotalCost><TotalSales>9</TotalSales></objRequest></PMixInsertUpdateModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PMixInsertUpdateResponceModel
NameDescriptionTypeAdditional information
recipeDataModels

Collection of PmixRecipeResponceDataModel

None.

pmixlist

Collection of PmixDataModel

None.

pmix

PmixDataModel

None.

ReturnID

integer

Required

Message

string

Required

Successful

boolean

Required

Code

integer

None.

TotalRecord

integer

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "recipeDataModels": [
    {
      "recipeID": 1,
      "recipeName": "sample string 2",
      "subCategoryID": 3,
      "subCategoryName": "sample string 4",
      "costPrice": 5.0,
      "salePrice": 6.0,
      "totalRecord": 7,
      "unitPrice": 8.0,
      "itemCode": "sample string 9",
      "amount": 10.0,
      "cost": 11.0
    },
    {
      "recipeID": 1,
      "recipeName": "sample string 2",
      "subCategoryID": 3,
      "subCategoryName": "sample string 4",
      "costPrice": 5.0,
      "salePrice": 6.0,
      "totalRecord": 7,
      "unitPrice": 8.0,
      "itemCode": "sample string 9",
      "amount": 10.0,
      "cost": 11.0
    }
  ],
  "pmixlist": [
    {
      "pmixId": 1,
      "fromDate": "2025-07-17T04:46:17.9380457+00:00",
      "todate": "2025-07-17T04:46:17.9380457+00:00",
      "isCompared": true,
      "comparedFromDate": "2025-07-17T04:46:17.9380457+00:00",
      "comparedToDate": "2025-07-17T04:46:17.9380457+00:00",
      "totalCost": 7.0,
      "totalSale": 8.0,
      "totalMix": "sample string 9",
      "addedby": "sample string 10",
      "addedDate": "2025-07-17T04:46:17.9380457+00:00",
      "totalRecord": 12,
      "processed": 13,
      "locationID": 14,
      "locationName": "sample string 15",
      "code": "sample string 16",
      "objDetails": [
        {
          "recipeID": 1,
          "recipeName": "sample string 2",
          "subCategoryID": 3,
          "subCategoryName": "sample string 4",
          "costPrice": 5.0,
          "salePrice": 6.0,
          "totalRecord": 7,
          "unitPrice": 8.0,
          "itemCode": "sample string 9",
          "amount": 10.0,
          "cost": 11.0
        },
        {
          "recipeID": 1,
          "recipeName": "sample string 2",
          "subCategoryID": 3,
          "subCategoryName": "sample string 4",
          "costPrice": 5.0,
          "salePrice": 6.0,
          "totalRecord": 7,
          "unitPrice": 8.0,
          "itemCode": "sample string 9",
          "amount": 10.0,
          "cost": 11.0
        }
      ]
    },
    {
      "pmixId": 1,
      "fromDate": "2025-07-17T04:46:17.9380457+00:00",
      "todate": "2025-07-17T04:46:17.9380457+00:00",
      "isCompared": true,
      "comparedFromDate": "2025-07-17T04:46:17.9380457+00:00",
      "comparedToDate": "2025-07-17T04:46:17.9380457+00:00",
      "totalCost": 7.0,
      "totalSale": 8.0,
      "totalMix": "sample string 9",
      "addedby": "sample string 10",
      "addedDate": "2025-07-17T04:46:17.9380457+00:00",
      "totalRecord": 12,
      "processed": 13,
      "locationID": 14,
      "locationName": "sample string 15",
      "code": "sample string 16",
      "objDetails": [
        {
          "recipeID": 1,
          "recipeName": "sample string 2",
          "subCategoryID": 3,
          "subCategoryName": "sample string 4",
          "costPrice": 5.0,
          "salePrice": 6.0,
          "totalRecord": 7,
          "unitPrice": 8.0,
          "itemCode": "sample string 9",
          "amount": 10.0,
          "cost": 11.0
        },
        {
          "recipeID": 1,
          "recipeName": "sample string 2",
          "subCategoryID": 3,
          "subCategoryName": "sample string 4",
          "costPrice": 5.0,
          "salePrice": 6.0,
          "totalRecord": 7,
          "unitPrice": 8.0,
          "itemCode": "sample string 9",
          "amount": 10.0,
          "cost": 11.0
        }
      ]
    }
  ],
  "pmix": {
    "pmixId": 1,
    "fromDate": "2025-07-17T04:46:17.9380457+00:00",
    "todate": "2025-07-17T04:46:17.9380457+00:00",
    "isCompared": true,
    "comparedFromDate": "2025-07-17T04:46:17.9380457+00:00",
    "comparedToDate": "2025-07-17T04:46:17.9380457+00:00",
    "totalCost": 7.0,
    "totalSale": 8.0,
    "totalMix": "sample string 9",
    "addedby": "sample string 10",
    "addedDate": "2025-07-17T04:46:17.9380457+00:00",
    "totalRecord": 12,
    "processed": 13,
    "locationID": 14,
    "locationName": "sample string 15",
    "code": "sample string 16",
    "objDetails": [
      {
        "recipeID": 1,
        "recipeName": "sample string 2",
        "subCategoryID": 3,
        "subCategoryName": "sample string 4",
        "costPrice": 5.0,
        "salePrice": 6.0,
        "totalRecord": 7,
        "unitPrice": 8.0,
        "itemCode": "sample string 9",
        "amount": 10.0,
        "cost": 11.0
      },
      {
        "recipeID": 1,
        "recipeName": "sample string 2",
        "subCategoryID": 3,
        "subCategoryName": "sample string 4",
        "costPrice": 5.0,
        "salePrice": 6.0,
        "totalRecord": 7,
        "unitPrice": 8.0,
        "itemCode": "sample string 9",
        "amount": 10.0,
        "cost": 11.0
      }
    ]
  },
  "returnID": 1,
  "message": "sample string 2",
  "successful": true,
  "code": 4,
  "totalRecord": 5
}

application/xml, text/xml

Sample:
<PMixInsertUpdateResponceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel">
  <Code xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">4</Code>
  <Message xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">sample string 2</Message>
  <ReturnID xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">1</ReturnID>
  <Successful xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">true</Successful>
  <TotalRecord xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">5</TotalRecord>
  <pmix>
    <AddedDate>2025-07-17T04:46:17.9380457+00:00</AddedDate>
    <Addedby>sample string 10</Addedby>
    <Code>sample string 16</Code>
    <ComparedFromDate>2025-07-17T04:46:17.9380457+00:00</ComparedFromDate>
    <ComparedToDate>2025-07-17T04:46:17.9380457+00:00</ComparedToDate>
    <FromDate>2025-07-17T04:46:17.9380457+00:00</FromDate>
    <IsCompared>true</IsCompared>
    <LocationID>14</LocationID>
    <LocationName>sample string 15</LocationName>
    <ObjDetails>
      <PmixRecipeResponceDataModel>
        <Amount>10</Amount>
        <Cost>11</Cost>
        <CostPrice>5</CostPrice>
        <ItemCode>sample string 9</ItemCode>
        <RecipeID>1</RecipeID>
        <RecipeName>sample string 2</RecipeName>
        <SalePrice>6</SalePrice>
        <SubCategoryID>3</SubCategoryID>
        <SubCategoryName>sample string 4</SubCategoryName>
        <TotalRecord>7</TotalRecord>
        <UnitPrice>8</UnitPrice>
      </PmixRecipeResponceDataModel>
      <PmixRecipeResponceDataModel>
        <Amount>10</Amount>
        <Cost>11</Cost>
        <CostPrice>5</CostPrice>
        <ItemCode>sample string 9</ItemCode>
        <RecipeID>1</RecipeID>
        <RecipeName>sample string 2</RecipeName>
        <SalePrice>6</SalePrice>
        <SubCategoryID>3</SubCategoryID>
        <SubCategoryName>sample string 4</SubCategoryName>
        <TotalRecord>7</TotalRecord>
        <UnitPrice>8</UnitPrice>
      </PmixRecipeResponceDataModel>
    </ObjDetails>
    <PmixId>1</PmixId>
    <Processed>13</Processed>
    <Todate>2025-07-17T04:46:17.9380457+00:00</Todate>
    <TotalCost>7</TotalCost>
    <TotalMix>sample string 9</TotalMix>
    <TotalRecord>12</TotalRecord>
    <TotalSale>8</TotalSale>
  </pmix>
  <pmixlist>
    <PmixDataModel>
      <AddedDate>2025-07-17T04:46:17.9380457+00:00</AddedDate>
      <Addedby>sample string 10</Addedby>
      <Code>sample string 16</Code>
      <ComparedFromDate>2025-07-17T04:46:17.9380457+00:00</ComparedFromDate>
      <ComparedToDate>2025-07-17T04:46:17.9380457+00:00</ComparedToDate>
      <FromDate>2025-07-17T04:46:17.9380457+00:00</FromDate>
      <IsCompared>true</IsCompared>
      <LocationID>14</LocationID>
      <LocationName>sample string 15</LocationName>
      <ObjDetails>
        <PmixRecipeResponceDataModel>
          <Amount>10</Amount>
          <Cost>11</Cost>
          <CostPrice>5</CostPrice>
          <ItemCode>sample string 9</ItemCode>
          <RecipeID>1</RecipeID>
          <RecipeName>sample string 2</RecipeName>
          <SalePrice>6</SalePrice>
          <SubCategoryID>3</SubCategoryID>
          <SubCategoryName>sample string 4</SubCategoryName>
          <TotalRecord>7</TotalRecord>
          <UnitPrice>8</UnitPrice>
        </PmixRecipeResponceDataModel>
        <PmixRecipeResponceDataModel>
          <Amount>10</Amount>
          <Cost>11</Cost>
          <CostPrice>5</CostPrice>
          <ItemCode>sample string 9</ItemCode>
          <RecipeID>1</RecipeID>
          <RecipeName>sample string 2</RecipeName>
          <SalePrice>6</SalePrice>
          <SubCategoryID>3</SubCategoryID>
          <SubCategoryName>sample string 4</SubCategoryName>
          <TotalRecord>7</TotalRecord>
          <UnitPrice>8</UnitPrice>
        </PmixRecipeResponceDataModel>
      </ObjDetails>
      <PmixId>1</PmixId>
      <Processed>13</Processed>
      <Todate>2025-07-17T04:46:17.9380457+00:00</Todate>
      <TotalCost>7</TotalCost>
      <TotalMix>sample string 9</TotalMix>
      <TotalRecord>12</TotalRecord>
      <TotalSale>8</TotalSale>
    </PmixDataModel>
    <PmixDataModel>
      <AddedDate>2025-07-17T04:46:17.9380457+00:00</AddedDate>
      <Addedby>sample string 10</Addedby>
      <Code>sample string 16</Code>
      <ComparedFromDate>2025-07-17T04:46:17.9380457+00:00</ComparedFromDate>
      <ComparedToDate>2025-07-17T04:46:17.9380457+00:00</ComparedToDate>
      <FromDate>2025-07-17T04:46:17.9380457+00:00</FromDate>
      <IsCompared>true</IsCompared>
      <LocationID>14</LocationID>
      <LocationName>sample string 15</LocationName>
      <ObjDetails>
        <PmixRecipeResponceDataModel>
          <Amount>10</Amount>
          <Cost>11</Cost>
          <CostPrice>5</CostPrice>
          <ItemCode>sample string 9</ItemCode>
          <RecipeID>1</RecipeID>
          <RecipeName>sample string 2</RecipeName>
          <SalePrice>6</SalePrice>
          <SubCategoryID>3</SubCategoryID>
          <SubCategoryName>sample string 4</SubCategoryName>
          <TotalRecord>7</TotalRecord>
          <UnitPrice>8</UnitPrice>
        </PmixRecipeResponceDataModel>
        <PmixRecipeResponceDataModel>
          <Amount>10</Amount>
          <Cost>11</Cost>
          <CostPrice>5</CostPrice>
          <ItemCode>sample string 9</ItemCode>
          <RecipeID>1</RecipeID>
          <RecipeName>sample string 2</RecipeName>
          <SalePrice>6</SalePrice>
          <SubCategoryID>3</SubCategoryID>
          <SubCategoryName>sample string 4</SubCategoryName>
          <TotalRecord>7</TotalRecord>
          <UnitPrice>8</UnitPrice>
        </PmixRecipeResponceDataModel>
      </ObjDetails>
      <PmixId>1</PmixId>
      <Processed>13</Processed>
      <Todate>2025-07-17T04:46:17.9380457+00:00</Todate>
      <TotalCost>7</TotalCost>
      <TotalMix>sample string 9</TotalMix>
      <TotalRecord>12</TotalRecord>
      <TotalSale>8</TotalSale>
    </PmixDataModel>
  </pmixlist>
  <recipeDataModels>
    <PmixRecipeResponceDataModel>
      <Amount>10</Amount>
      <Cost>11</Cost>
      <CostPrice>5</CostPrice>
      <ItemCode>sample string 9</ItemCode>
      <RecipeID>1</RecipeID>
      <RecipeName>sample string 2</RecipeName>
      <SalePrice>6</SalePrice>
      <SubCategoryID>3</SubCategoryID>
      <SubCategoryName>sample string 4</SubCategoryName>
      <TotalRecord>7</TotalRecord>
      <UnitPrice>8</UnitPrice>
    </PmixRecipeResponceDataModel>
    <PmixRecipeResponceDataModel>
      <Amount>10</Amount>
      <Cost>11</Cost>
      <CostPrice>5</CostPrice>
      <ItemCode>sample string 9</ItemCode>
      <RecipeID>1</RecipeID>
      <RecipeName>sample string 2</RecipeName>
      <SalePrice>6</SalePrice>
      <SubCategoryID>3</SubCategoryID>
      <SubCategoryName>sample string 4</SubCategoryName>
      <TotalRecord>7</TotalRecord>
      <UnitPrice>8</UnitPrice>
    </PmixRecipeResponceDataModel>
  </recipeDataModels>
</PMixInsertUpdateResponceModel>

multipart/form-data

Sample:
<PMixInsertUpdateResponceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMMS_V2.Core.DataModel"><Code xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">4</Code><Message xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">sample string 2</Message><ReturnID xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">1</ReturnID><Successful xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">true</Successful><TotalRecord xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">5</TotalRecord><pmix><AddedDate>2025-07-17T04:46:17.9380457+00:00</AddedDate><Addedby>sample string 10</Addedby><Code>sample string 16</Code><ComparedFromDate>2025-07-17T04:46:17.9380457+00:00</ComparedFromDate><ComparedToDate>2025-07-17T04:46:17.9380457+00:00</ComparedToDate><FromDate>2025-07-17T04:46:17.9380457+00:00</FromDate><IsCompared>true</IsCompared><LocationID>14</LocationID><LocationName>sample string 15</LocationName><ObjDetails><PmixRecipeResponceDataModel><Amount>10</Amount><Cost>11</Cost><CostPrice>5</CostPrice><ItemCode>sample string 9</ItemCode><RecipeID>1</RecipeID><RecipeName>sample string 2</RecipeName><SalePrice>6</SalePrice><SubCategoryID>3</SubCategoryID><SubCategoryName>sample string 4</SubCategoryName><TotalRecord>7</TotalRecord><UnitPrice>8</UnitPrice></PmixRecipeResponceDataModel><PmixRecipeResponceDataModel><Amount>10</Amount><Cost>11</Cost><CostPrice>5</CostPrice><ItemCode>sample string 9</ItemCode><RecipeID>1</RecipeID><RecipeName>sample string 2</RecipeName><SalePrice>6</SalePrice><SubCategoryID>3</SubCategoryID><SubCategoryName>sample string 4</SubCategoryName><TotalRecord>7</TotalRecord><UnitPrice>8</UnitPrice></PmixRecipeResponceDataModel></ObjDetails><PmixId>1</PmixId><Processed>13</Processed><Todate>2025-07-17T04:46:17.9380457+00:00</Todate><TotalCost>7</TotalCost><TotalMix>sample string 9</TotalMix><TotalRecord>12</TotalRecord><TotalSale>8</TotalSale></pmix><pmixlist><PmixDataModel><AddedDate>2025-07-17T04:46:17.9380457+00:00</AddedDate><Addedby>sample string 10</Addedby><Code>sample string 16</Code><ComparedFromDate>2025-07-17T04:46:17.9380457+00:00</ComparedFromDate><ComparedToDate>2025-07-17T04:46:17.9380457+00:00</ComparedToDate><FromDate>2025-07-17T04:46:17.9380457+00:00</FromDate><IsCompared>true</IsCompared><LocationID>14</LocationID><LocationName>sample string 15</LocationName><ObjDetails><PmixRecipeResponceDataModel><Amount>10</Amount><Cost>11</Cost><CostPrice>5</CostPrice><ItemCode>sample string 9</ItemCode><RecipeID>1</RecipeID><RecipeName>sample string 2</RecipeName><SalePrice>6</SalePrice><SubCategoryID>3</SubCategoryID><SubCategoryName>sample string 4</SubCategoryName><TotalRecord>7</TotalRecord><UnitPrice>8</UnitPrice></PmixRecipeResponceDataModel><PmixRecipeResponceDataModel><Amount>10</Amount><Cost>11</Cost><CostPrice>5</CostPrice><ItemCode>sample string 9</ItemCode><RecipeID>1</RecipeID><RecipeName>sample string 2</RecipeName><SalePrice>6</SalePrice><SubCategoryID>3</SubCategoryID><SubCategoryName>sample string 4</SubCategoryName><TotalRecord>7</TotalRecord><UnitPrice>8</UnitPrice></PmixRecipeResponceDataModel></ObjDetails><PmixId>1</PmixId><Processed>13</Processed><Todate>2025-07-17T04:46:17.9380457+00:00</Todate><TotalCost>7</TotalCost><TotalMix>sample string 9</TotalMix><TotalRecord>12</TotalRecord><TotalSale>8</TotalSale></PmixDataModel><PmixDataModel><AddedDate>2025-07-17T04:46:17.9380457+00:00</AddedDate><Addedby>sample string 10</Addedby><Code>sample string 16</Code><ComparedFromDate>2025-07-17T04:46:17.9380457+00:00</ComparedFromDate><ComparedToDate>2025-07-17T04:46:17.9380457+00:00</ComparedToDate><FromDate>2025-07-17T04:46:17.9380457+00:00</FromDate><IsCompared>true</IsCompared><LocationID>14</LocationID><LocationName>sample string 15</LocationName><ObjDetails><PmixRecipeResponceDataModel><Amount>10</Amount><Cost>11</Cost><CostPrice>5</CostPrice><ItemCode>sample string 9</ItemCode><RecipeID>1</RecipeID><RecipeName>sample string 2</RecipeName><SalePrice>6</SalePrice><SubCategoryID>3</SubCategoryID><SubCategoryName>sample string 4</SubCategoryName><TotalRecord>7</TotalRecord><UnitPrice>8</UnitPrice></PmixRecipeResponceDataModel><PmixRecipeResponceDataModel><Amount>10</Amount><Cost>11</Cost><CostPrice>5</CostPrice><ItemCode>sample string 9</ItemCode><RecipeID>1</RecipeID><RecipeName>sample string 2</RecipeName><SalePrice>6</SalePrice><SubCategoryID>3</SubCategoryID><SubCategoryName>sample string 4</SubCategoryName><TotalRecord>7</TotalRecord><UnitPrice>8</UnitPrice></PmixRecipeResponceDataModel></ObjDetails><PmixId>1</PmixId><Processed>13</Processed><Todate>2025-07-17T04:46:17.9380457+00:00</Todate><TotalCost>7</TotalCost><TotalMix>sample string 9</TotalMix><TotalRecord>12</TotalRecord><TotalSale>8</TotalSale></PmixDataModel></pmixlist><recipeDataModels><PmixRecipeResponceDataModel><Amount>10</Amount><Cost>11</Cost><CostPrice>5</CostPrice><ItemCode>sample string 9</ItemCode><RecipeID>1</RecipeID><RecipeName>sample string 2</RecipeName><SalePrice>6</SalePrice><SubCategoryID>3</SubCategoryID><SubCategoryName>sample string 4</SubCategoryName><TotalRecord>7</TotalRecord><UnitPrice>8</UnitPrice></PmixRecipeResponceDataModel><PmixRecipeResponceDataModel><Amount>10</Amount><Cost>11</Cost><CostPrice>5</CostPrice><ItemCode>sample string 9</ItemCode><RecipeID>1</RecipeID><RecipeName>sample string 2</RecipeName><SalePrice>6</SalePrice><SubCategoryID>3</SubCategoryID><SubCategoryName>sample string 4</SubCategoryName><TotalRecord>7</TotalRecord><UnitPrice>8</UnitPrice></PmixRecipeResponceDataModel></recipeDataModels></PMixInsertUpdateResponceModel>