POST api/ButterOil/Edit

Request Information

URI Parameters

None.

Body Parameters

ButterOil
NameDescriptionTypeAdditional information
ButterOilId

globally unique identifier

None.

ButterId

globally unique identifier

None.

ProductId

globally unique identifier

None.

ButterQty

decimal number

None.

ButterOilProcessed

decimal number

None.

BatchNo

integer

None.

ButterOilRecovered

decimal number

None.

response

Response

None.

PackedQty

decimal number

None.

Butter

Butter

None.

ActiveStep

integer

None.

CreatedBy

globally unique identifier

None.

CreatedDate

date

None.

EditedBy

globally unique identifier

None.

EditedDate

date

None.

IsActive

boolean

None.

IsDelete

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ButterOilId": "4349ddcd-fa99-4e98-871d-7b7be535b67f",
  "ButterId": "a4ef7b31-9e2d-458c-bdae-c19b89603454",
  "ProductId": "eb0a3f61-7297-454c-a5e8-ded3c869f2e3",
  "ButterQty": 4.0,
  "ButterOilProcessed": 5.0,
  "BatchNo": 6,
  "ButterOilRecovered": 7.0,
  "response": {
    "Error": "sample string 1",
    "Success": "sample string 2"
  },
  "PackedQty": 8.0,
  "Butter": {
    "ButterId": "eb985486-49da-421d-8a49-b7ffa8d0fa9c",
    "ProductId": "f45de3fa-b0db-4e3b-9749-e0e45b6ba572",
    "Cream": "sample string 3",
    "BatchNo": 4,
    "CreamFat": 5.0,
    "ButterProduced": 6.0,
    "response": {
      "Error": "sample string 1",
      "Success": "sample string 2"
    },
    "PackedQty": 7.0,
    "UnPackedButter": 8.0,
    "CreatedBy": "b4d2a1bd-9c25-4773-9604-6bcc1287ee26",
    "CreatedDate": "2025-12-10T21:43:31.8376371-06:00",
    "EditedBy": "3b274f04-49f6-42ff-8bb8-f5b89f8b08c1",
    "EditedDate": "2025-12-10T21:43:31.8376371-06:00",
    "IsActive": true,
    "IsDelete": true
  },
  "ActiveStep": 9,
  "CreatedBy": "5ab39be1-89fd-43f8-b53b-3170ee2416a3",
  "CreatedDate": "2025-12-10T21:43:31.8376371-06:00",
  "EditedBy": "614399e9-4f01-4fd0-bc6e-a8125f348dc2",
  "EditedDate": "2025-12-10T21:43:31.8376371-06:00",
  "IsActive": true,
  "IsDelete": true
}

application/xml, text/xml

Sample:
<ButterOil xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core2.Model">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">5ab39be1-89fd-43f8-b53b-3170ee2416a3</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:43:31.8376371-06:00</CreatedDate>
  <EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">614399e9-4f01-4fd0-bc6e-a8125f348dc2</EditedBy>
  <EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:43:31.8376371-06:00</EditedDate>
  <IsActive xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">true</IsActive>
  <IsDelete xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">true</IsDelete>
  <ActiveStep>9</ActiveStep>
  <BatchNo>6</BatchNo>
  <Butter>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">b4d2a1bd-9c25-4773-9604-6bcc1287ee26</CreatedBy>
    <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:43:31.8376371-06:00</CreatedDate>
    <EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">3b274f04-49f6-42ff-8bb8-f5b89f8b08c1</EditedBy>
    <EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2025-12-10T21:43:31.8376371-06:00</EditedDate>
    <IsActive xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">true</IsActive>
    <IsDelete xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">true</IsDelete>
    <BatchNo>4</BatchNo>
    <ButterId>eb985486-49da-421d-8a49-b7ffa8d0fa9c</ButterId>
    <ButterProduced>6</ButterProduced>
    <Cream>sample string 3</Cream>
    <CreamFat>5</CreamFat>
    <PackedQty>7</PackedQty>
    <ProductId>f45de3fa-b0db-4e3b-9749-e0e45b6ba572</ProductId>
    <UnPackedButter>8</UnPackedButter>
    <response xmlns:d3p1="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">
      <d3p1:Error>sample string 1</d3p1:Error>
      <d3p1:Success>sample string 2</d3p1:Success>
    </response>
  </Butter>
  <ButterId>a4ef7b31-9e2d-458c-bdae-c19b89603454</ButterId>
  <ButterOilId>4349ddcd-fa99-4e98-871d-7b7be535b67f</ButterOilId>
  <ButterOilProcessed>5</ButterOilProcessed>
  <ButterOilRecovered>7</ButterOilRecovered>
  <ButterQty>4</ButterQty>
  <ProductId>eb0a3f61-7297-454c-a5e8-ded3c869f2e3</ProductId>
  <response xmlns:d2p1="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">
    <d2p1:Error>sample string 1</d2p1:Error>
    <d2p1:Success>sample string 2</d2p1:Success>
  </response>
</ButterOil>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.