POST api/Packing/Edit
Request Information
URI Parameters
None.
Body Parameters
Packing| Name | Description | Type | Additional information |
|---|---|---|---|
| PackingId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| TableName | string |
None. |
|
| BatchNo | integer |
None. |
|
| PackingSizeId | globally unique identifier |
None. |
|
| NumberOfPacks | integer |
None. |
|
| ProductName | string |
None. |
|
| TotalQtyProduced | decimal number |
None. |
|
| TotalQtyRemaining | 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:
{
"PackingId": "5bce0dff-dfa3-42f4-8dc2-322b2750ed2f",
"ProductId": "7cbc2fc5-17b7-4a30-b98d-df7f637ba193",
"TableName": "sample string 3",
"BatchNo": 4,
"PackingSizeId": "fc118fe0-375c-4420-ba48-da6cf397cf4b",
"NumberOfPacks": 6,
"ProductName": "sample string 7",
"TotalQtyProduced": 8.0,
"TotalQtyRemaining": 9.0,
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CreatedBy": "1c411ee3-9b14-4916-a3d9-56f2437ce59c",
"CreatedDate": "2026-03-23T11:24:09.2677563-05:00",
"EditedBy": "2c17dc70-546f-4c37-8781-ee38af1e51e7",
"EditedDate": "2026-03-23T11:24:09.2677563-05:00",
"IsActive": true,
"IsDelete": true
}
application/xml, text/xml
Sample:
<Packing 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">1c411ee3-9b14-4916-a3d9-56f2437ce59c</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-03-23T11:24:09.2677563-05:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2c17dc70-546f-4c37-8781-ee38af1e51e7</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-03-23T11:24:09.2677563-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>
<BatchNo>4</BatchNo>
<NumberOfPacks>6</NumberOfPacks>
<PackingId>5bce0dff-dfa3-42f4-8dc2-322b2750ed2f</PackingId>
<PackingSizeId>fc118fe0-375c-4420-ba48-da6cf397cf4b</PackingSizeId>
<ProductId>7cbc2fc5-17b7-4a30-b98d-df7f637ba193</ProductId>
<ProductName>sample string 7</ProductName>
<TableName>sample string 3</TableName>
<TotalQtyProduced>8</TotalQtyProduced>
<TotalQtyRemaining>9</TotalQtyRemaining>
<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>
</Packing>
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.