POST api/PasteurizeMilk/Edit
Request Information
URI Parameters
None.
Body Parameters
PasteurizeMilk| Name | Description | Type | Additional information |
|---|---|---|---|
| PasteurizeMilkId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| RawMilk | decimal number |
None. |
|
| BatchNo | integer |
None. |
|
| MilkFat | decimal number |
None. |
|
| MilkFatRequired | decimal number |
None. |
|
| CreamFat | decimal number |
None. |
|
| FatToBeExtracted | decimal number |
None. |
|
| RecoveredFat | decimal number |
None. |
|
| PackedMilk | decimal number |
None. |
|
| response | Response |
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:
{
"PasteurizeMilkId": "8f7b36df-10b4-425f-9af8-2282691aa93a",
"ProductId": "1f002b9d-018c-4ae3-b539-b87408e2b3fd",
"RawMilk": 3.0,
"BatchNo": 4,
"MilkFat": 5.0,
"MilkFatRequired": 6.0,
"CreamFat": 7.0,
"FatToBeExtracted": 8.0,
"RecoveredFat": 9.0,
"PackedMilk": 10.0,
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"ActiveStep": 11,
"CreatedBy": "97af0e38-179f-489e-9d48-b34e7f937f10",
"CreatedDate": "2026-02-01T09:04:13.4019088-06:00",
"EditedBy": "4e544085-5dff-47dc-a4b8-d33c2247264e",
"EditedDate": "2026-02-01T09:04:13.4019088-06:00",
"IsActive": true,
"IsDelete": true
}
application/xml, text/xml
Sample:
<PasteurizeMilk 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">97af0e38-179f-489e-9d48-b34e7f937f10</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T09:04:13.4019088-06:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">4e544085-5dff-47dc-a4b8-d33c2247264e</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T09:04:13.4019088-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>11</ActiveStep>
<BatchNo>4</BatchNo>
<CreamFat>7</CreamFat>
<FatToBeExtracted>8</FatToBeExtracted>
<MilkFat>5</MilkFat>
<MilkFatRequired>6</MilkFatRequired>
<PackedMilk>10</PackedMilk>
<PasteurizeMilkId>8f7b36df-10b4-425f-9af8-2282691aa93a</PasteurizeMilkId>
<ProductId>1f002b9d-018c-4ae3-b539-b87408e2b3fd</ProductId>
<RawMilk>3</RawMilk>
<RecoveredFat>9</RecoveredFat>
<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>
</PasteurizeMilk>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.