POST api/FactoryPlant/AddUpdateItemInventory
Request Information
URI Parameters
None.
Body Parameters
FactoryPlantModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ItemId | integer |
Required |
|
| SkuId | integer |
Required |
|
| ItemCode | string |
None. |
|
| ItemName | string |
None. |
|
| UnitName | string |
None. |
|
| SKU | string |
None. |
|
| Quantity | integer |
Required |
|
| CreatedOn | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedOn | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| IsActive | boolean |
None. |
|
| Items | Collection of Item |
None. |
|
| UnitSKUs | Collection of UnitSKUMapping |
None. |
|
| DairyPlantID | integer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>