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": "1e50fc23-203e-43b5-990f-13aff2602951",
"ProductId": "d7b270b4-527d-4965-8301-02273623a94f",
"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": "bb7e4401-4de9-4068-b7bb-aa91b7259ce2",
"CreatedDate": "2026-05-17T05:54:34.9918305-05:00",
"EditedBy": "2e46ff22-7a3b-4c59-ba74-86c78e52582f",
"EditedDate": "2026-05-17T05:54:34.9918305-05: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">bb7e4401-4de9-4068-b7bb-aa91b7259ce2</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-05-17T05:54:34.9918305-05:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2e46ff22-7a3b-4c59-ba74-86c78e52582f</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-05-17T05:54:34.9918305-05: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>1e50fc23-203e-43b5-990f-13aff2602951</PasteurizeMilkId>
<ProductId>d7b270b4-527d-4965-8301-02273623a94f</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.