POST api/InvFoodProductionPackingMaterial/Save
Request Information
URI Parameters
None.
Body Parameters
InvFoodProductionPackingMaterial| Name | Description | Type | Additional information |
|---|---|---|---|
| DocDate | date |
None. |
|
| Amount | decimal number |
None. |
|
| Qty | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| DocNo | integer |
None. |
|
| Id | integer |
None. |
|
| InvProductionJobOrderId | integer |
None. |
|
| DocumentTypeId | integer |
None. |
|
| ItemId | integer |
None. |
|
| WarehouseId | integer |
None. |
|
| itemUomSchId | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| pmRemarks | string |
None. |
|
| EntryUser | integer |
None. |
|
| ModifyUser | integer |
None. |
|
| BrandId | integer |
None. |
|
| BrandUomId | integer |
None. |
|
| FinancialYearId | integer |
None. |
|
| EntryDate | date |
None. |
|
| ModifyDate | date |
None. |
|
| UOMDescription | string |
None. |
|
| WareHouseName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocDate": "2025-10-29T13:14:34.260024+05:00",
"Amount": 2.1,
"Qty": 3.1,
"Rate": 4.1,
"DocNo": 5,
"Id": 6,
"InvProductionJobOrderId": 7,
"DocumentTypeId": 8,
"ItemId": 9,
"WarehouseId": 10,
"itemUomSchId": 11,
"OrganizationId": 12,
"CompanyId": 13,
"pmRemarks": "sample string 14",
"EntryUser": 15,
"ModifyUser": 16,
"BrandId": 17,
"BrandUomId": 18,
"FinancialYearId": 19,
"EntryDate": "2025-10-29T13:14:34.260024+05:00",
"ModifyDate": "2025-10-29T13:14:34.2756103+05:00",
"UOMDescription": "sample string 22",
"WareHouseName": "sample string 23"
}
application/xml, text/xml
Sample:
<InvFoodProductionPackingMaterial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Production"> <Amount>2.1</Amount> <BrandId>17</BrandId> <BrandUomId>18</BrandUomId> <CompanyId>13</CompanyId> <DocDate>2025-10-29T13:14:34.260024+05:00</DocDate> <DocNo>5</DocNo> <DocumentTypeId>8</DocumentTypeId> <EntryDate>2025-10-29T13:14:34.260024+05:00</EntryDate> <EntryUser>15</EntryUser> <FinancialYearId>19</FinancialYearId> <Id>6</Id> <InvProductionJobOrderId>7</InvProductionJobOrderId> <ItemId>9</ItemId> <ModifyDate>2025-10-29T13:14:34.2756103+05:00</ModifyDate> <ModifyUser>16</ModifyUser> <OrganizationId>12</OrganizationId> <Qty>3.1</Qty> <Rate>4.1</Rate> <UOMDescription>sample string 22</UOMDescription> <WareHouseName>sample string 23</WareHouseName> <WarehouseId>10</WarehouseId> <itemUomSchId>11</itemUomSchId> <pmRemarks>sample string 14</pmRemarks> </InvFoodProductionPackingMaterial>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.