POST api/MonthlyProDetails/UpdateMonthPro
Request Information
URI Parameters
None.
Body Parameters
MonthlyProDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustId | integer |
None. |
|
| CustName | string |
None. |
|
| productId | integer |
None. |
|
| ProductName | string |
None. |
|
| quantity | decimal number |
None. |
|
| date | date |
None. |
|
| amount | decimal number |
None. |
|
| isDelete | boolean |
None. |
|
| status | string |
None. |
|
| productSize | integer |
None. |
|
| Description | string |
None. |
|
| Unit_Id | integer |
None. |
|
| Unit | string |
None. |
|
| AreaId | integer |
None. |
|
| Mobile | string |
None. |
|
| Seq_Num | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustId": 2,
"CustName": "sample string 3",
"productId": 4,
"ProductName": "sample string 5",
"quantity": 6.0,
"date": "2025-12-06T10:00:53.4692775",
"amount": 8.0,
"isDelete": true,
"status": "sample string 10",
"productSize": 11,
"Description": "sample string 12",
"Unit_Id": 13,
"Unit": "sample string 14",
"AreaId": 15,
"Mobile": "sample string 16",
"Seq_Num": 17.0
}
application/octet-stream
Sample:
{"$id":"1","Id":1,"CustId":2,"CustName":"sample string 3","productId":4,"ProductName":"sample string 5","quantity":6.0,"date":"2025-12-06T10:00:53.4692775","amount":8.0,"isDelete":true,"status":"sample string 10","productSize":11,"Description":"sample string 12","Unit_Id":13,"Unit":"sample string 14","AreaId":15,"Mobile":"sample string 16","Seq_Num":17.0}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.