POST api/Master/EditProductData?IDENT_CURRENT={IDENT_CURRENT}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IDENT_CURRENT | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AddUpdateDeleteResponseOfResMstProductDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | ResMstProductDataModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"Data": {
"IDENT_CURRENT": 1,
"ItemName": "sample string 2",
"ItemCode": "sample string 3",
"ProductAmount": 4.0
}
}