POST api/CheddarCheese/Create
Request Information
URI Parameters
None.
Body Parameters
CheddarCheese| Name | Description | Type | Additional information |
|---|---|---|---|
| CheddarCheeseId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| RawMilk | decimal number |
None. |
|
| LeftOverMilk | decimal number |
None. |
|
| BatchNo | integer |
None. |
|
| RawMilkFat | decimal number |
None. |
|
| MilkFatRequired | decimal number |
None. |
|
| CreamFat | decimal number |
None. |
|
| FatToBeExtracted | decimal number |
None. |
|
| RecoveredFat | decimal number |
None. |
|
| MilkAfterCreamExtraction | decimal number |
None. |
|
| BundleWeightBeforeColdRoom | decimal number |
None. |
|
| CheddarCheeseProduced | decimal number |
None. |
|
| WeightAfterColdRoom | decimal number |
None. |
|
| TotalWeightCheeseinTrays | decimal number |
None. |
|
| SpoiledCheddarCheese | decimal number |
None. |
|
| ReusableCheddarCheese | decimal number |
None. |
|
| TotalCheddarCheeseProduced | decimal number |
None. |
|
| response | Response |
None. |
|
| PackedQty | decimal number |
None. |
|
| ActiveStep | integer |
None. |
|
| VATFields | Collection of CheeseDetail |
None. |
|
| KatellingFields | Collection of CheeseDetail |
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:
{
"CheddarCheeseId": "464c7b66-3209-4cac-9e4a-979547fa8c99",
"ProductId": "24aa9349-fe45-4abc-a1f1-f9ea3fa63f1f",
"RawMilk": 3.0,
"LeftOverMilk": 4.0,
"BatchNo": 5,
"RawMilkFat": 6.0,
"MilkFatRequired": 7.0,
"CreamFat": 8.0,
"FatToBeExtracted": 9.0,
"RecoveredFat": 10.0,
"MilkAfterCreamExtraction": 11.0,
"BundleWeightBeforeColdRoom": 12.0,
"CheddarCheeseProduced": 13.0,
"WeightAfterColdRoom": 14.0,
"TotalWeightCheeseinTrays": 15.0,
"SpoiledCheddarCheese": 16.0,
"ReusableCheddarCheese": 17.0,
"TotalCheddarCheeseProduced": 18.0,
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"PackedQty": 19.0,
"ActiveStep": 20,
"VATFields": [
{
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CheeseDetailId": "68f9ce37-4b81-42b7-bd02-e0fbe7d40c2f",
"DetailType": "sample string 2",
"ReferenceId": "509dbacd-e386-4d4e-8dd0-b2871f1f8a75",
"ProductId": "3cc01da3-cb40-4d70-bf17-8904f641818e",
"ProductType": "sample string 5",
"FieldId": 6,
"FieldValue": 7.0,
"UMOId": 8,
"FieldIdName": "sample string 9",
"CreatedBy": "34c15961-5300-4a37-83e3-35b4c6858586",
"CreatedDate": "2026-07-16T05:59:08.9642251-05:00",
"EditedBy": "14a40ac5-598c-45cb-ac5c-ebf0d08a5ccb",
"EditedDate": "2026-07-16T05:59:08.9642251-05:00",
"IsActive": true,
"IsDelete": true
},
{
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CheeseDetailId": "68f9ce37-4b81-42b7-bd02-e0fbe7d40c2f",
"DetailType": "sample string 2",
"ReferenceId": "509dbacd-e386-4d4e-8dd0-b2871f1f8a75",
"ProductId": "3cc01da3-cb40-4d70-bf17-8904f641818e",
"ProductType": "sample string 5",
"FieldId": 6,
"FieldValue": 7.0,
"UMOId": 8,
"FieldIdName": "sample string 9",
"CreatedBy": "34c15961-5300-4a37-83e3-35b4c6858586",
"CreatedDate": "2026-07-16T05:59:08.9642251-05:00",
"EditedBy": "14a40ac5-598c-45cb-ac5c-ebf0d08a5ccb",
"EditedDate": "2026-07-16T05:59:08.9642251-05:00",
"IsActive": true,
"IsDelete": true
}
],
"KatellingFields": [
{
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CheeseDetailId": "68f9ce37-4b81-42b7-bd02-e0fbe7d40c2f",
"DetailType": "sample string 2",
"ReferenceId": "509dbacd-e386-4d4e-8dd0-b2871f1f8a75",
"ProductId": "3cc01da3-cb40-4d70-bf17-8904f641818e",
"ProductType": "sample string 5",
"FieldId": 6,
"FieldValue": 7.0,
"UMOId": 8,
"FieldIdName": "sample string 9",
"CreatedBy": "34c15961-5300-4a37-83e3-35b4c6858586",
"CreatedDate": "2026-07-16T05:59:08.9642251-05:00",
"EditedBy": "14a40ac5-598c-45cb-ac5c-ebf0d08a5ccb",
"EditedDate": "2026-07-16T05:59:08.9642251-05:00",
"IsActive": true,
"IsDelete": true
},
{
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CheeseDetailId": "68f9ce37-4b81-42b7-bd02-e0fbe7d40c2f",
"DetailType": "sample string 2",
"ReferenceId": "509dbacd-e386-4d4e-8dd0-b2871f1f8a75",
"ProductId": "3cc01da3-cb40-4d70-bf17-8904f641818e",
"ProductType": "sample string 5",
"FieldId": 6,
"FieldValue": 7.0,
"UMOId": 8,
"FieldIdName": "sample string 9",
"CreatedBy": "34c15961-5300-4a37-83e3-35b4c6858586",
"CreatedDate": "2026-07-16T05:59:08.9642251-05:00",
"EditedBy": "14a40ac5-598c-45cb-ac5c-ebf0d08a5ccb",
"EditedDate": "2026-07-16T05:59:08.9642251-05:00",
"IsActive": true,
"IsDelete": true
}
],
"CreatedBy": "08ee35c1-7014-45c2-af0a-3ddde7decc8e",
"CreatedDate": "2026-07-16T05:59:08.9642251-05:00",
"EditedBy": "43dff5be-d87d-4e7f-b612-a764e7ca94a0",
"EditedDate": "2026-07-16T05:59:08.9642251-05:00",
"IsActive": true,
"IsDelete": true
}
application/xml, text/xml
Sample:
<CheddarCheese 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">08ee35c1-7014-45c2-af0a-3ddde7decc8e</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T05:59:08.9642251-05:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">43dff5be-d87d-4e7f-b612-a764e7ca94a0</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T05:59:08.9642251-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>20</ActiveStep>
<BatchNo>5</BatchNo>
<BundleWeightBeforeColdRoom>12</BundleWeightBeforeColdRoom>
<CheddarCheeseId>464c7b66-3209-4cac-9e4a-979547fa8c99</CheddarCheeseId>
<CheddarCheeseProduced>13</CheddarCheeseProduced>
<CreamFat>8</CreamFat>
<FatToBeExtracted>9</FatToBeExtracted>
<KatellingFields>
<CheeseDetail>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">34c15961-5300-4a37-83e3-35b4c6858586</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T05:59:08.9642251-05:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">14a40ac5-598c-45cb-ac5c-ebf0d08a5ccb</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T05:59:08.9642251-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>
<CheeseDetailId>68f9ce37-4b81-42b7-bd02-e0fbe7d40c2f</CheeseDetailId>
<DetailType>sample string 2</DetailType>
<FieldId>6</FieldId>
<FieldIdName>sample string 9</FieldIdName>
<FieldValue>7</FieldValue>
<ProductId>3cc01da3-cb40-4d70-bf17-8904f641818e</ProductId>
<ProductType>sample string 5</ProductType>
<ReferenceId>509dbacd-e386-4d4e-8dd0-b2871f1f8a75</ReferenceId>
<UMOId>8</UMOId>
<response xmlns:d4p1="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">
<d4p1:Error>sample string 1</d4p1:Error>
<d4p1:Success>sample string 2</d4p1:Success>
</response>
</CheeseDetail>
<CheeseDetail>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">34c15961-5300-4a37-83e3-35b4c6858586</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T05:59:08.9642251-05:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">14a40ac5-598c-45cb-ac5c-ebf0d08a5ccb</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T05:59:08.9642251-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>
<CheeseDetailId>68f9ce37-4b81-42b7-bd02-e0fbe7d40c2f</CheeseDetailId>
<DetailType>sample string 2</DetailType>
<FieldId>6</FieldId>
<FieldIdName>sample string 9</FieldIdName>
<FieldValue>7</FieldValue>
<ProductId>3cc01da3-cb40-4d70-bf17-8904f641818e</ProductId>
<ProductType>sample string 5</ProductType>
<ReferenceId>509dbacd-e386-4d4e-8dd0-b2871f1f8a75</ReferenceId>
<UMOId>8</UMOId>
<response xmlns:d4p1="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">
<d4p1:Error>sample string 1</d4p1:Error>
<d4p1:Success>sample string 2</d4p1:Success>
</response>
</CheeseDetail>
</KatellingFields>
<LeftOverMilk>4</LeftOverMilk>
<MilkAfterCreamExtraction>11</MilkAfterCreamExtraction>
<MilkFatRequired>7</MilkFatRequired>
<PackedQty>19</PackedQty>
<ProductId>24aa9349-fe45-4abc-a1f1-f9ea3fa63f1f</ProductId>
<RawMilk>3</RawMilk>
<RawMilkFat>6</RawMilkFat>
<RecoveredFat>10</RecoveredFat>
<ReusableCheddarCheese>17</ReusableCheddarCheese>
<SpoiledCheddarCheese>16</SpoiledCheddarCheese>
<TotalCheddarCheeseProduced>18</TotalCheddarCheeseProduced>
<TotalWeightCheeseinTrays>15</TotalWeightCheeseinTrays>
<VATFields>
<CheeseDetail>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">34c15961-5300-4a37-83e3-35b4c6858586</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T05:59:08.9642251-05:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">14a40ac5-598c-45cb-ac5c-ebf0d08a5ccb</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T05:59:08.9642251-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>
<CheeseDetailId>68f9ce37-4b81-42b7-bd02-e0fbe7d40c2f</CheeseDetailId>
<DetailType>sample string 2</DetailType>
<FieldId>6</FieldId>
<FieldIdName>sample string 9</FieldIdName>
<FieldValue>7</FieldValue>
<ProductId>3cc01da3-cb40-4d70-bf17-8904f641818e</ProductId>
<ProductType>sample string 5</ProductType>
<ReferenceId>509dbacd-e386-4d4e-8dd0-b2871f1f8a75</ReferenceId>
<UMOId>8</UMOId>
<response xmlns:d4p1="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">
<d4p1:Error>sample string 1</d4p1:Error>
<d4p1:Success>sample string 2</d4p1:Success>
</response>
</CheeseDetail>
<CheeseDetail>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">34c15961-5300-4a37-83e3-35b4c6858586</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T05:59:08.9642251-05:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">14a40ac5-598c-45cb-ac5c-ebf0d08a5ccb</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-07-16T05:59:08.9642251-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>
<CheeseDetailId>68f9ce37-4b81-42b7-bd02-e0fbe7d40c2f</CheeseDetailId>
<DetailType>sample string 2</DetailType>
<FieldId>6</FieldId>
<FieldIdName>sample string 9</FieldIdName>
<FieldValue>7</FieldValue>
<ProductId>3cc01da3-cb40-4d70-bf17-8904f641818e</ProductId>
<ProductType>sample string 5</ProductType>
<ReferenceId>509dbacd-e386-4d4e-8dd0-b2871f1f8a75</ReferenceId>
<UMOId>8</UMOId>
<response xmlns:d4p1="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">
<d4p1:Error>sample string 1</d4p1:Error>
<d4p1:Success>sample string 2</d4p1:Success>
</response>
</CheeseDetail>
</VATFields>
<WeightAfterColdRoom>14</WeightAfterColdRoom>
<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>
</CheddarCheese>
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.