GET api/Vendor/GetProjectWiseIpAddress?projectID={projectID}

Response Formats

application/json, text/json

Sample:
[
  {
    "ProjectId": 1,
    "IPAddress": "sample string 1"
  },
  {
    "ProjectId": 1,
    "IPAddress": "sample string 1"
  }
]