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": "b1287bbd-b663-4dab-b4a7-da3b6d987546",
"ProductId": "e52c3f39-8078-4d3d-bfe3-cb55cb38fd12",
"TableName": "sample string 3",
"BatchNo": 4,
"PackingSizeId": "02fcbd09-82b7-43be-ba73-a119a72922f3",
"NumberOfPacks": 6,
"ProductName": "sample string 7",
"TotalQtyProduced": 8.0,
"TotalQtyRemaining": 9.0,
"response": {
"Error": "sample string 1",
"Success": "sample string 2"
},
"CreatedBy": "81822b7c-592b-4bfd-866a-c92a920135d1",
"CreatedDate": "2026-02-01T08:55:46.6490517-06:00",
"EditedBy": "5e5c9eff-a29a-49ed-a485-e870bee81c65",
"EditedDate": "2026-02-01T08:55:46.6490517-06: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">81822b7c-592b-4bfd-866a-c92a920135d1</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:55:46.6490517-06:00</CreatedDate>
<EditedBy xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">5e5c9eff-a29a-49ed-a485-e870bee81c65</EditedBy>
<EditedDate xmlns="http://schemas.datacontract.org/2004/07/BlazeFarm.Core.Model">2026-02-01T08:55:46.6490517-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>
<BatchNo>4</BatchNo>
<NumberOfPacks>6</NumberOfPacks>
<PackingId>b1287bbd-b663-4dab-b4a7-da3b6d987546</PackingId>
<PackingSizeId>02fcbd09-82b7-43be-ba73-a119a72922f3</PackingSizeId>
<ProductId>e52c3f39-8078-4d3d-bfe3-cb55cb38fd12</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.