GET api/Master/BindProduct

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AddUpdateDeleteResponseOfListOfMstProductModel
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

Collection of MstProductModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": [
    {
      "ProductName": "sample string 1",
      "ProductId": 2,
      "HSNCode": "sample string 3",
      "Id": 4
    },
    {
      "ProductName": "sample string 1",
      "ProductId": 2,
      "HSNCode": "sample string 3",
      "Id": 4
    }
  ]
}