POST api/InvFoodProductionOverHeads/Save
Request Information
URI Parameters
None.
Body Parameters
InvFoodProductionOverHeads| Name | Description | Type | Additional information |
|---|---|---|---|
| DocDate | date |
None. |
|
| Amount | decimal number |
None. |
|
| ItemQty | decimal number |
None. |
|
| ItemRate | decimal number |
None. |
|
| CharOfAccountId | integer |
None. |
|
| DocNo | integer |
None. |
|
| Id | integer |
None. |
|
| InvProductionJobOrderId | integer |
None. |
|
| DocumentTypeId | integer |
None. |
|
| ohRemarks | string |
None. |
|
| OrganizationId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| EntryUser | integer |
None. |
|
| ModifyUser | integer |
None. |
|
| BrandId | integer |
None. |
|
| BrandUomId | integer |
None. |
|
| FinancialYearId | integer |
None. |
|
| EntryDate | date |
None. |
|
| ModifyDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocDate": "2025-10-29T13:05:10.2238827+05:00",
"Amount": 2.1,
"ItemQty": 3.1,
"ItemRate": 4.1,
"CharOfAccountId": 5,
"DocNo": 6,
"Id": 7,
"InvProductionJobOrderId": 8,
"DocumentTypeId": 9,
"ohRemarks": "sample string 10",
"OrganizationId": 11,
"CompanyId": 12,
"EntryUser": 13,
"ModifyUser": 14,
"BrandId": 15,
"BrandUomId": 16,
"FinancialYearId": 17,
"EntryDate": "2025-10-29T13:05:10.2238827+05:00",
"ModifyDate": "2025-10-29T13:05:10.2238827+05:00"
}
application/xml, text/xml
Sample:
<InvFoodProductionOverHeads xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Production"> <Amount>2.1</Amount> <BrandId>15</BrandId> <BrandUomId>16</BrandUomId> <CharOfAccountId>5</CharOfAccountId> <CompanyId>12</CompanyId> <DocDate>2025-10-29T13:05:10.2238827+05:00</DocDate> <DocNo>6</DocNo> <DocumentTypeId>9</DocumentTypeId> <EntryDate>2025-10-29T13:05:10.2238827+05:00</EntryDate> <EntryUser>13</EntryUser> <FinancialYearId>17</FinancialYearId> <Id>7</Id> <InvProductionJobOrderId>8</InvProductionJobOrderId> <ItemQty>3.1</ItemQty> <ItemRate>4.1</ItemRate> <ModifyDate>2025-10-29T13:05:10.2238827+05:00</ModifyDate> <ModifyUser>14</ModifyUser> <OrganizationId>11</OrganizationId> <ohRemarks>sample string 10</ohRemarks> </InvFoodProductionOverHeads>
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.