POST api/Master/Bind_ProductCode/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AddUpdateDeleteResponseOfListOfMstProductIdModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of MstProductIdModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"Data": [
{
"ProductName": "sample string 1",
"HSNCode": "sample string 2",
"Id": 3
},
{
"ProductName": "sample string 1",
"HSNCode": "sample string 2",
"Id": 3
}
]
}