POST api/YogurtAdditive/Add
Request Information
URI Parameters
None.
Body Parameters
YogurtAdditive| Name | Description | Type | Additional information |
|---|---|---|---|
| YogurtAdditivesID | globally unique identifier |
None. |
|
| YogurtId | globally unique identifier |
None. |
|
| SkimmedMilk | decimal number |
None. |
|
| Pectine | decimal number |
None. |
|
| Stablizer | decimal number |
None. |
|
| Sugar | decimal number |
None. |
|
| Culture | decimal number |
None. |
|
| response | Response |
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:
{
"YogurtAdditivesID": "8e9d9f46-15c9-4aa9-9dbe-d272b086b704",
"YogurtId": "ac6c619f-a44d-4901-bcbb-d97386bb80fa",
"SkimmedMilk": 3.0,
"Pectine": 4.0,
"Stablizer": 5.0,
"Sugar": 6.0,
"Culture": 7.0,
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CreatedBy": "e7fe736e-6900-4574-8a6b-4685169a4c9e",
"CreatedDate": "2026-03-23T11:24:09.2307576-05:00",
"EditedBy": "f4cc3db2-c6d0-4e0a-830e-d1d0dea4c3d1",
"EditedDate": "2026-03-23T11:24:09.2307576-05:00",
"IsActive": true,
"IsDelete": true
}
application/xml, text/xml
Sample:
<YogurtAdditive 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">e7fe736e-6900-4574-8a6b-4685169a4c9e</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-03-23T11:24:09.2307576-05:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">f4cc3db2-c6d0-4e0a-830e-d1d0dea4c3d1</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-03-23T11:24:09.2307576-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>
<Culture>7</Culture>
<Pectine>4</Pectine>
<SkimmedMilk>3</SkimmedMilk>
<Stablizer>5</Stablizer>
<Sugar>6</Sugar>
<YogurtAdditivesID>8e9d9f46-15c9-4aa9-9dbe-d272b086b704</YogurtAdditivesID>
<YogurtId>ac6c619f-a44d-4901-bcbb-d97386bb80fa</YogurtId>
<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>
</YogurtAdditive>
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.